Execute the following command:
java_g -XX:-ShowMessageBoxOnError -XX:+PrintOpto -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=931
also happens with class 1259: java.text.Utility.encodeRun
Result:
assert (idom == _root, "Control reaches root, but dominator does not");
....\domgraph.cpp, 489#
NOTE: If this is not reproducible try these settings:
-XX:CompileTheWorldStartAt=910 -XX:+CompileTheWorldStopAt=1010
mohammad.gharahgouzloo@Eng 1998-11-16
The bug still occurs. However, the method number is 1767. But, the command lines is:
java_g -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1760
starting the test compilation at 1767 causes EXCEPTION_ACCESS_VIOLATION.
moe
java_g -XX:-ShowMessageBoxOnError -XX:+PrintOpto -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=931
also happens with class 1259: java.text.Utility.encodeRun
Result:
assert (idom == _root, "Control reaches root, but dominator does not");
....\domgraph.cpp, 489#
NOTE: If this is not reproducible try these settings:
-XX:CompileTheWorldStartAt=910 -XX:+CompileTheWorldStopAt=1010
mohammad.gharahgouzloo@Eng 1998-11-16
The bug still occurs. However, the method number is 1767. But, the command lines is:
java_g -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1760
starting the test compilation at 1767 causes EXCEPTION_ACCESS_VIOLATION.
moe
- duplicates
-
JDK-4185575 incorrect dominators with _201_compress
-
- Closed
-
- relates to
-
JDK-4185779 BETA1 : BUILD_C : WIN NT & 95 : -Xmixed,Xcomp : Tests crash with block.cpp 581#
-
- Closed
-