-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b55
-
x86
-
linux
We are getting at nightly test failure on Linux.
Using a command line like this:
$JAVA_HOME/bin/java -server -DHANGINGJAVA7642 -XX:CompileThreshold=100
-XX:+PrintCompilation -XX:CompileOnly=java -XX:-Inline
-XX:CICompilerCount=1 -XX:+UseJumpTables -jar
$JAVA_HOME/demo/jfc/SwingSet2/SwingSet2.jar -runs=3 -delay=10 -lf=10
on role.sfbay,
starting with your 9/12 JumpTables putback, we get an assertion
failure in codeBuffer.hpp:
# Internal Error
(/PrtBuildDir/workspace/src/share/vm/asm/codeBuffer.hpp, 119),
pid=4926, tid=5126
#
# Java VM: Java HotSpot(TM) Server VM
(20050912113810.azeem.jumptable-debug mixed mode)
#
#
# Error: assert(contains2(pc),"")
#
Using a command line like this:
$JAVA_HOME/bin/java -server -DHANGINGJAVA7642 -XX:CompileThreshold=100
-XX:+PrintCompilation -XX:CompileOnly=java -XX:-Inline
-XX:CICompilerCount=1 -XX:+UseJumpTables -jar
$JAVA_HOME/demo/jfc/SwingSet2/SwingSet2.jar -runs=3 -delay=10 -lf=10
on role.sfbay,
starting with your 9/12 JumpTables putback, we get an assertion
failure in codeBuffer.hpp:
# Internal Error
(/PrtBuildDir/workspace/src/share/vm/asm/codeBuffer.hpp, 119),
pid=4926, tid=5126
#
# Java VM: Java HotSpot(TM) Server VM
(20050912113810.azeem.jumptable-debug mixed mode)
#
#
# Error: assert(contains2(pc),"")
#