Steps to reproduce:
1. define for a build machine eviroment:
USER_RELEASE_SUFFIX=any_string-b03
BUILD_NUMBER=b03
2. run the build
The build script (jdk/make/common/shared/Defs.gmk) defines
FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
so
FULL_VERSION will be defined as
1.7.0_131-any_string-b03-b03
3. run any exe from bundles dierctory.
Expoected: exe shoud install Java
Actual: exe crashes
1. define for a build machine eviroment:
USER_RELEASE_SUFFIX=any_string-b03
BUILD_NUMBER=b03
2. run the build
The build script (jdk/make/common/shared/Defs.gmk) defines
FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
so
FULL_VERSION will be defined as
1.7.0_131-any_string-b03-b03
3. run any exe from bundles dierctory.
Expoected: exe shoud install Java
Actual: exe crashes