comparison 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
comparison
equal deleted inserted replaced
1405:a197210cb4ae 1406:35069ca331f2
441 thread.cpp c1_Compiler.hpp 441 thread.cpp c1_Compiler.hpp
442 442
443 top.hpp c1_globals.hpp 443 top.hpp c1_globals.hpp
444 444
445 vmStructs.hpp c1_Runtime1.hpp 445 vmStructs.hpp c1_Runtime1.hpp
446
447 compileBroker.cpp c1x_Compiler.hpp
448
449 c1x_Compiler.hpp abstractCompiler.hpp
450
451 c1x_Compiler.cpp c1x_Compiler.hpp
452 c1x_Compiler.cpp c1x_VMExists.hpp
453
454 c1x_VMEntries.cpp c1x_VMEntries.hpp
455 c1x_VMEntries.cpp c1x_VMExists.hpp
456
457 c1x_VMExists.hpp systemDictionary.hpp
458 c1x_VMExists.hpp javaCalls.hpp