Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
-
None
-
Linux and windows platform
-
Moderate
Description
When we excute following command line
$ /cygdrive/c/work/harmony/working_vm/build/windows_x86_msvc_debug/deploy/jdk/jre/bin/java.exe -Xem:opt -XX:jit.arg.time=on -jar dacapo-2006-10-MR2.jar -s small antlr
1. The time counter will not work.
2. The output of antlr will be:
===== DaCapo antlr starting =====
Running antlr on grammar antlr/java.g
ANTLR Parser Generator Version 2.7.5 (20050128) 1989-2005 jGuru.com
If we run anltr with Sun jdk, the output of anltr will be:
===== DaCapo antlr starting =====
Running antlr on grammar antlr/java.g
ANTLR Parser Generator Version 2.7.2 1989-2003 jGuru.com
===== DaCapo antlr PASSED in 390 msec =====
3. After tracing the code we found that the process stop work before "vm_delete_all_jits" is executed.
Thanks!
Buqi