--- a/hotspot/src/share/vm/adlc/adlparse.hpp Mon Mar 23 11:20:38 2015 +0000
+++ b/hotspot/src/share/vm/adlc/adlparse.hpp Fri Mar 27 10:57:42 2015 +0100
@@ -53,6 +53,8 @@
// ***** Register Section *****
class RegDef;
class RegClass;
+class CodeSnippetRegClass;
+class ConditionalRegClass;
class AllocClass;
class ResourceForm;
// ***** Pipeline Section *****
@@ -125,6 +127,7 @@
// Parse components of the register section
void reg_def_parse(void); // Parse register definition
void reg_class_parse(void); // Parse register class definition
+ void reg_class_dynamic_parse(void); // Parse dynamic register class definition
void alloc_class_parse(void); // Parse allocation class definition
// Parse components of the definition section