Class JVMChecksRecorder

java.lang.Object
io.quarkus.runtime.JVMChecksRecorder

public class JVMChecksRecorder extends Object
  • Constructor Details

    • JVMChecksRecorder

      public JVMChecksRecorder()
  • Method Details

    • disableUnsafeRelatedWarnings

      public 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.