mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8368754: runtime/cds/appcds/SignedJar.java log regex is too strict
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
320230db5f
commit
e19ec6f785
@ -50,8 +50,8 @@ public class SignedJar {
|
||||
|
||||
String skipMsg = "Skipping Hello: Signed JAR";
|
||||
String lambdaInArchive = "klasses.*=.*app.*Hello[$][$]Lambda.*hidden";
|
||||
String loadFromJar = ".class,load. Hello source: file:.*signed_hello.jar";
|
||||
String lambdaLoadFromHello = ".class.load. Hello[$][$]Lambda.*/0x.*source.*Hello";
|
||||
String loadFromJar = ".class,load\s*. Hello source: file:.*signed_hello.jar";
|
||||
String lambdaLoadFromHello = ".class.load\s*. Hello[$][$]Lambda.*/0x.*source.*Hello";
|
||||
|
||||
for (String mainArg : mainArgs) {
|
||||
output = TestCommon.dump(signedJar, TestCommon.list(mainClass),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user