Skip to content

Commit a343a0b

Browse files
author
duke
committed
Backport e6c5aa7
1 parent 69d97e0 commit a343a0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/jdk/java/lang/invoke/PrivateInvokeTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2009, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -67,8 +67,6 @@ public class PrivateInvokeTest {
6767
String vstr = System.getProperty(THIS_CLASS.getSimpleName()+".verbose");
6868
if (vstr == null)
6969
vstr = System.getProperty(THIS_CLASS.getName()+".verbose");
70-
if (vstr == null)
71-
vstr = System.getProperty("test.verbose");
7270
if (vstr != null) verbose = Integer.parseInt(vstr);
7371
}
7472
private static int referenceKind(Method m) {

0 commit comments

Comments
 (0)