-
Bug
-
Resolution: Fixed
-
P2
-
6u4, 6u10
-
b05
-
generic, x86
-
generic, windows_vista
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175661 | 7 | Changpeng Fang | P2 | Closed | Fixed | b54 |
JDK-2180561 | 6u18 | Changpeng Fang | P2 | Closed | Fixed | b01 |
From Licensee:
During our efforts to port our current XXXJVM to Java 6. During the execution of this
task, I have come across a problem connected with the UseSuperWord option. I noticed
that this option is disabled by default in the latest version, namely 4 b06.
Nevertheless, I wanted to draw your attention to the enclosed test case. The program
runs forever, thus the method initialize_int_arraycopy will occasionally get compiled.
Execution of the compiled code fails on a super word enabled VM. The erronous code
performs an incorrect value copy, which is later discovered in the method
checkandfail_int_arraycopy. However, the test case is correctly executed if the
UseSuperWord option is deactivated. See attached testcase, (arraycopytest.java)
- backported by
-
JDK-2175661 UseSuperWord enabled failure
- Closed
-
JDK-2180561 UseSuperWord enabled failure
- Closed
- duplicates
-
JDK-6812207 Possible bug in a floating point (float) arithmetic in 32-bit server HotSpot
- Closed
- relates to
-
JDK-6876276 assert(!is_visited,"visit only once")
- Closed
-
JDK-6877254 Server vm crashes with "no branches off of store slice" when run with CMS and UseSuperWord (default)
- Closed
-
JDK-6837906 compiler tests of 6636138 fail with IllegalAccessException
- Closed
-
JDK-6816756 Remove useless pre/post barriers when the corresponding store is optimized away
- Open