comparison make/windows/makefiles/defs.make @ 5915:2d503de963b3

7148152: Add whitebox testing API to HotSpot Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
author mgerdin
date Thu, 23 Feb 2012 14:58:35 +0100
parents f08d439fab8c
children 22d276ade3e1
comparison
equal deleted inserted replaced
4956:4ab89de75552 5915:2d503de963b3
1 # 1 #
2 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
192 EXPORT_LIST += $(EXPORT_KERNEL_DIR)/jvm.$(LIBRARY_SUFFIX) 192 EXPORT_LIST += $(EXPORT_KERNEL_DIR)/jvm.$(LIBRARY_SUFFIX)
193 EXPORT_LIST += $(EXPORT_KERNEL_DIR)/jvm.pdb 193 EXPORT_LIST += $(EXPORT_KERNEL_DIR)/jvm.pdb
194 EXPORT_LIST += $(EXPORT_KERNEL_DIR)/jvm.map 194 EXPORT_LIST += $(EXPORT_KERNEL_DIR)/jvm.map
195 endif 195 endif
196 196
197 EXPORT_LIST += $(EXPORT_JRE_LIB_DIR)/wb.jar
198
197 ifeq ($(BUILD_WIN_SA), 1) 199 ifeq ($(BUILD_WIN_SA), 1)
198 EXPORT_LIST += $(EXPORT_JRE_BIN_DIR)/sawindbg.$(LIBRARY_SUFFIX) 200 EXPORT_LIST += $(EXPORT_JRE_BIN_DIR)/sawindbg.$(LIBRARY_SUFFIX)
199 EXPORT_LIST += $(EXPORT_JRE_BIN_DIR)/sawindbg.pdb 201 EXPORT_LIST += $(EXPORT_JRE_BIN_DIR)/sawindbg.pdb
200 EXPORT_LIST += $(EXPORT_JRE_BIN_DIR)/sawindbg.map 202 EXPORT_LIST += $(EXPORT_JRE_BIN_DIR)/sawindbg.map
201 EXPORT_LIST += $(EXPORT_LIB_DIR)/sa-jdi.jar 203 EXPORT_LIST += $(EXPORT_LIB_DIR)/sa-jdi.jar