-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: 1.4.2
-
Component/s: hotspot
-
generic
-
generic
Running the SunOne Appserver 8.0 with JDK 1.4.2 build 22 and these arguments:
-server -XX:+PrintCompilation
we obeserved that classes that were killed because of concurrent class loading were never recompiled.
Depending on the particular classes that never get recompiled, this could be a significant performance penalty. In the attached print compilation output, some of the non-compiled methods include HashMap.hash and decodeArrayLoop in the NIO decoders.
-server -XX:+PrintCompilation
we obeserved that classes that were killed because of concurrent class loading were never recompiled.
Depending on the particular classes that never get recompiled, this could be a significant performance penalty. In the attached print compilation output, some of the non-compiled methods include HashMap.hash and decodeArrayLoop in the NIO decoders.
- duplicates
-
JDK-4833712 COMPILE FAILED print out from the debug VM
-
- Resolved
-