comparison make/defs.make @ 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 9c2ecc2ffb12
children 3908ad124838
comparison
equal deleted inserted replaced
1121:98cd9901c161 1184:7fbf850d87b7
1 # 1 #
2 # Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. 2 # Copyright 2006-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.
257 EXPORT_JRE_LIB_DIR = $(EXPORT_JRE_DIR)/lib 257 EXPORT_JRE_LIB_DIR = $(EXPORT_JRE_DIR)/lib
258 EXPORT_JRE_LIB_ARCH_DIR = $(EXPORT_JRE_LIB_DIR)/$(LIBARCH) 258 EXPORT_JRE_LIB_ARCH_DIR = $(EXPORT_JRE_LIB_DIR)/$(LIBARCH)
259 259
260 # Common export list of files 260 # Common export list of files
261 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jvmti.h 261 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jvmti.h
262 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jvmticmlr.h
262 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jni.h 263 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jni.h
263 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h 264 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h
264 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h 265 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h