jdk/src/share/classes/sun/reflect/Reflection.java
changeset 20872 8e486b70dff8
parent 16906 44dfee24cb71
child 21284 e6dfe841a88f
--- a/jdk/src/share/classes/sun/reflect/Reflection.java	Thu Oct 17 20:56:07 2013 +0800
+++ b/jdk/src/share/classes/sun/reflect/Reflection.java	Wed Oct 16 17:55:49 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -65,7 +65,7 @@
         to compatibility reasons; see 4471811. Only the values of the
         low 13 bits (i.e., a mask of 0x1FFF) are guaranteed to be
         valid. */
-    private static native int getClassAccessFlags(Class<?> c);
+    public static native int getClassAccessFlags(Class<?> c);
 
     /** A quick "fast-path" check to try to avoid getCallerClass()
         calls. */