comparison make/solaris/makefiles/vm.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 719f7007c8e8
children 74c359c4a9e5
comparison
equal deleted inserted replaced
4956:4ab89de75552 5915:2d503de963b3
1 # 1 #
2 # Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 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.
319 include $(MAKEFILES_DIR)/jsig.make 319 include $(MAKEFILES_DIR)/jsig.make
320 320
321 # Serviceability agent 321 # Serviceability agent
322 include $(MAKEFILES_DIR)/saproc.make 322 include $(MAKEFILES_DIR)/saproc.make
323 323
324 #---------------------------------------------------------------------- 324 # Whitebox testing API
325 325 include $(MAKEFILES_DIR)/wb.make
326 build: $(LIBJVM) $(LAUNCHER) $(LIBJSIG) $(LIBJVM_DB) $(LIBJVM_DTRACE) $(BUILDLIBSAPROC) dtraceCheck 326
327 #----------------------------------------------------------------------
328
329 build: $(LIBJVM) $(LAUNCHER) $(LIBJSIG) $(LIBJVM_DB) $(LIBJVM_DTRACE) $(BUILDLIBSAPROC) dtraceCheck $(WB_JAR)
327 330
328 install: install_jvm install_jsig install_saproc 331 install: install_jvm install_jsig install_saproc
329 332
330 .PHONY: default build install install_jvm 333 .PHONY: default build install install_jvm