-
Bug
-
Resolution: Fixed
-
P4
-
7u6, 8
-
x86, sparc
-
solaris
In the 2012.08.07 RT_Baseline nightly, the following test failed:
jcmd/vm/flags/cmdFile
Here is the failing configuration:
Host: sc14160082, Intel x86 2400 MHz, 4 cores, 12G, Solaris / Solaris 10, i86pc
JDK: Java(TM) SE Runtime Environment 1.7.0_06 b22 (1.7.0_06-fastdebug-b22)
VM: Java HotSpot(TM) 64-Bit Server VM 24.0 b20 (24.0-b20-internal-201208070320.kmcguiga.hotspot-fastdebug)
Options: -d64 -server -Xmixed -XX:DefaultMaxRAMFraction=8 -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M
Here is a snippet from the failing .log:
[2012-08-08T03:25:35.07] ${JAVA} ${JAVA_OPTS} ${EXECUTE_CLASS} ${TEST_ARGS}
[2012-08-08T03:25:35.07] # Actual: /export/local/common/jdk/baseline/solaris-amd64/bin/java -d64 -server -Xmixed -XX:DefaultMaxRAMFraction=8 -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M -Xmx129m -XX:+PrintGC -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+ThereShouldNotBeAnyVMOptionNamedLikeThis_Right -XX:-TieredCompilation jcmd.vm.flags.Flags -executor cmdFile
[2012-08-08T03:25:37.41]
[2012-08-08T03:25:37.41] Launching process by command line: /export/local/common/jdk/baseline/solaris-amd64/bin/jcmd 8990 -f /var/tmp/input2581957386869106253jcmd
[2012-08-08T03:25:37.41] Test failure: The following flags were not found: "[-XX:+PrintGC, -XX:+UnlockDiagnosticVMOptions, -XX:+IgnoreUnrecognizedVMOptions, -XX:-TieredCompilation]" output was: "[8990:]
[2012-08-08T03:25:37.41] at jcmd.vm.flags.Flags.run(Flags.java:30)
[2012-08-08T03:25:37.47] # Test level exit status: 97
# Host info: SunOS sc14160082 5.10 Generic_147441-01 i86pc i386 i86pc
jcmd/vm/flags/cmdFile
Here is the failing configuration:
Host: sc14160082, Intel x86 2400 MHz, 4 cores, 12G, Solaris / Solaris 10, i86pc
JDK: Java(TM) SE Runtime Environment 1.7.0_06 b22 (1.7.0_06-fastdebug-b22)
VM: Java HotSpot(TM) 64-Bit Server VM 24.0 b20 (24.0-b20-internal-201208070320.kmcguiga.hotspot-fastdebug)
Options: -d64 -server -Xmixed -XX:DefaultMaxRAMFraction=8 -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M
Here is a snippet from the failing .log:
[2012-08-08T03:25:35.07] ${JAVA} ${JAVA_OPTS} ${EXECUTE_CLASS} ${TEST_ARGS}
[2012-08-08T03:25:35.07] # Actual: /export/local/common/jdk/baseline/solaris-amd64/bin/java -d64 -server -Xmixed -XX:DefaultMaxRAMFraction=8 -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M -Xmx129m -XX:+PrintGC -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+ThereShouldNotBeAnyVMOptionNamedLikeThis_Right -XX:-TieredCompilation jcmd.vm.flags.Flags -executor cmdFile
[2012-08-08T03:25:37.41]
[2012-08-08T03:25:37.41] Launching process by command line: /export/local/common/jdk/baseline/solaris-amd64/bin/jcmd 8990 -f /var/tmp/input2581957386869106253jcmd
[2012-08-08T03:25:37.41] Test failure: The following flags were not found: "[-XX:+PrintGC, -XX:+UnlockDiagnosticVMOptions, -XX:+IgnoreUnrecognizedVMOptions, -XX:-TieredCompilation]" output was: "[8990:]
[2012-08-08T03:25:37.41] at jcmd.vm.flags.Flags.run(Flags.java:30)
[2012-08-08T03:25:37.47] # Test level exit status: 97
# Host info: SunOS sc14160082 5.10 Generic_147441-01 i86pc i386 i86pc
- duplicates
-
JDK-7190121 className fails intermittently on Solaris-SPARC
- Closed