< prev index next >

src/hotspot/share/ci/ciObjectFactory.hpp

Print this page

@@ -112,11 +112,12 @@
                                 ciInstanceKlass* accessor);
 
   // Get a ciKlass representing an unloaded klass.
   ciKlass* get_unloaded_klass(ciKlass* accessing_klass,
                               ciSymbol* name,
-                              bool create_if_not_found);
+                              bool create_if_not_found,
+                              bool is_value_type);
 
   // Get a ciInstance representing an unresolved klass mirror.
   ciInstance* get_unloaded_klass_mirror(ciKlass* type);
 
   // Get a ciInstance representing an unresolved method handle constant.
< prev index next >