jdk/src/java.base/share/native/launcher/defines.h
changeset 41966 bac52fa6e617
parent 41814 a0333150713e
child 45463 d9325138bac6
equal deleted inserted replaced
41965:015dea372cb3 41966:bac52fa6e617
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2016, 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
    68 static const jboolean const_cpwildcard = JNI_TRUE;
    68 static const jboolean const_cpwildcard = JNI_TRUE;
    69 #else
    69 #else
    70 static const jboolean const_cpwildcard = JNI_FALSE;
    70 static const jboolean const_cpwildcard = JNI_FALSE;
    71 #endif /* EXPAND_CLASSPATH_WILDCARDS */
    71 #endif /* EXPAND_CLASSPATH_WILDCARDS */
    72 
    72 
    73 #if defined(NEVER_ACT_AS_SERVER_CLASS_MACHINE)
       
    74 static const jint const_ergo_class = NEVER_SERVER_CLASS;
       
    75 #elif defined(ALWAYS_ACT_AS_SERVER_CLASS_MACHINE)
       
    76 static const jint const_ergo_class = ALWAYS_SERVER_CLASS;
       
    77 #else
       
    78 static const jint const_ergo_class = DEFAULT_POLICY;
       
    79 #endif /* NEVER_ACT_AS_SERVER_CLASS_MACHINE */
       
    80 
       
    81 #ifdef ENABLE_ARG_FILES
    73 #ifdef ENABLE_ARG_FILES
    82 static const jboolean const_disable_argfile = JNI_FALSE;
    74 static const jboolean const_disable_argfile = JNI_FALSE;
    83 #else
    75 #else
    84 static const jboolean const_disable_argfile = JNI_TRUE;
    76 static const jboolean const_disable_argfile = JNI_TRUE;
    85 #endif
    77 #endif