-
Bug
-
Resolution: Fixed
-
P3
-
hs18
-
b04
-
sparc
-
solaris_9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2192535 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b92 |
JDK-2198004 | 6u23 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2199954 | 6u22m | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2193538 | 6u21p | Tom Rodriguez | P3 | Resolved | Fixed | b03 |
The changes to allow the frame to unwind itself as part of 6919934 caused every compile to have at least one exception handler. This resulted in roughly a 10% compile speed hit because of the extra work and allocation required by that. We should fix this either by backing it out or by finding a way to do the same thing without the extra overhead.
- backported by
-
JDK-2193538 exception unwind changes in 6919934 hurts compilation speed
-
- Resolved
-
-
JDK-2198004 exception unwind changes in 6919934 hurts compilation speed
-
- Resolved
-
-
JDK-2199954 exception unwind changes in 6919934 hurts compilation speed
-
- Resolved
-
-
JDK-2192535 exception unwind changes in 6919934 hurts compilation speed
-
- Closed
-
- relates to
-
JDK-6919934 JSR 292 needs to support x86 C1
-
- Closed
-
-
JDK-6875530 CTW fails: /hotspot/src/share/vm/code/exceptionHandlerTable.cpp:92
-
- Closed
-
(1 relates to)