< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot.aarch64/src/jdk/vm/ci/hotspot/aarch64/AArch64HotSpotVMConfig.java

Print this page

        

*** 34,47 **** AArch64HotSpotVMConfig(HotSpotVMConfigStore config) { super(config); } - /** - * Maximum allowed size of allocated area for a frame. - */ - final int maxFrameSize = 16 * 1024; - final boolean linuxOs = System.getProperty("os.name", "").startsWith("Linux"); final boolean useCompressedOops = getFlag("UseCompressedOops", Boolean.class); } --- 34,42 ----
< prev index next >