Integrated: 8341094: Clean up relax_verify in ClassFileParser
Coleen Phillimore
coleenp at openjdk.org
Thu Nov 14 12:14:05 UTC 2024
On Thu, 7 Nov 2024 13:38:28 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Removed ClassFileParser::_relax_verify and cleaned up setting need_verify in the ClassFileStream code and ClassFileParser. Wrote up how I found control to flow to this setting with -Xverify:all/none/remote settings, which become BytecodeVerificationRemote/Local in the CR comments.
>
> Tested with tier1-4. Valid class, field and method name testing is done through the JCK and there are CDS tests that test verification in runtime/cds/appcds/VerifierTest.java.
This pull request has now been integrated.
Changeset: 2145ace3
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2145ace384137b1c028a68dc34a8800577c7a43e
Stats: 79 lines in 15 files changed: 0 ins; 48 del; 31 mod
8341094: Clean up relax_verify in ClassFileParser
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/21954
More information about the hotspot-runtime-dev
mailing list