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

/openjdk10/jdk/src/java.base/share/native/libjava/
H A Djdk_util.c39 const unsigned int version_security = VERSION_SECURITY;
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp57 #ifndef VERSION_SECURITY
58 #error VERSION_SECURITY must be defined
81 int Abstract_VM_Version::_vm_security_version = VERSION_SECURITY;
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh906 VERSION_SECURITY
25272 VERSION_SECURITY=${BASH_REMATCH[5]}
25282 if test "x$VERSION_SECURITY" = x; then
25283 VERSION_SECURITY=0
25514 VERSION_SECURITY=0
25516 VERSION_SECURITY=0
25521 as_fn_error $? "\"$with_version_security\" is not a valid numerical value for VERSION_SECURITY" "$LINENO" 5
25531 as_fn_error $? "VERSION_SECURITY is given as $with_version_security. This is greater than 255 which is not allowed." "$LINENO" 5
25534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Value for VERSION_SECURITY has been sanitized from '$with_version_security' to '$cleaned_value'" >&5
25535 $as_echo "$as_me: WARNING: Value for VERSION_SECURITY ha
[all...]

Completed in 214 milliseconds