-
Bug
-
Resolution: Fixed
-
P2
-
6u14, 6u17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188199 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b83 |
JDK-2189842 | 6u21 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2191913 | 6u20-rev | Kevin Walls | P2 | Closed | Fixed | b03 |
JDK-2190329 | 6u19-rev | Kevin Walls | P2 | Resolved | Fixed | b05 |
JDK-2187775 | hs17 | Tom Rodriguez | P3 | Closed | Fixed | b09 |
JDK-2193672 | hs16.3 | Kevin Walls | P2 | Resolved | Fixed | b02 |
JDK-2193526 | hs16.2 | Kevin Walls | P2 | Resolved | Fixed | b05 |
OS:Enterprise Linux Enterprise Linux AS release 4 (October Update 7)
vm_info: Java HotSpot(TM) Server VM (14.3-b01) for linux-x86 JRE (1.6.0_17-b04),
built on Oct 11 2009 01:01:36 by "java_re" with gcc 3.2.1-7a (J2SE release)
Getting C2 crash with Server VM only (Client VM does not crash). Always crashes in this method:
Current CompileTask:
C2:3144 ! com.bea.wli.monitoring.statistics.collection.BucketWindow.getAggreg
atedValueUntil(JLcom/bea/wli/monitoring/statistics/NonQualifiedValue;)V (229 byt
es)
It always fails with this method. Customer has looked at the code and can't see any reason why it would fail. They tested with the Client VM and report that it succeeds.
They can avoid the crash by excluding the method from compilation, but that's not a solution for them. -XX:+PrintCompilation verifies the failing method. This is easily reproducible at their site, but so far no test case available.
See the Attachments for hs_err logs (3 from 6u14 and 1 from 6u17) and the BucketWindow class that contains the failing method.
vm_info: Java HotSpot(TM) Server VM (14.3-b01) for linux-x86 JRE (1.6.0_17-b04),
built on Oct 11 2009 01:01:36 by "java_re" with gcc 3.2.1-7a (J2SE release)
Getting C2 crash with Server VM only (Client VM does not crash). Always crashes in this method:
Current CompileTask:
C2:3144 ! com.bea.wli.monitoring.statistics.collection.BucketWindow.getAggreg
atedValueUntil(JLcom/bea/wli/monitoring/statistics/NonQualifiedValue;)V (229 byt
es)
It always fails with this method. Customer has looked at the code and can't see any reason why it would fail. They tested with the Client VM and report that it succeeds.
They can avoid the crash by excluding the method from compilation, but that's not a solution for them. -XX:+PrintCompilation verifies the failing method. This is easily reproducible at their site, but so far no test case available.
See the Attachments for hs_err logs (3 from 6u14 and 1 from 6u17) and the BucketWindow class that contains the failing method.
- backported by
-
JDK-2190329 C2 compiler crash on x86
- Resolved
-
JDK-2193526 C2 compiler crash on x86
- Resolved
-
JDK-2193672 C2 compiler crash on x86
- Resolved
-
JDK-2189842 C2 compiler crash on x86
- Resolved
-
JDK-2191913 C2 compiler crash on x86
- Closed
-
JDK-2187775 C2 compiler crash on x86
- Closed
-
JDK-2188199 C2 compiler crash on x86
- Closed
- relates to
-
JDK-6754519 don't emit flag fixup for NaN when condition being tested doesn't need it
- Resolved
(2 backported by, 1 relates to)