# HG changeset patch # User erikj # Date 1507641961 -7200 # Node ID 00f9fe99736e5b8079ec638b0239e6f3cc7edd00 # Parent d4d6bd42a6f38907a4be80c0dee9c06f04201a0a 8188050: UnsatisfiedLinkError after repo consolidation Reviewed-by: tbell, ihse diff -r d4d6bd42a6f3 -r 00f9fe99736e make/test/JtregNativeHotspot.gmk --- a/make/test/JtregNativeHotspot.gmk Tue Oct 10 15:20:10 2017 +0200 +++ b/make/test/JtregNativeHotspot.gmk Tue Oct 10 15:26:01 2017 +0200 @@ -35,7 +35,7 @@ include MakeBase.gmk include TestFilesCompilation.gmk -$(eval $(call IncludeCustomExtension, hotspot/test/JtregNative.gmk)) +$(eval $(call IncludeCustomExtension, test/JtregNativeHotspot.gmk)) ################################################################################ # Targets for building the native tests themselves. diff -r d4d6bd42a6f3 -r 00f9fe99736e make/test/JtregNativeJdk.gmk --- a/make/test/JtregNativeJdk.gmk Tue Oct 10 15:20:10 2017 +0200 +++ b/make/test/JtregNativeJdk.gmk Tue Oct 10 15:26:01 2017 +0200 @@ -35,7 +35,7 @@ include MakeBase.gmk include TestFilesCompilation.gmk -$(eval $(call IncludeCustomExtension, test/JtregNative.gmk)) +$(eval $(call IncludeCustomExtension, test/JtregNativeJdk.gmk)) ################################################################################ # Targets for building the native tests themselves.