JDK-8060757 : Test runtime/SharedArchiveFile/SpaceUtilizationCheck.java fails in JDK 9 fcs new compiler
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: generic
  • Submitted: 2014-10-15
  • Updated: 2020-03-26
  • Resolved: 2014-10-20
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 9
9Resolved
Related Reports
Duplicate :  
Description
Testsuite name: hotspot 
Test name(s): runtime/SharedArchiveFile/SpaceUtilizationCheck.java 
Product(s) tested: jdk 9 fcs new compiler 
OS/architecture: MacOSX(10.9) 

Reproducible: Always 
Reproducible on machine: stt-mac-01.ru.oracle.com 
Also reproducible on machine: stt-mac-05.ru.oracle.com, stt-mac-08.ru.oracle.com 
Is it a test bug or a product bug : Product Bug 
Is it a Regression: Yes 
Regression introduced in release/build: JDK 9 fcs new compiler 

Is it a platform specific issue: Yes 

----------System.err:(13/857)----------
java.lang.RuntimeException: Utilization for one of the regionsis below a threshold of 30%
	at SpaceUtilizationCheck.main(SpaceUtilizationCheck.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Utilization for one of the regionsis below a threshold of 30%
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Utilization for one of the regionsis below a threshold of 30%

Test run log location: 
Steps to reproduce: 
1. login into stt-mac-01.ru.oracle.com 
2. go to /export/home/gtee/9b90_hotspot 
3. add test case in 'failedcase' file 
4. run : python filereader.py 

workspace : http://jre.us.oracle.com/java/re/scanas412/java_re2/archive/jdk9-build-upgrades/b90_2014-09-10-1604_32/ws/hotspot/test/ 

jdk : http://jre.us.oracle.com/java/re/scanas412/java_re2/archive/jdk9-build-upgrades/b90_2014-09-10-1604_32/bundles/macosx-amd64/
Comments
This test is passed in JDK 9 old compiler/platforms in MacOSX(10.9)
15-10-2014