hg: jdk/jdk: 8219579: Remove redundant signature parsing from the verifier

harold.seigel at oracle.com harold.seigel at oracle.com
Thu Mar 14 13:38:58 UTC 2019


Changeset: 5d48ae032588
Author:    hseigel
Date:      2019-03-14 09:38 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/5d48ae032588

8219579: Remove redundant signature parsing from the verifier
Summary: Change verifier signature checking into asserts because ClassFileParser checks signatures for files being verified.
Reviewed-by: lfoltan, coleenp, redestad, dholmes

! src/hotspot/share/classfile/verifier.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/signature.cpp
! src/hotspot/share/runtime/signature.hpp
+ test/hotspot/jtreg/runtime/verifier/BadSignatures.jcod
+ test/hotspot/jtreg/runtime/verifier/TestSigParse.java



More information about the jdk-changes mailing list