Class JVMUnsafeWarningsControl

java.lang.Object
io.quarkus.runtime.JVMUnsafeWarningsControl

public final class JVMUnsafeWarningsControl extends Object
  • Constructor Details

    • JVMUnsafeWarningsControl

      public JVMUnsafeWarningsControl()
  • Method Details

    • disableUnsafeRelatedWarnings

      public static void disableUnsafeRelatedWarnings()
      This is a horrible hack to disable the Unsafe-related warnings that are printed on startup: we know about the problem, we're working on it, and there's no need to print a warning scaring our users with it.