comparison src/share/vm/classfile/javaClasses.hpp @ 14491:301df27023d4

8035648: Don't use Handle in java_lang_String::print Reviewed-by: coleenp, pliden
author stefank
date Thu, 27 Feb 2014 10:34:55 +0100
parents 63147986a428
children d8041d695d19
comparison
equal deleted inserted replaced
14490:3f406218c511 14491:301df27023d4
196 static bool is_instance(oop obj) { 196 static bool is_instance(oop obj) {
197 return obj != NULL && obj->klass() == SystemDictionary::String_klass(); 197 return obj != NULL && obj->klass() == SystemDictionary::String_klass();
198 } 198 }
199 199
200 // Debugging 200 // Debugging
201 static void print(Handle java_string, outputStream* st); 201 static void print(oop java_string, outputStream* st);
202 friend class JavaClasses; 202 friend class JavaClasses;
203 }; 203 };
204 204
205 205
206 // Interface to java.lang.Class objects 206 // Interface to java.lang.Class objects