diff src/share/vm/adlc/formsopt.hpp @ 4121:db2e64ca2d5a

7090968: Allow adlc register class to depend on runtime conditions Summary: allow reg_class definition as a function. Reviewed-by: kvn, never
author roland
date Tue, 22 Nov 2011 09:45:57 +0100
parents f95d63e2154a
children
line wrap: on
line diff
--- a/src/share/vm/adlc/formsopt.hpp	Wed Sep 14 09:22:51 2011 +0200
+++ b/src/share/vm/adlc/formsopt.hpp	Tue Nov 22 09:45:57 2011 +0100
@@ -161,6 +161,7 @@
   NameList    _regDefs;         // List of registers in class
   Dict        _regDef;          // Dictionary of registers in class
   bool        _stack_or_reg;    // Allowed on any stack slot
+  char*       _user_defined;
 
   // Public Methods
   RegClass(const char *classid);// Constructor