Package io.quarkus.runtime
Class JVMChecksRecorder
java.lang.Object
io.quarkus.runtime.JVMChecksRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis 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.
-
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.
-