diff src/share/vm/includeDB_compiler1 @ 1428:695451afc619

refactoring classes into separate files
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 19 Aug 2010 14:34:52 -0700
parents 3483ec571caf
children 1f81c0d18c75
line wrap: on
line diff
--- a/src/share/vm/includeDB_compiler1	Wed Aug 18 16:47:06 2010 -0700
+++ b/src/share/vm/includeDB_compiler1	Thu Aug 19 14:34:52 2010 -0700
@@ -446,24 +446,37 @@
 
 compileBroker.cpp                       c1x_Compiler.hpp
 
+c1x_CodeInstaller.hpp                   c1x_Compiler.hpp
+
+c1x_CodeInstaller.cpp                   c1x_CodeInstaller.hpp
+c1x_CodeInstaller.cpp                   c1x_Compiler.hpp
+c1x_CodeInstaller.cpp                   c1x_TargetMethod.hpp
+c1x_CodeInstaller.cpp                   c1x_VmIds.hpp
+c1x_CodeInstaller.cpp                   c1_Runtime1.hpp
+
 c1x_Compiler.hpp                        abstractCompiler.hpp
 
 c1x_Compiler.cpp                        c1x_Compiler.hpp
+c1x_Compiler.cpp                        c1x_TargetMethod.hpp
 c1x_Compiler.cpp                        c1x_VMExits.hpp
 c1x_Compiler.cpp                        c1x_VMEntries.hpp
+c1x_Compiler.cpp                        c1x_VmIds.hpp
 
-c1x_VMEntries.hpp                       jni.h
+c1x_TargetMethod.cpp                    c1x_TargetMethod.hpp
 
-c1x_VMEntries.cpp                       c1x_Compiler.hpp
+c1x_VMEntries.cpp                       c1x_CodeInstaller.hpp
 c1x_VMEntries.cpp                       c1x_VMEntries.hpp
 c1x_VMEntries.cpp                       c1x_Compiler.hpp
+c1x_VMEntries.cpp                       c1x_TargetMethod.hpp
 c1x_VMEntries.cpp                       c1x_VMExits.hpp
+c1x_VMEntries.cpp                       c1x_VmIds.hpp
 c1x_VMEntries.cpp                       oopFactory.hpp
 c1x_VMEntries.cpp                       c1_Runtime1.hpp
 
-c1x_VMExits.hpp                	        systemDictionary.hpp
-
 c1x_VMExits.cpp                         c1x_Compiler.hpp
 c1x_VMExits.cpp                         javaCalls.hpp
 c1x_VMExits.cpp                         c1x_VMExits.hpp
 
+c1x_VmIds.cpp                           c1x_VmIds.hpp
+
+