-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 18
-
b20
I found this oddity when porting Loom to x86_32. There are JRT entries that have "JavaThread* current" in their signature, and I believe that sets the expectation that JRT entry is to be called with the current thread as the argument. But, that is not mechanically checked, unless we call into thread transition. To simplify debugging, we should check current thread.
- relates to
-
JDK-8297600 Check current thread in selected JRT_LEAF methods
- Resolved