On Tue, 23 Mar 2021 21:07:02 GMT, Ioi Lam <ik...@openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Fix load_new_class_versions and remove more traps.
>
> src/hotspot/share/prims/jvmtiRedefineClasses.cpp line 1389:
> 
>> 1387:     state->set_class_being_redefined(the_class, _class_load_kind);
>> 1388: 
>> 1389:     Thread* THREAD = current;  // for exception processing
> 
> Add `ExceptionMark em(THREAD);`

Done.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3141

Reply via email to