[jdk11u-dev] RFR: 8257993: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java crash intermittently
Lutz Schmidt
lucy at openjdk.org
Fri Jul 21 13:30:54 UTC 2023
On Fri, 21 Jul 2023 12:03:51 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> This backport is for parity with 11.0.21-oracle
>>
>> Patch (from jdk16) did not apply at all. Basically, it is a fresh implementation, guided by the original fix. Had to introduce new method "Method* get_new_method() const;" in method.hpp. Did not exist in 11.
>>
>> Local testing successful.
>> SAP internal nightly build and test did not show any issues.
>> Reviews pending.
>
> src/hotspot/share/interpreter/interpreterRuntime.cpp line 864:
>
>> 862: last_frame.get_index_u2_cpcache(bytecode), bytecode,
>> 863: CHECK);
>> 864:
>
> Original change doesn't introduce this empty line. I suggest to remove it before integrating.
Will do.
Thanks for the review!
-------------
PR Review Comment: https://git.openjdk.org/jdk11u-dev/pull/2051#discussion_r1270676989
More information about the jdk-updates-dev
mailing list