JDK-7181995 : NMT ON: NMT assertion failure assert(cur_vm->is_uncommit_record() || cur_vm->is_deallocation_record
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs24,hs25,8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows
  • CPU: generic,x86
  • Submitted: 2012-07-05
  • Updated: 2013-07-17
  • Resolved: 2012-09-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u40 b04Fixed 8Fixed hs24Fixed
Related Reports
Duplicate :  
Description
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (C:\jprt\T\P1\060514.daholme\s\src\share\vm\services\memSnapshot.cpp:347), pid=14600, tid=10416
#  Error: ShouldNotReachHere()
#
# JRE version: Java(TM) SE Runtime Environment (7.0_06-b16)
# Java VM: Java HotSpot(TM) Client VM (24.0-b16-internal-201207030605.daholme.hotspot-rt-fastdebug mixed mode, sharing windows-x86 )
# Core dump written. Default location: C:\local\76220.JAVASE.NIGHTLY.VM.RT_Baseline.2012-07-03.windows-i586_vm__client_compd_nsk.quick-jdi.testlist.runTests\results\ResultDir\convm002\hs_err_pid14600.mdmp
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x00f6dc00):  Thread [stack: 0x12a20000,0x12a70000] [id=10416]

Stack: [0x12a20000,0x12a70000],  sp=0x12a6f988,  free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x272c11]Warning: Warning: no map file found for C:/local/common/jdk/baseline/windows-i586/jre/bin/client/jvm.dll!


V  [jvm.dll+0x269774]
V  [jvm.dll+0x262417]
V  [jvm.dll+0x263e8b]
V  [jvm.dll+0x286ed4]
C  [msvcr100.dll+0x5c6de]  endthreadex+0x3a
C  [msvcr100.dll+0x5c788]  endthreadex+0xe4
C  [kernel32.dll+0x13677]  BaseThreadInitThunk+0x12
C  [ntdll.dll+0x39d72]  RtlInitializeExceptionChain+0x63
C  [ntdll.dll+0x39d45]  RtlInitializeExceptionChain+0x36


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x139eb000 JavaThread "IORedirector" daemon [_thread_in_native, id=9856, stack(0x13ed0000,0x13f20000)]
  0x139edc00 JavaThread "IORedirector for stderr" daemon [_thread_in_native, id=4344, stack(0x13860000,0x138b0000)]
  0x139bb800 JavaThread "JDI Target VM Interface" daemon [_thread_in_native, id=9076, stack(0x13d50000,0x13da0000)]
  0x1397a000 JavaThread "JDI Internal Event Handler" daemon [_thread_blocked, id=13268, stack(0x135b0000,0x13600000)]
  0x12ce8800 JavaThread "Service Thread" daemon [_thread_blocked, id=6964, stack(0x13110000,0x13160000)]
  0x12cdbc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=11224, stack(0x13190000,0x13290000)]
  0x12c96800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2512, stack(0x12eb0000,0x12f00000)]
  0x0100f400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12840, stack(0x12950000,0x129a0000)]
  0x00f79400 JavaThread "Finalizer" daemon [_thread_blocked, id=4140, stack(0x12c40000,0x12c90000)]
  0x00f71400 JavaThread "Reference Handler" daemon [_thread_blocked, id=10976, stack(0x12be0000,0x12c30000)]
  0x00f14c00 JavaThread "main" [_thread_in_native, id=13128, stack(0x00ec0000,0x00f10000)]

Comments
Started verification process
28-06-2013

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/33143ee07800
15-09-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/33143ee07800
12-09-2012

EVALUATION Also failed following test cases: 7/31/2012 nsk/jdi/MethodExitRequest/_bounds_/filters001 nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002 8/2/2012 nsk/jdi/ReferenceType/sourceNames/sourcenames002 Improved assertion message shows multiple tagging messages to the same thread stack virtual memory block.
03-08-2012