comparison make/Makefile @ 1184:7fbf850d87b7

6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining Summary: Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter. Reviewed-by: never, ohair, tbell, tdeneau Contributed-by: Vasanth Venkatachalam <vasanth.venkatachalam@amd.com>
author dcubed
date Wed, 13 Jan 2010 09:39:46 -0700
parents d1605aabd0a1
children 3908ad124838
comparison
equal deleted inserted replaced
1121:98cd9901c161 1184:7fbf850d87b7
1 # 1 #
2 # Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. 2 # Copyright 2005-2010 Sun Microsystems, Inc. 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.
279 279
280 # Jar file (sa-jdi.jar) 280 # Jar file (sa-jdi.jar)
281 $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar 281 $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar
282 $(install-file) 282 $(install-file)
283 283
284 # Include files (jvmti.h, jni.h, $(JDK_INCLUDE_SUBDIR)/jni_md.h, jmm.h) 284 # Include files (jvmti.h, jvmticmlr.h, jni.h, $(JDK_INCLUDE_SUBDIR)/jni_md.h, jmm.h)
285 $(EXPORT_INCLUDE_DIR)/%: $(GEN_DIR)/jvmtifiles/% 285 $(EXPORT_INCLUDE_DIR)/%: $(GEN_DIR)/jvmtifiles/%
286 $(install-file)
287
288 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/code/%
286 $(install-file) 289 $(install-file)
287 290
288 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/prims/% 291 $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/prims/%
289 $(install-file) 292 $(install-file)
290 293