test/lib/Makefile
changeset 31584 24e491478c2f
parent 31011 74f74963b502
child 31570 ba79fda027f2
--- a/test/lib/Makefile	Tue Jun 16 17:31:53 2015 +0100
+++ b/test/lib/Makefile	Thu Jul 02 11:12:59 2015 +0100
@@ -42,7 +42,8 @@
 JAR = $(JDK_HOME)/bin/jar
 
 WB_SRC_FILES = $(shell find $(SRC_DIR)/sun/hotspot -name '*.java')
-SHARE_SRC_FILES = $(shell find $(SRC_DIR)/share/classes -name '*.java')
+# test-lib.jar will contain only hprof classes until JDK-8081381 is resolved
+SHARE_SRC_FILES = $(shell find $(SRC_DIR)/share/classes/jdk/test/lib/hprof -name '*.java')
 
 .PHONY: wb.filelist share.filelist clean cleantmp