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

/openjdk10/jdk/src/java.base/share/native/libjava/
H A Djdk_util.c40 const unsigned int version_patch = VERSION_PATCH;
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp60 #ifndef VERSION_PATCH
61 #error VERSION_PATCH must be defined
82 int Abstract_VM_Version::_vm_patch_version = VERSION_PATCH;
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh905 VERSION_PATCH
25273 VERSION_PATCH=${BASH_REMATCH[7]}
25285 if test "x$VERSION_PATCH" = x; then
25286 VERSION_PATCH=0
25561 VERSION_PATCH=0
25563 VERSION_PATCH=0
25568 as_fn_error $? "\"$with_version_patch\" is not a valid numerical value for VERSION_PATCH" "$LINENO" 5
25578 as_fn_error $? "VERSION_PATCH is given as $with_version_patch. This is greater than 255 which is not allowed." "$LINENO" 5
25581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Value for VERSION_PATCH has been sanitized from '$with_version_patch' to '$cleaned_value'" >&5
25582 $as_echo "$as_me: WARNING: Value for VERSION_PATCH ha
[all...]

Completed in 141 milliseconds