File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
test/jdk/java/lang/invoke Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments