8282060: RemoteRuntimeImageTest is not actually testing on JDK 8

Reviewed-by: alanb, erikj
This commit is contained in:
Athijegannathan Sundararajan
2022-05-05 13:24:00 +00:00
parent dce860aa8a
commit ede06c3c5f
3 changed files with 0 additions and 202 deletions

View File

@@ -782,8 +782,6 @@ define SetupRunJtregTestBody
# Make it possible to specify the JIB_DATA_DIR for tests using the
# JIB Artifact resolver
$1_JTREG_BASIC_OPTIONS += -e:JIB_DATA_DIR
# Some tests needs to find a boot JDK using the JDK8_HOME variable.
$1_JTREG_BASIC_OPTIONS += -e:JDK8_HOME=$$(BOOT_JDK)
# If running on Windows, propagate the _NT_SYMBOL_PATH to enable
# symbol lookup in hserr files
ifeq ($$(call isTargetOs, windows), true)