test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java

test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java

Print this page

        

*** 299,309 **** public static boolean shouldDebugNonSafepoints() { return CTVM.shouldDebugNonSafepoints(); } public static void writeDebugOutput(byte[] bytes, int offset, int length) { ! CTVM.writeDebugOutput(bytes, offset, length); } public static void flushDebugOutput() { CTVM.flushDebugOutput(); } --- 299,309 ---- public static boolean shouldDebugNonSafepoints() { return CTVM.shouldDebugNonSafepoints(); } public static void writeDebugOutput(byte[] bytes, int offset, int length) { ! CTVM.writeDebugOutput(bytes, offset, length, true, true); } public static void flushDebugOutput() { CTVM.flushDebugOutput(); }
test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File