diff src/share/vm/includeDB_compiler1 @ 1406:35069ca331f2

Hooked C1XCompiler class into the system. Two new flags: -XX:+UseC1X makes sure that the C1X compiler is used instead of C1 -XX:TraceC1X=0 sets the trace level for C1X (value between 0=no output and 5=verbose)
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 11 May 2010 18:19:17 +0200
parents 3cf667df43ef
children b30a2cd5e3a2
line wrap: on
line diff
--- a/src/share/vm/includeDB_compiler1	Tue May 11 14:46:49 2010 +0200
+++ b/src/share/vm/includeDB_compiler1	Tue May 11 18:19:17 2010 +0200
@@ -443,3 +443,16 @@
 top.hpp                                 c1_globals.hpp
 
 vmStructs.hpp                           c1_Runtime1.hpp
+
+compileBroker.cpp                       c1x_Compiler.hpp
+
+c1x_Compiler.hpp                        abstractCompiler.hpp
+
+c1x_Compiler.cpp                        c1x_Compiler.hpp
+c1x_Compiler.cpp                        c1x_VMExists.hpp
+
+c1x_VMEntries.cpp                       c1x_VMEntries.hpp
+c1x_VMEntries.cpp                       c1x_VMExists.hpp
+
+c1x_VMExists.hpp                        systemDictionary.hpp
+c1x_VMExists.hpp                        javaCalls.hpp