RFR: 8376295: "assert(BytecodeVerificationRemote) failed: Should not be here" when running class redefinition test with -XX:-BytecodeVerificationRemote [v2]
Leonid Mesnik
lmesnik at openjdk.org
Tue Feb 24 00:32:49 UTC 2026
On Mon, 23 Feb 2026 22:55:35 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> I think you should add a test. I don't know why we missed this assert. It's not new.
Good idea.
I updated test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineVerifyError.java
to run with -XX:-BytecodeVerificationRemote
Verified, that this combination crashed with removed assertion.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29476#issuecomment-3948158412
More information about the serviceability-dev
mailing list