Class ReplacementForVM


  • public class ReplacementForVM
    extends java.lang.Object
    Replacement methods for the class sun.misc.VM
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void clinit()
      Replacement for VM static constructor
      (package private) static java.lang.String getSavedProperty​(java.lang.String key)
      Replacement for VM.getSavedProperty(String)
      • Methods inherited from class java.lang.Object

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

      • ReplacementForVM

        public ReplacementForVM()
    • Method Detail

      • clinit

        static void clinit()
        Replacement for VM static constructor
      • getSavedProperty

        static java.lang.String getSavedProperty​(java.lang.String key)
        Replacement for VM.getSavedProperty(String)