src/java.base/share/native/launcher/defines.h

Print this page
rev 12497 : 8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung

*** 87,92 **** --- 87,97 ---- static const jint const_ergo_class = ALWAYS_SERVER_CLASS; #else static const jint const_ergo_class = DEFAULT_POLICY; #endif /* NEVER_ACT_AS_SERVER_CLASS_MACHINE */ + #ifdef ENABLE_ARG_FILES + static const jboolean const_disable_argfile = JNI_FALSE; + #else + static const jboolean const_disable_argfile = JNI_TRUE; + #endif #endif /*_DEFINES_H */