comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java @ 13371:4db09b7304da

read DontCompileHugeMethods and HugeMethodLimit from VM
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 Dec 2013 22:37:03 +0100
parents 2c3b59f34619
children e6309fde98c8
comparison
equal deleted inserted replaced
13370:3e67710a6d08 13371:4db09b7304da
660 @HotSpotVMFlag(name = "CITimeEach", optional = true) @Stable public boolean ciTimeEach; 660 @HotSpotVMFlag(name = "CITimeEach", optional = true) @Stable public boolean ciTimeEach;
661 @HotSpotVMFlag(name = "CompileThreshold") @Stable public long compileThreshold; 661 @HotSpotVMFlag(name = "CompileThreshold") @Stable public long compileThreshold;
662 @HotSpotVMFlag(name = "CompileTheWorld") @Stable public boolean compileTheWorld; 662 @HotSpotVMFlag(name = "CompileTheWorld") @Stable public boolean compileTheWorld;
663 @HotSpotVMFlag(name = "CompileTheWorldStartAt") @Stable public int compileTheWorldStartAt; 663 @HotSpotVMFlag(name = "CompileTheWorldStartAt") @Stable public int compileTheWorldStartAt;
664 @HotSpotVMFlag(name = "CompileTheWorldStopAt") @Stable public int compileTheWorldStopAt; 664 @HotSpotVMFlag(name = "CompileTheWorldStopAt") @Stable public int compileTheWorldStopAt;
665 @HotSpotVMFlag(name = "DontCompileHugeMethods") @Stable public boolean dontCompileHugeMethods;
666 @HotSpotVMFlag(name = "HugeMethodLimit") @Stable public int hugeMethodLimit;
665 @HotSpotVMFlag(name = "PrintCompilation") @Stable public boolean printCompilation; 667 @HotSpotVMFlag(name = "PrintCompilation") @Stable public boolean printCompilation;
666 @HotSpotVMFlag(name = "PrintInlining") @Stable public boolean printInlining; 668 @HotSpotVMFlag(name = "PrintInlining") @Stable public boolean printInlining;
667 @HotSpotVMFlag(name = "GraalUseFastLocking") @Stable public boolean useFastLocking; 669 @HotSpotVMFlag(name = "GraalUseFastLocking") @Stable public boolean useFastLocking;
668 670
669 @HotSpotVMFlag(name = "UseTLAB") @Stable public boolean useTLAB; 671 @HotSpotVMFlag(name = "UseTLAB") @Stable public boolean useTLAB;