RMIC compiler is giving a "Hotspot Virtual Machine Error" when i'm building MarshalArrayListTests, MarshalTests & stock tests. I'm able to compile the test but rmic compiler fails. I tried using the -classic option with the VM, and even then it is giving the same error.
% /usr/local/java/jdk1.3beta/solaris/bin/rmic -iiop -keepgenerated -d . benchmarks.TestClient benchmarks.DataCollector benchmarks.RemoteObjImpl visualBenchmarks.DataServerImpl
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# occurred at pc=eea357b4
#
# Error ID: /net/mizu/usr/re/hotsparc_client1.3/src/solaris/hotsparc_client1.3beta_basic/build/solaris/../../src/os/solaris/vm/os_solaris.cpp, 3066 [ Patched ]
#
Dumping core....
./runscript[8]: 3640 Abort(coredump)
I'm not able to run these tests.
% /usr/local/java/jdk1.3beta/solaris/bin/rmic -iiop -keepgenerated -d . benchmarks.TestClient benchmarks.DataCollector benchmarks.RemoteObjImpl visualBenchmarks.DataServerImpl
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# occurred at pc=eea357b4
#
# Error ID: /net/mizu/usr/re/hotsparc_client1.3/src/solaris/hotsparc_client1.3beta_basic/build/solaris/../../src/os/solaris/vm/os_solaris.cpp, 3066 [ Patched ]
#
Dumping core....
./runscript[8]: 3640 Abort(coredump)
I'm not able to run these tests.
- relates to
-
JDK-4262884 Hotspot VM segmentation failure
- Closed