< prev index next >

src/hotspot/share/runtime/java.hpp

Print this page

        

*** 54,64 **** /** * With the integration of the changes to handle the version string * as defined by JEP-223, most of the code related to handle the version * string prior to JDK 1.6 was removed (partial initialization) */ ! class JDK_Version VALUE_OBJ_CLASS_SPEC { friend class VMStructs; friend class Universe; friend void JDK_Version_init(); private: --- 54,64 ---- /** * With the integration of the changes to handle the version string * as defined by JEP-223, most of the code related to handle the version * string prior to JDK 1.6 was removed (partial initialization) */ ! class JDK_Version { friend class VMStructs; friend class Universe; friend void JDK_Version_init(); private:
< prev index next >