-
Bug
-
Resolution: Fixed
-
P2
-
hs14
-
b04
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175226 | 7 | Coleen Phillimore | P2 | Closed | Fixed | b53 |
JDK-2180541 | 6u18 | Coleen Phillimore | P2 | Closed | Fixed | b01 |
Fastdebug jvm launched with "-Xcomp -XX:CompileThreshold=1" flags
intermittently fails with
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/runtime/compilationPolicy.cpp:104), pid=24735, t
id=2931739536
# Error: assert(!m->was_never_executed(),"don't reset to 0 -- could be mistaken for never-executed")
#
# JRE version: 7.0-b47
# Java VM: Java HotSpot(TM) Server VM (15.0-b01-fastdebug compiled mode linux-x86 )
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0xae905000): JavaThread "Loading Thread #1" [_thread_in_vm, id=24850, stack(0xaeb9c000,0
xaebed000)]
Stack: [0xaeb9c000,0xaebed000], sp=0xaebeb458, free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xaca378];; VMError::report_and_die()+0x2f8
V [libjvm.so+0x4939b5];; report_assertion_failure(char const*, int, char const*)+0x65
V [libjvm.so+0x41f326];; CompilationPolicy::reset_counter_for_invocation_event(methodHandle)+0x76
V [libjvm.so+0x41f503];; SimpleCompPolicy::method_invocation_event(methodHandle, Thread*)+0x53
V [libjvm.so+0x5e0042];; InterpreterRuntime::frequency_counter_overflow(JavaThread*, unsigned char*)+0x
492
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.A4.<init>()V+0
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B$4.<init>(Ljavasoft/sq
e/jck/lib/vm/resolveClass/hierarchies/init/dynamic/anonymous/simple/B;)V+6
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B.<init>()V+36
J javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.C1.<init>()V
V [libjvm.so+0x5ebb21];; JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)
+0x2b1
V [libjvm.so+0x8deab8];; os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments
*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x18
V [libjvm.so+0x5eb830];; JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x40
V [libjvm.so+0x97d486];; Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHa
ndle, BasicType, objArrayHandle, bool, Thread*)+0xa06
V [libjvm.so+0x983ed1];; Reflection::invoke_constructor(oopDesc*, objArrayHandle, Thread*)+0x291
V [libjvm.so+0x6c2141];; JVM_NewInstanceFromConstructor+0x1d1
C [libjava.so+0x1534d] Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0+0x2d;; Java_sun_ref
lect_NativeConstructorAccessorImpl_newInstance0+0x2d
J sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Obje
ct;)Ljava/lang/Object;
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.A4.<init>()V+0
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B$4.<init>(Ljavasoft/sq
e/jck/lib/vm/resolveClass/hierarchies/init/dynamic/anonymous/simple/B;)V+6
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B.<init>()V+36
J javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.C1.<init>()V
v ~StubRoutines::call_stub
J sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Obje
ct;)Ljava/lang/Object;
J sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.Class.newInstance0()Ljava/lang/Object;
J java.lang.Class.newInstance()Ljava/lang/Object;
J javasoft.sqe.jck.lib.vm.resolveClass.parallelClassLoading.ClassLoadingThread.run()V
v ~StubRoutines::call_stub
A sighting in nightly testing:
New MM_REGRESSION failures (from 2009.02.24)
* java/lang/management/ThreadMXBean/ThreadCpuTime.java
This test failed the following assert:
Internal Error (src/share/vm/runtime/compilationPolicy.cpp:104)
Error: assert(!m->was_never_executed(),
"don't reset to 0 -- could be mistaken for never-executed")
on Win-AMD64 Server VM -Xmixed (machine intelsdv14). This is an
occurrence of the following bug:
6805748 2/2 Assertion "don't reset to 0 -- could be
mistaken for never-executed" in CompilationPolicy
I will copy this entry to 6805748.
Links to the analysis page and the hs_err_pid file:
http://sqeweb.sfbay/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2009-02-24/RT_Baseline/javase/windows-amd64/server/mixed/windows-amd64_server_mixed_MM_REGRESSION/analysis.html
http://sqeweb.sfbay/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2009-02-24/RT_Baseline/javase/windows-amd64/server/mixed/windows-amd64_server_mixed_MM_REGRESSION/workDir/java/lang/management/ThreadMXBean/ThreadCpuTime/hs_err_pid246240.log
intermittently fails with
# Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/runtime/compilationPolicy.cpp:104), pid=24735, t
id=2931739536
# Error: assert(!m->was_never_executed(),"don't reset to 0 -- could be mistaken for never-executed")
#
# JRE version: 7.0-b47
# Java VM: Java HotSpot(TM) Server VM (15.0-b01-fastdebug compiled mode linux-x86 )
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0xae905000): JavaThread "Loading Thread #1" [_thread_in_vm, id=24850, stack(0xaeb9c000,0
xaebed000)]
Stack: [0xaeb9c000,0xaebed000], sp=0xaebeb458, free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xaca378];; VMError::report_and_die()+0x2f8
V [libjvm.so+0x4939b5];; report_assertion_failure(char const*, int, char const*)+0x65
V [libjvm.so+0x41f326];; CompilationPolicy::reset_counter_for_invocation_event(methodHandle)+0x76
V [libjvm.so+0x41f503];; SimpleCompPolicy::method_invocation_event(methodHandle, Thread*)+0x53
V [libjvm.so+0x5e0042];; InterpreterRuntime::frequency_counter_overflow(JavaThread*, unsigned char*)+0x
492
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.A4.<init>()V+0
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B$4.<init>(Ljavasoft/sq
e/jck/lib/vm/resolveClass/hierarchies/init/dynamic/anonymous/simple/B;)V+6
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B.<init>()V+36
J javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.C1.<init>()V
V [libjvm.so+0x5ebb21];; JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)
+0x2b1
V [libjvm.so+0x8deab8];; os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments
*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x18
V [libjvm.so+0x5eb830];; JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x40
V [libjvm.so+0x97d486];; Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHa
ndle, BasicType, objArrayHandle, bool, Thread*)+0xa06
V [libjvm.so+0x983ed1];; Reflection::invoke_constructor(oopDesc*, objArrayHandle, Thread*)+0x291
V [libjvm.so+0x6c2141];; JVM_NewInstanceFromConstructor+0x1d1
C [libjava.so+0x1534d] Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0+0x2d;; Java_sun_ref
lect_NativeConstructorAccessorImpl_newInstance0+0x2d
J sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Obje
ct;)Ljava/lang/Object;
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.A4.<init>()V+0
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B$4.<init>(Ljavasoft/sq
e/jck/lib/vm/resolveClass/hierarchies/init/dynamic/anonymous/simple/B;)V+6
j javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.B.<init>()V+36
J javasoft.sqe.jck.lib.vm.resolveClass.hierarchies.init.dynamic.anonymous.simple.C1.<init>()V
v ~StubRoutines::call_stub
J sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Obje
ct;)Ljava/lang/Object;
J sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.Class.newInstance0()Ljava/lang/Object;
J java.lang.Class.newInstance()Ljava/lang/Object;
J javasoft.sqe.jck.lib.vm.resolveClass.parallelClassLoading.ClassLoadingThread.run()V
v ~StubRoutines::call_stub
A sighting in nightly testing:
New MM_REGRESSION failures (from 2009.02.24)
* java/lang/management/ThreadMXBean/ThreadCpuTime.java
This test failed the following assert:
Internal Error (src/share/vm/runtime/compilationPolicy.cpp:104)
Error: assert(!m->was_never_executed(),
"don't reset to 0 -- could be mistaken for never-executed")
on Win-AMD64 Server VM -Xmixed (machine intelsdv14). This is an
occurrence of the following bug:
6805748 2/2 Assertion "don't reset to 0 -- could be
mistaken for never-executed" in CompilationPolicy
I will copy this entry to 6805748.
Links to the analysis page and the hs_err_pid file:
http://sqeweb.sfbay/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2009-02-24/RT_Baseline/javase/windows-amd64/server/mixed/windows-amd64_server_mixed_MM_REGRESSION/analysis.html
http://sqeweb.sfbay/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2009-02-24/RT_Baseline/javase/windows-amd64/server/mixed/windows-amd64_server_mixed_MM_REGRESSION/workDir/java/lang/management/ThreadMXBean/ThreadCpuTime/hs_err_pid246240.log
- backported by
-
JDK-2175226 Assertion "don't reset to 0 -- could be mistaken for never-executed" in CompilationPolicy
- Closed
-
JDK-2180541 Assertion "don't reset to 0 -- could be mistaken for never-executed" in CompilationPolicy
- Closed
- relates to
-
JDK-7115356 assert(!m->was_never_executed()) failed
- Closed