src/share/vm/classfile/classLoader.hpp

changeset 2497
3582bf76420e
parent 2459
75efcee5ac47
child 2708
1d1603768966
     1.1 --- a/src/share/vm/classfile/classLoader.hpp	Thu Jan 27 13:42:28 2011 -0800
     1.2 +++ b/src/share/vm/classfile/classLoader.hpp	Thu Jan 27 16:11:27 2011 -0800
     1.3 @@ -280,7 +280,7 @@
     1.4    }
     1.5  
     1.6    // Load individual .class file
     1.7 -  static instanceKlassHandle load_classfile(symbolHandle h_name, TRAPS);
     1.8 +  static instanceKlassHandle load_classfile(Symbol* h_name, TRAPS);
     1.9  
    1.10    // If the specified package has been loaded by the system, then returns
    1.11    // the name of the directory or ZIP file that the package was loaded from.

mercurial