test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
changeset 54732 2d012a75d35c
parent 54669 ad45b3802d4e
child 55487 79c32c7b0992
equal deleted inserted replaced
54731:81de17a33575 54732:2d012a75d35c
   299     public static boolean shouldDebugNonSafepoints() {
   299     public static boolean shouldDebugNonSafepoints() {
   300         return CTVM.shouldDebugNonSafepoints();
   300         return CTVM.shouldDebugNonSafepoints();
   301     }
   301     }
   302 
   302 
   303     public static void writeDebugOutput(byte[] bytes, int offset, int length) {
   303     public static void writeDebugOutput(byte[] bytes, int offset, int length) {
   304         CTVM.writeDebugOutput(bytes, offset, length);
   304         CTVM.writeDebugOutput(bytes, offset, length, true, true);
   305     }
   305     }
   306 
   306 
   307     public static void flushDebugOutput() {
   307     public static void flushDebugOutput() {
   308         CTVM.flushDebugOutput();
   308         CTVM.flushDebugOutput();
   309     }
   309     }