jdk/src/java.base/share/classes/java/lang/reflect/Proxy.java
changeset 37781 71ed5645f17c
parent 37593 824750ada3d6
child 40459 88a91142b711
equal deleted inserted replaced
37780:06f3783b338f 37781:71ed5645f17c
   580                           .forEach(c -> System.out.println(toDetails(c)));
   580                           .forEach(c -> System.out.println(toDetails(c)));
   581             }
   581             }
   582         }
   582         }
   583 
   583 
   584         private static final String DEBUG =
   584         private static final String DEBUG =
   585                 GetPropertyAction.getProperty("jdk.proxy.debug", "");
   585                 GetPropertyAction.privilegedGetProperty("jdk.proxy.debug", "");
   586 
   586 
   587         private static boolean isDebug() {
   587         private static boolean isDebug() {
   588             return !DEBUG.isEmpty();
   588             return !DEBUG.isEmpty();
   589         }
   589         }
   590         private static boolean isDebug(String flag) {
   590         private static boolean isDebug(String flag) {