Searched refs:VERSION_SECURITY (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.base/share/native/libjava/
H A Djdk_util.c39 const unsigned int version_security = VERSION_SECURITY;
/openjdk9/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp56 #ifndef VERSION_SECURITY
57 #error VERSION_SECURITY must be defined
80 int Abstract_VM_Version::_vm_security_version = VERSION_SECURITY;
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh905 VERSION_SECURITY
24992 VERSION_SECURITY=${BASH_REMATCH[5]}
25002 if test "x$VERSION_SECURITY" = x; then
25003 VERSION_SECURITY=0
25234 VERSION_SECURITY=0
25236 VERSION_SECURITY=0
25241 as_fn_error $? "\"$with_version_security\" is not a valid numerical value for VERSION_SECURITY" "$LINENO" 5
25251 as_fn_error $? "VERSION_SECURITY is given as $with_version_security. This is greater than 255 which is not allowed." "$LINENO" 5
25254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Value for VERSION_SECURITY has been sanitized from '$with_version_security' to '$cleaned_value'" >&5
25255 $as_echo "$as_me: WARNING: Value for VERSION_SECURITY ha
[all...]

Completed in 84 milliseconds