src/share/vm/adlc/main.cpp

Print this page
rev 5808 : 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms

@@ -304,10 +304,11 @@
   AD.buildMachNodeGenerator(AD._CPP_GEN_file._fp);// .cpp
   // define methods for machine dependent instruction matching
   AD.buildInstructMatchCheck(AD._CPP_file._fp);  // .cpp
   // define methods for machine dependent frame management
   AD.buildFrameMethods(AD._CPP_file._fp);         // .cpp
+  AD.generate_needs_clone_jvms(AD._CPP_file._fp);
 
   // do this last:
   AD.addPreprocessorChecks(AD._CPP_file._fp);     // .cpp
   AD.addPreprocessorChecks(AD._CPP_CLONE_file._fp);     // .cpp
   AD.addPreprocessorChecks(AD._CPP_EXPAND_file._fp);    // .cpp