src/hotspot/share/runtime/java.hpp
changeset 49364 601146c66cad
parent 47216 71c04702a3d5
child 52300 9e29d8388514
equal deleted inserted replaced
49363:7be58576e71a 49364:601146c66cad
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    54 /**
    54 /**
    55  * With the integration of the changes to handle the version string
    55  * With the integration of the changes to handle the version string
    56  * as defined by JEP-223, most of the code related to handle the version
    56  * as defined by JEP-223, most of the code related to handle the version
    57  * string prior to JDK 1.6 was removed (partial initialization)
    57  * string prior to JDK 1.6 was removed (partial initialization)
    58  */
    58  */
    59 class JDK_Version VALUE_OBJ_CLASS_SPEC {
    59 class JDK_Version {
    60   friend class VMStructs;
    60   friend class VMStructs;
    61   friend class Universe;
    61   friend class Universe;
    62   friend void JDK_Version_init();
    62   friend void JDK_Version_init();
    63  private:
    63  private:
    64 
    64