Skip to content

Commit

Permalink
8168369: fix for langtools intermittent failures needs to check PRODU…
Browse files Browse the repository at this point in the history
…CT_HOME

Reviewed-by: erikj
  • Loading branch information
tbell29552 committed Oct 25, 2016
1 parent ac9d25d commit 3368f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langtools/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3368f5a

Please sign in to comment.