RFR: 8330606: Redefinition doesn't but should verify the new klass [v2]
Coleen Phillimore
coleenp at openjdk.org
Fri Nov 15 15:30:07 UTC 2024
On Fri, 15 Nov 2024 05:24:17 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineVerifyError.java line 71:
>>
>>> 69: fieldVisitor.visitEnd();
>>> 70: }
>>> 71: {
>>
>> Please add a comment showing the Java code this asm is implementing.
>
> Actually why do you even need this constructor now?
For redefinition, you can't add or delete methods.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22116#discussion_r1844020681
More information about the hotspot-runtime-dev
mailing list