The command from a runThese test crashes:
java -server -XX:+ZombieALot -XX:+PrintCompilation -cp $TESTBASE/misc/engr/self_parser/classes self_parser.parser.SelfParserTest $TESTBASE/misc/engr/self_parser/objects/abstractSyntax.self
Crash is:
# Internal Error (/net/philli/scratch1/coleenp/pt.clean.ws/src/share/vm/opto/macro.cpp, 430 [ Patched ]), pid=23996, tid=23
#
# Java VM: Java HotSpot(TM) Server VM (1.6-pt.clean.ws_0429_1358-debug mixed mode)
#
# Error: assert(fallthroughcatchproj != 0 && catchallcatchproj != 0,"missing projection from Allocate")
Current CompileTask:
opto: 44 reusable_parts.lexer.Lexer.next()Lself_parser/lexer/tokens/Token;
(18 bytes)
This crashes in main/baseline today as well (see date below).
###@###.### 2005-04-29 20:35:44 GMT
I'm getting this assertion during normal runThese -full testing on x86 and amd64. a lot. It's not just stress testing. Is there a workaround?
###@###.### 2005-06-01 23:07:31 GMT
still fails...
###@###.### 2005-07-12 19:39:32 GMT
java -server -XX:+ZombieALot -XX:+PrintCompilation -cp $TESTBASE/misc/engr/self_parser/classes self_parser.parser.SelfParserTest $TESTBASE/misc/engr/self_parser/objects/abstractSyntax.self
Crash is:
# Internal Error (/net/philli/scratch1/coleenp/pt.clean.ws/src/share/vm/opto/macro.cpp, 430 [ Patched ]), pid=23996, tid=23
#
# Java VM: Java HotSpot(TM) Server VM (1.6-pt.clean.ws_0429_1358-debug mixed mode)
#
# Error: assert(fallthroughcatchproj != 0 && catchallcatchproj != 0,"missing projection from Allocate")
Current CompileTask:
opto: 44 reusable_parts.lexer.Lexer.next()Lself_parser/lexer/tokens/Token;
(18 bytes)
This crashes in main/baseline today as well (see date below).
###@###.### 2005-04-29 20:35:44 GMT
I'm getting this assertion during normal runThese -full testing on x86 and amd64. a lot. It's not just stress testing. Is there a workaround?
###@###.### 2005-06-01 23:07:31 GMT
still fails...
###@###.### 2005-07-12 19:39:32 GMT