-
Bug
-
Resolution: Fixed
-
P3
-
25
-
b04
See JDK-8357017 and JDK-8258229 for examples of problems caused by NativeJump::patch_verified_entry().
Recent JDK releases always use nmethod entry barriers, and already have support for redirecting to SharedRuntime::get_handle_wrong_method_stub(). We can replace verified entry point patching with a permanently armed entry barrier.
Recent JDK releases always use nmethod entry barriers, and already have support for redirecting to SharedRuntime::get_handle_wrong_method_stub(). We can replace verified entry point patching with a permanently armed entry barrier.
- relates to
-
JDK-8357017 UnexpectedDeoptimizationAllTest.java crashes in C1 during nmethod registration
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/cf75f1f9
-
Review(master) openjdk/jdk/25764