< prev index next >

src/hotspot/share/classfile/classLoader.hpp

Print this page
@@ -333,11 +333,11 @@
  
    // Returns an array of Java strings representing all of the currently
    // loaded system packages.
    // Note: The package names returned are "/"-separated and end with a
    // trailing "/".
-   static objArrayOop get_system_packages(TRAPS);
+   static refArrayOop get_system_packages(TRAPS);
  
    // Initialization
    static void initialize(TRAPS);
    static void classLoader_init2(JavaThread* current);
  
< prev index next >