src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java
changeset 48081 89829dd3cc54
parent 47216 71c04702a3d5
child 48355 4944950606ef
equal deleted inserted replaced
48080:18a4438eb690 48081:89829dd3cc54
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    65     String SIG_PACKAGE                = "/";
    65     String SIG_PACKAGE                = "/";
    66 
    66 
    67     /* Class File Constants */
    67     /* Class File Constants */
    68     int JAVA_MAGIC                   = 0xcafebabe;
    68     int JAVA_MAGIC                   = 0xcafebabe;
    69     int JAVA_MIN_SUPPORTED_VERSION   = 45;
    69     int JAVA_MIN_SUPPORTED_VERSION   = 45;
    70     int JAVA_MAX_SUPPORTED_VERSION   = 53;
    70     int JAVA_MAX_SUPPORTED_VERSION   = 54;
    71     int JAVA_MAX_SUPPORTED_MINOR_VERSION = 0;
    71     int JAVA_MAX_SUPPORTED_MINOR_VERSION = 0;
    72 
    72 
    73     /* Generate class file version for 1.1  by default */
    73     /* Generate class file version for 1.1  by default */
    74     int JAVA_DEFAULT_VERSION         = 45;
    74     int JAVA_DEFAULT_VERSION         = 45;
    75     int JAVA_DEFAULT_MINOR_VERSION   = 3;
    75     int JAVA_DEFAULT_MINOR_VERSION   = 3;