build : 'M' (-classic ok.)
app : Java2Demo.jar
(java -jar Java2Demo.jar -runs=999 -ccthread
OS : Solaris only. (Win32 ok.)
If ran with above cmdline. Within 30-40 loops on Solaris you will get below message:
#
# HotSpot Virtual Machine Error, Unexpected Signal 10
#
# Error ID: 4F533F534F4C415249530E435050079A 01
#
(translates to: os_solaris.cpp, 1946: which basically says
"Bus Error")
Ran with -classic no problems.
jmasa - 11/10/99
Ths bug is reproducible with -Xint. There is some extra information
in the error message (maybe because I used an optimized build.
# HotSpot Virtual Machine Error, Unexpected Signal 10
#
# Error happened during: mark sweep
#
# Error ID: 4F533F534F4C415249530E435050079A 01
#
run with -XX:+ShowMessageBoxOnError to "catch" process so dbx can be
attached to examine errant function.
app : Java2Demo.jar
(java -jar Java2Demo.jar -runs=999 -ccthread
OS : Solaris only. (Win32 ok.)
If ran with above cmdline. Within 30-40 loops on Solaris you will get below message:
#
# HotSpot Virtual Machine Error, Unexpected Signal 10
#
# Error ID: 4F533F534F4C415249530E435050079A 01
#
(translates to: os_solaris.cpp, 1946: which basically says
"Bus Error")
Ran with -classic no problems.
jmasa - 11/10/99
Ths bug is reproducible with -Xint. There is some extra information
in the error message (maybe because I used an optimized build.
# HotSpot Virtual Machine Error, Unexpected Signal 10
#
# Error happened during: mark sweep
#
# Error ID: 4F533F534F4C415249530E435050079A 01
#
run with -XX:+ShowMessageBoxOnError to "catch" process so dbx can be
attached to examine errant function.
- duplicates
-
JDK-4320252 Partially uninitialized objects can escape from inlined constructors
-
- Resolved
-
- relates to
-
JDK-4273066 Sparc/C2 Conformance suid/suid01 test fails in all the modes.
-
- Resolved
-