src/jdk.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/GraalHotSpotVMConfigNode.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/jdk.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/GraalHotSpotVMConfigNode.java	Mon Jan 30 23:01:03 2017
--- new/src/jdk.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/GraalHotSpotVMConfigNode.java	Mon Jan 30 23:01:03 2017

*** 108,118 **** --- 108,118 ---- public static int logOfHeapRegionGrainBytes() { return (int) loadConfigValue(logOfHeapRegionGrainBytesMark(INJECTED_VMCONFIG), JavaKind.Byte); } public static boolean inlineContiguousAllocationSupported() { ! return (int) loadConfigValue(inlineContiguousAllocationSupportedMark(INJECTED_VMCONFIG), JavaKind.Byte) > 0; } @Fold public static int cardTableAddressMark(@InjectedParameter GraalHotSpotVMConfig config) { return config.MARKID_CARD_TABLE_ADDRESS;

src/jdk.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/GraalHotSpotVMConfigNode.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File