Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2043771 | 1.4.0 | Steve Goldman | P3 | Closed | Fixed | beta3 |
In testing for synchronization handling for T2 changes, a new
test was written: "Intr" which is attached.
These are the results of running this test on b63a and b66: on Solaris 8, with T1 libthread:
Solaris/Sparc: pass
Solaris/Intel: in product mode, all these tests pass, with jvmg builds:
java_g Intr: fails
java_g -Xint Intr: passes
java_g -Xcomp Intr: fails
java_g -server Intr: passes
java_g -server -Xcomp Intr: passes
To duplicate:
java_g -Xcomp Intr
It was originally thought that this failure had to do with
UseBoundThreads or UseLWPSynchronization, but after additional
testing it was found that it is independent of those flags.
Note that this does not always reproduce consistently.
test was written: "Intr" which is attached.
These are the results of running this test on b63a and b66: on Solaris 8, with T1 libthread:
Solaris/Sparc: pass
Solaris/Intel: in product mode, all these tests pass, with jvmg builds:
java_g Intr: fails
java_g -Xint Intr: passes
java_g -Xcomp Intr: fails
java_g -server Intr: passes
java_g -server -Xcomp Intr: passes
To duplicate:
java_g -Xcomp Intr
It was originally thought that this failure had to do with
UseBoundThreads or UseLWPSynchronization, but after additional
testing it was found that it is independent of those flags.
Note that this does not always reproduce consistently.
- backported by
-
JDK-2043771 Solaris/Intel: Synch test hangs trying to get to compiled code safepoint
- Closed
- duplicates
-
JDK-4938804 [1.3.1_05] JVM crashes with Pro/INTRALINK with Internal Error
- Closed
-
JDK-4789679 [1.3.1_04] App server crashes using Client and Server Hotspot VM
- Closed