• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jvmarg within junit causes JVM error

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I add <jvmarg value="-Xverify:none" /> to my junit target in my ant
build file. But somehow it causes the following error:
test:
[junit] Running com.travelocity.communications.travel.hotel.datatype.jibx
lTests
[junit] #
[junit] # HotSpot Virtual Machine Error, Internal Error
[junit] # Please report this error at
[junit] # http://java.sun.com/cgi-bin/bugreport.cgi
[junit] #
[junit] # Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
[junit] #
[junit] # Error happened during: generation collection for allocation
[junit] #
[junit] # Error ID: 47454E45524154452F4F502D41500E4350500828
[junit] #
[junit] # Problematic Thread: prio=5 tid=0x00238310 nid=0x8a0 waiting on
dition
Any clue?
Thanks,
Wade
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, obviously it's a bug of sun's virtual machine.
 
Whose rules are you playing by? This tiny ad doesn't respect those rules:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic