JDK-8048877 : VM warning "Attempt to use MPSS failed" on Solaris SPARC
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2014-06-29
  • Updated: 2014-07-10
  • Resolved: 2014-07-08
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
Relates :  
Relates :  
Relates :  
Description
RT nightly test ran into a bunch of test harness problems, looking like this: 

java.lang.NullPointerException
	at com.sun.javatest.regtest.TestNGAction.build(TestNGAction.java:102)
	at com.sun.javatest.regtest.MainAction.run(MainAction.java:247)
	at com.sun.javatest.regtest.RegressionScript.run(RegressionScript.java:149)
	at com.sun.javatest.Script.run(Script.java:228)
	at com.sun.javatest.DefaultTestRunner.runTest(DefaultTestRunner.java:174)
	at com.sun.javatest.DefaultTestRunner.access$100(DefaultTestRunner.java:43)
	at com.sun.javatest.DefaultTestRunner$1.run(DefaultTestRunner.java:66)
result: Not run. Test running...

test result: Error. Unexpected exception caught from test java/util/stream/boottest/java/util/stream/LongNodeTest.java: java.lang.NullPointerException

Only occurs on Sparc, jtreg version or config issue ?

Comments
The patch that exposed this bug has been backed-out as of JDK-8048895. I will create a new bug that explains the bug that was exposed and caused all this failures.
08-07-2014

Please see explanation of this bug in: JDK-8048895
01-07-2014

Stefan K asked for the following: $ 2014-06-24-135445.ehelin.JDK-8027915/bin/java -XX:+TracePageSizes -version available page sizes: 8192 65536 4194304 268435456 usable page sizes: 4194304 8192 code heap: min=2097152 max=251658240 pg_sz=8192 base=0xffffffff6a000000 size=251658240 ps heap raw: 0,0 1536,0 27258880 ps heap rnd: 512,18172928 1536,9085952 27258880 ps main: min=8388608 max=27913093120 pg_sz=524288 base=0xfffffff8e0400000 size=27913093120 card table: min=54517761 max=54517761 pg_sz=8192 base=0xffffffff66000000 size=54525952 Java HotSpot(TM) 64-Bit Server VM warning: Attempt to use MPSS failed. Java HotSpot(TM) 64-Bit Server VM warning: Attempt to use MPSS failed. par bitmap: min=872284160 max=872284160 pg_sz=8192 base=0xfffffff890000000 size=872284160 par compact: min=3833280 max=3833280 pg_sz=8192 base=0xfffffff8d0a00000 size=3833856 par compact: min=54517760 max=54517760 pg_sz=8192 base=0xfffffff8cc000000 size=54517760 java version "1.9.0-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b19) Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-201406241354.ehelin.JDK-8027915-fastdebug, mixed mode) And here's the same output from Jon M's job: $ 2014-06-23-212844.jmasamit.jdk9-gc-merge/bin/java -XX:+TracePageSizes -version available page sizes: 8192 65536 4194304 268435456 usable page sizes: 4194304 8192 code heap: min=2097152 max=251658240 pg_sz=4194304 base=0xffffffff6a000000 size=251658240 ps heap raw: 0,0 1536,0 27258880 ps heap rnd: 4096,18173952 12288,9084928 27258880 ps main: min=16777216 max=27913093120 pg_sz=4194304 base=0xfffffff8e0400000 size=27913093120 card table: min=54517761 max=54517761 pg_sz=8192 base=0xffffffff66000000 size=54525952 par bitmap: min=872284160 max=872284160 pg_sz=4194304 base=0xfffffff890000000 size=872415232 par compact: min=3833280 max=3833280 pg_sz=8192 base=0xfffffff8d0a00000 size=3833856 par compact: min=54517760 max=54517760 pg_sz=4194304 base=0xfffffff8cc000000 size=54525952 java version "1.9.0-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b19) Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-201406232128.jmasamit.jdk9-gc-merge-fastdebug, mixed mode)
30-06-2014

$ hostname mrspock $ cat /etc/release Solaris 10 10/09 s10s_u8wos_08a SPARC Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 September 2009 $ uname -a SunOS mrspock 5.10 Generic_141444-09 sun4v sparc SUNW,T5440 Here's the Solaris SPARCV9 bits from Erik's job: $ 2014-06-24-135445.ehelin.JDK-8027915/bin/java -versionJava HotSpot(TM) 64-Bit Server VM warning: Attempt to use MPSS failed. Java HotSpot(TM) 64-Bit Server VM warning: Attempt to use MPSS failed. java version "1.9.0-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b19) Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-201406241354.ehelin.JDK-8027915-fastdebug, mixed mode) Here's the Solaris SPARCV9 bits from the job preceding Erik's that pushed to GC_Baseline: $ 2014-06-23-212844.jmasamit.jdk9-gc-merge/bin/java -version java version "1.9.0-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b19) Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-201406232128.jmasamit.jdk9-gc-merge-fastdebug, mixed mode)
30-06-2014

I suspect that it is the regression from 8027915: TestParallelHeapSizeFlags fails with unexpected heap size on sparcv9 http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/2cb6dfbbc344 Here is the output bash-4.1$ ./bin/java -version Java HotSpot(TM) 64-Bit Server VM warning: Attempt to use MPSS failed. Java HotSpot(TM) 64-Bit Server VM warning: Attempt to use MPSS failed. java version "1.9.0-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b19) Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-internal-201406241354.ehelin.JDK-8027915-fastdebug, mixed mode)
30-06-2014

This jprt job 2014-06-27-151547.ddaugher.merge_main_to_rt_baseline has same issues: http://prt-web.us.oracle.com//archive/integrations/jdk9/hs-rt/hotspot/2014-06-27-151547.ddaugher.merge_main_to_rt_baseline/logs/solaris_sparcv9-fastdebug-c2-servertest.log however previous job doesn't have it http://prt-web.us.oracle.com//archive/integrations/jdk9/hs-rt/hotspot/2014-06-27-113707.mgronlun.hotspot/logs/solaris_sparcv9-fastdebug-c2-servertest.log
30-06-2014