diff src/share/vm/adlc/forms.hpp @ 6848:8e47bac5643a

7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
author roland
date Tue, 09 Oct 2012 10:11:38 +0200
parents 8c92982cbbc4
children d336b3173277
line wrap: on
line diff
--- a/src/share/vm/adlc/forms.hpp	Mon Oct 08 17:04:00 2012 -0700
+++ b/src/share/vm/adlc/forms.hpp	Tue Oct 09 10:11:38 2012 +0200
@@ -173,7 +173,8 @@
     idealC      =  7,  // Char    type
     idealS      =  8,  // String  type
     idealN      =  9,  // Narrow oop types
-    idealV      = 10   // Vector  type
+    idealNKlass = 10,  // Narrow klass types
+    idealV      = 11   // Vector  type
   };
   // Convert ideal name to a DataType, return DataType::none if not a 'ConX'
   Form::DataType  ideal_to_const_type(const char *ideal_type_name) const;