Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Won't Fix
-
Affects Version/s: repo-valhalla
-
Fix Version/s: repo-valhalla
-
Component/s: hotspot
-
Subcomponent:
Description
See http://hg.openjdk.java.net/valhalla/valhalla/file/eaaa683b0d67/src/hotspot/share/c1/c1_Runtime1.cpp#l739
It doesn't handle action of Action_maybe_recompile or Action_reinterpret. Execution continues in interpreter, but the next invocation of the method will again use the compiled entry.
It doesn't handle action of Action_maybe_recompile or Action_reinterpret. Execution continues in interpreter, but the next invocation of the method will again use the compiled entry.