Class RuntimeHelpers.LazyInit

  • Enclosing class:
    RuntimeHelpers

    private static final class RuntimeHelpers.LazyInit
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.invoke.MethodHandle ENSURE_INITIALIZED  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LazyInit()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.invoke.MethodHandle makeEnsureInitialized()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ENSURE_INITIALIZED

        static final java.lang.invoke.MethodHandle ENSURE_INITIALIZED
    • Constructor Detail

      • LazyInit

        private LazyInit()
    • Method Detail

      • makeEnsureInitialized

        private static java.lang.invoke.MethodHandle makeEnsureInitialized()