8168369: fix for langtools intermittent failures needs to check PRODUCT_HOME
Reviewed-by: erikj
This commit is contained in:
parent
ac9d25d027
commit
3368f5a621
@ -253,7 +253,7 @@ JCK_RUNTIME_OUTPUT_DIR = $(ABS_TEST_OUTPUT_DIR)/jck-runtime-Xcompile
|
||||
|
||||
# Is the test JVM 32-bit?
|
||||
DATA_MODEL := \
|
||||
$(shell $(JT_JAVA)/bin/java -XshowSettings:properties -version 2>&1 | \
|
||||
$(shell $(TESTJAVA)/bin/java -XshowSettings:properties -version 2>&1 | \
|
||||
grep 'sun\.arch\.data\.model' | \
|
||||
awk '{print $$3}')
|
||||
ifeq ($(DATA_MODEL), 32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user