comparison jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotVMConfig.java @ 23309:535ad9410374

Add Inline flag
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 15 Feb 2016 11:45:37 -0800
parents 4b58c92e939b
children f8178417d018
comparison
equal deleted inserted replaced
23308:b9114ca0c174 23309:535ad9410374
729 @HotSpotVMFlag(name = "CompileTheWorldStartAt", optional = true) @Stable public int compileTheWorldStartAt; 729 @HotSpotVMFlag(name = "CompileTheWorldStartAt", optional = true) @Stable public int compileTheWorldStartAt;
730 @HotSpotVMFlag(name = "CompileTheWorldStopAt", optional = true) @Stable public int compileTheWorldStopAt; 730 @HotSpotVMFlag(name = "CompileTheWorldStopAt", optional = true) @Stable public int compileTheWorldStopAt;
731 @HotSpotVMFlag(name = "DontCompileHugeMethods") @Stable public boolean dontCompileHugeMethods; 731 @HotSpotVMFlag(name = "DontCompileHugeMethods") @Stable public boolean dontCompileHugeMethods;
732 @HotSpotVMFlag(name = "HugeMethodLimit") @Stable public int hugeMethodLimit; 732 @HotSpotVMFlag(name = "HugeMethodLimit") @Stable public int hugeMethodLimit;
733 @HotSpotVMFlag(name = "PrintInlining") @Stable public boolean printInlining; 733 @HotSpotVMFlag(name = "PrintInlining") @Stable public boolean printInlining;
734 @HotSpotVMFlag(name = "Inline") @Stable public boolean inline;
734 @HotSpotVMFlag(name = "JVMCIUseFastLocking") @Stable public boolean useFastLocking; 735 @HotSpotVMFlag(name = "JVMCIUseFastLocking") @Stable public boolean useFastLocking;
735 @HotSpotVMFlag(name = "ForceUnreachable") @Stable public boolean forceUnreachable; 736 @HotSpotVMFlag(name = "ForceUnreachable") @Stable public boolean forceUnreachable;
736 @HotSpotVMFlag(name = "FoldStableValues") @Stable public boolean foldStableValues; 737 @HotSpotVMFlag(name = "FoldStableValues") @Stable public boolean foldStableValues;
737 738
738 @HotSpotVMFlag(name = "UseTLAB") @Stable public boolean useTLAB; 739 @HotSpotVMFlag(name = "UseTLAB") @Stable public boolean useTLAB;