JDK-6215407 : Solaris-amd64: jni test failures
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0u2
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-01-08
  • Updated: 2012-02-01
  • Resolved: 2005-01-27
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.
Other JDK 6
5.0u2Fixed 6 b21Fixed
Related Reports
Relates :  
Description
Tests fail: nsk/coverage/jni/jni002
	    nsk/coverage/jni/jni009
	    nsk/coverage/jni/jni010
	    nsk/coverage/jni/jni011
	    nsk/regression/b4660518

JDK: 1.5.0_02 b04
System:  Solaris-amd64

The above test passed with 1.5.0_02 b03 on solaris-amd64.

Here's the test logs:
http://sqeweb.sfbay/st4/VM/tiger/DTWS/results/1.5.0_02-ea-b04/ServerVM/64BITSOL5.10-AMD64/mixed/VM/GC_FULLLOOK-04-WEEKLY-VM-ServerVM-mixed-64BITSOL5.10-AMD64-2005-01-05-21-49-26-0120/analysis.html

Francis.Hsu also look at those test failures and think it's a regression.
###@###.### 2005-1-08 00:23:46 GMT
###@###.### 2005-1-10 20:15:06 GMT

Comments
SUGGESTED FIX Compile thread.cpp with -xO2 instead of -xO3 by changing build/solaris/amd64.make by adding this line 28d27 < OPT_CFLAGS/thread.o = -xO2 ###@###.### 2005-1-14 01:54:32 GMT
14-01-2005

EVALUATION The problem is caused by an SS10 C++ compiler bug s/t compiling thread.cpp with -xO2 instead of the default -xO3 causes the problem to go away. ###@###.### 2005-1-14 01:54:32 GMT
08-01-2005