-
Bug
-
Resolution: Fixed
-
P1
-
hs12, 6u10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177075 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b27 |
JDK-2174863 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2172190 | 6u5p | Vladimir Kozlov | P3 | Resolved | Fixed | b02 |
JDK-2161489 | hs13 | Vladimir Kozlov | P1 | Closed | Fixed | b01 |
J2SE: FAIL - 6u5p b01, PASS 6u5, 6u4p
Platform[s]: FAIL - All
switch/Mode: FAIL - -server -Xcomp
Test api/java/text/NumberFormat/Format has side effect since 6u5p b01. For example:
java -server -Xcomp -Xfuture -classpath K:\\Links\\stt\\jck_promotions\\6a\\fcs\\alt2\\binaries\\JCK-runtime-6a\\classes javasoft.sqe.tests.api.java.text.NumberFormat.FormatTests -TestCaseID NumberFormat0010
test reports:
NumberFormat0006: Passed. OKAY
passes. At the sampe time when run after another test it fails:
java -server -Xcomp -Xfuture -classpath K:\\Links\\stt\\jck_promotions\\6a\\fcs\\alt2\\binaries\\JCK-runtime-6a\\classes javasoft.sqe.tests.api.java.text.NumberFormat.FormatTests -TestCaseID NumberFormat0006 NumberFormat0010
NumberFormat0006: Passed. OKAY
NumberFormat0010: Failed. Failed
Method format(Object, StringBuffer, FieldPosition) incorrect
StringBuffer passed to format(Long, StringBuffer, FieldPosition) method
expected value of StringBuffer =
passed value =
STATUS:Failed.test cases: 2; passed: 1; failed: 1; first test case failure: NumberFormat0010
Test does nothing except assigning one StringBuffer instance to a member of class NumberFormatTest then comparing both objects with ==.
Steps to reproduce:
run commands above.
Unix path to JCK is:
/net/stt-13.russia.sun.com/export/stt/jck_promotions/6a/fcs/alt2/binaries/JCK-runtime-6a/classes
test sources:
/net/stt-13.russia.sun.com/export/stt/jck_promotions/6a/fcs/alt2/binaries/JCK-runtime-6a/tests
- backported by
-
JDK-2172190 Side effect in NumberFormat tests with -server -Xcomp (all platforms, 6u5 perf release b01)
- Resolved
-
JDK-2174863 Side effect in NumberFormat tests with -server -Xcomp (all platforms, 6u5 perf release b01)
- Resolved
-
JDK-2161489 Side effect in NumberFormat tests with -server -Xcomp (all platforms, 6u5 perf release b01)
- Closed
-
JDK-2177075 Side effect in NumberFormat tests with -server -Xcomp (all platforms, 6u5 perf release b01)
- Closed
- duplicates
-
JDK-6782006 Reading InputStream of large amount of data results in corrupted data
- Closed
- relates to
-
JDK-6701887 JDK7 server VM in endless loop between Node::dominates and Node::find_exact_control
- Resolved
-
JDK-6692301 Side effect in NumberFormat tests with -server -Xcomp (all platforms, 6u5 perf release b01)
- Resolved
-
JDK-6667580 Optimize CmpP for allocations
- Closed