-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
sol-beta2
-
x86
-
windows_nt
Name: icC57033 Date: 11/12/99
Java HotSpot VM (client1.3-O and server2.0rc1-E) crashs if following flags are applied:
-Xcomp -XX:+FullGCALot -XX:+GCALotAtAllSafepoints
or
-Xcomp -XX:+ScavengeALot -XX:+GCALotAtAllSafepoints
To reproduce the bug run:
java_g -Xcomp -XX:+FullGCALot -XX:+GCALotAtAllSafepoints -version
or
java_g -Xcomp -XX:+ScavengeALot -XX:+GCALotAtAllSafepoints -version
WindowsNT output (2.0rc1-E):
#
# HotSpot Virtual Machine Error, assertion failure
#
# assert(_no_handle_mark_nesting == 0, "allocating handle inside NoHandleMark")
#
# Error ID: C:/hotspot\src\share\vm\runtime\handles.cpp, 27
#
======================================================================
- relates to
-
JDK-4309490 HS2.0(win32): assert(Universe::is_heap(obj),"sanity check") in handles.cpp, 28
-
- Closed
-