-
Bug
-
Resolution: Fixed
-
P2
-
6u4p, 6u10
-
b02
-
sparc
-
solaris_nevada, solaris_10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174818 | 6u14 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2172202 | 6u5p | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
Java Builds : b01
VM flavors : server
VM Modes : -Xmixed
Java flags : -XX:+AggressiveOpts
Platform(s) : solaris-sparc, solaris-sparcv9
Hostnames with OS info : vm-t2000-01, nanonano (Solaris 10)
So, the failure is reproduced only on solaris-sparc/v9, with
-server -Xmixed -XX:+AggressiveOpts or
-d64 -server -Xmixed -XX:+AggressiveOpts
The failure is not reproduced with
- -Xint, -Xcomp
- without -XX:+AggressiveOpts
- on linux, sol-x86/amd, windows
- latest jdk7 (b23)
- latest jdk6u4 (b09)
- with rt.jar from latest 6u4 (b09)
Running the tests with latest jdk6u4b09 but with jvm copied from 6u4p01 results in tests failure. So, the problem is 6u4p specific and is in HotSpot
Test cases:
java/lang/Character/Supplementary.java
java/lang/String/Supplementary.java
java/lang/StringBuffer/Supplementary.java
java/lang/StringBuilder/Supplementary.java
Error Log :
1. java/lang/String/Supplementary.java fails with
java.lang.RuntimeException: Error: offsetByCodePoints(input[0], 10, -14) returned an unexpected value. got 0x9, expecte
d 0xa
at Supplementary.check(Supplementary.java:589)
at Supplementary.test9(Supplementary.java:412)
at Supplementary.main(Supplementary.java:19)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
at java.lang.Thread.run(Thread.java:619)
2. java/lang/Character/Supplementary.java fails with
java.lang.RuntimeException: isValidCodePoint failed with 0xffef2a3e
at Supplementary.test00(Supplementary.java:95)
at Supplementary.main(Supplementary.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
at java.lang.Thread.run(Thread.java:619)
3. java/lang/StringBuffer/Supplementary.java fails with
java.lang.RuntimeException: Error: offsetByCodePoints(input[4], 5, -11) returned an unexpected value. got 0x4, expected
0x5
at Supplementary.check(Supplementary.java:357)
at Supplementary.test6(Supplementary.java:252)
at Supplementary.main(Supplementary.java:16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
at java.lang.Thread.run(Thread.java:619)
4. java/lang/StringBuilder/Supplementary.java fails with
java.lang.RuntimeException: Error: offsetByCodePoints(input[4], 5, -11) returned an unexpected value. got 0x4, expected
0x5
at Supplementary.check(Supplementary.java:357)
at Supplementary.test6(Supplementary.java:252)
at Supplementary.main(Supplementary.java:16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
at java.lang.Thread.run(Thread.java:619)
- backported by
-
JDK-2172202 Unit tests for supplementary character support fail with -XX:+AggressiveOpts
-
- Resolved
-
-
JDK-2174818 Unit tests for supplementary character support fail with -XX:+AggressiveOpts
-
- Resolved
-
- duplicates
-
JDK-6636575 java/util/Scanner/ScanTest.java fails in 6u4p with -XX:+AggressiveOpts flag
-
- Closed
-
-
JDK-6636583 java/util/regex/RegTest.java fails in 6u4p with -XX:+AggressiveOpts flag
-
- Closed
-
-
JDK-6636559 -XX:+AggressiveOpts in 6u4p causes errors
-
- Closed
-
-
JDK-6765194 NullPointerException when running specjvm08 compiler.compiler with jdk in build snv_101
-
- Closed
-
- relates to
-
JDK-6681577 PIT: nsk/regression/b4675027 fails with -XX:+AggressiveOpts in hs12 b02
-
- Closed
-