hotspot/make/windows/makefiles/sa.make
author tbell
Tue, 11 Nov 2008 22:01:08 -0800
changeset 1546 a02228c60567
parent 1073 3ca36e11142b
child 1609 5eacab926e22
permissions -rw-r--r--
6764892: VS2008 changes required to compile hotspot sources Summary: Minor changes required to build using the Visual Studio 2008 compiler Reviewed-by: kvn, ohair
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#
670
ddf3e9583f2f 6719955: Update copyright year
xdono
parents: 338
diff changeset
     2
# Copyright 2003-2008 Sun Microsystems, Inc.  All Rights Reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
# accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    19
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    20
# CA 95054 USA or visit www.sun.com if you need additional information or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    21
# have any questions.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
#  
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
# This makefile is used to build Serviceability Agent code
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
# and generate JNI header file for native methods.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
AGENT_DIR = $(WorkSpace)/agent
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
checkAndBuildSA::
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
!if "$(BUILD_WIN_SA)" != "1"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
# Already warned about this in build.make
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
!else
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
# This first part is used to build sa-jdi.jar
338
5cf9f61d76f4 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 1
diff changeset
    36
!include $(WorkSpace)/make/windows/makefiles/rules.make
5cf9f61d76f4 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 1
diff changeset
    37
!include $(WorkSpace)/make/sa.files
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
GENERATED = ..\generated
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
# tools.jar is needed by the JDI - SA binding
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
SA_CLASSPATH = $(BOOT_JAVA_HOME)\lib\tools.jar
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
SA_CLASSDIR = $(GENERATED)\saclasses
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
SA_BUILD_VERSION_PROP = sun.jvm.hotspot.runtime.VM.saBuildVersion=$(SA_BUILD_VERSION)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
SA_PROPERTIES = $(SA_CLASSDIR)\sa.properties
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
default::  $(GENERATED)\sa-jdi.jar
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    52
$(GENERATED)\sa-jdi.jar: $(AGENT_FILES1:/=\) $(AGENT_FILES2:/=\)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
	@if not exist $(SA_CLASSDIR) mkdir $(SA_CLASSDIR)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
	@echo ...Building sa-jdi.jar
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
	@echo ...$(COMPILE_JAVAC) -source 1.4 -classpath $(SA_CLASSPATH) -g -d $(SA_CLASSDIR) ....
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    56
	@$(COMPILE_JAVAC) -source 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -g -d $(SA_CLASSDIR) $(AGENT_FILES1:/=\)
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    57
	@$(COMPILE_JAVAC) -source 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -g -d $(SA_CLASSDIR) $(AGENT_FILES2:/=\)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
	$(COMPILE_RMIC) -classpath $(SA_CLASSDIR) -d $(SA_CLASSDIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
	$(QUIETLY) echo $(SA_BUILD_VERSION_PROP) > $(SA_PROPERTIES)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
	$(RUN_JAR) cf $@ -C saclasses . 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
	$(RUN_JAR) uf $@ -C $(AGENT_SRC_DIR:/=\) META-INF\services\com.sun.jdi.connect.Connector 
1073
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    62
	$(QUIETLY) rm -f $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql/sa.js
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    63
	$(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/utilities/soql/sa.js $(SA_CLASSDIR)/sun/jvm/hotspot/utilities/soql
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    64
	$(QUIETLY) mkdir -p $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    65
	$(QUIETLY) rm -f $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources/*
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    66
	$(QUIETLY) cp $(AGENT_SRC_DIR)/sun/jvm/hotspot/ui/resources/*.png $(SA_CLASSDIR)/sun/jvm/hotspot/ui/resources/
3ca36e11142b 6731958: Include all the SA classes into sa-jdi.jar
poonam
parents: 670
diff changeset
    67
	$(QUIETLY) cp -r $(AGENT_SRC_DIR)/images/* $(SA_CLASSDIR)/
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
	$(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
	$(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.x86.X86ThreadContext 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
	$(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.ia64.IA64ThreadContext 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
	$(RUN_JAVAH) -classpath $(SA_CLASSDIR) -jni sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
# This second part is used to build sawindbg.dll
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
# We currently build it the same way for product, debug, and fastdebug.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
SAWINDBG=sawindbg.dll
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
checkAndBuildSA:: $(SAWINDBG)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
# These do not need to be optimized (don't run a lot of code) and it
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
# will be useful to have the assertion checks in place
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
!if "$(BUILDARCH)" == "ia64"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
SA_CFLAGS = /nologo $(MS_RUNTIME_OPTION) /W3 $(GX_OPTION) /Od /D "WIN32" /D "WIN64" /D "_WINDOWS" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
!elseif "$(BUILDARCH)" == "amd64"
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
SA_CFLAGS = /nologo $(MS_RUNTIME_OPTION) /W3 $(GX_OPTION) /Od /D "WIN32" /D "WIN64" /D "_WINDOWS" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
# On amd64, VS2005 compiler requires bufferoverflowU.lib on the link command line, 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
# otherwise we get missing __security_check_cookie externals at link time. 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
SA_LINK_FLAGS = bufferoverflowU.lib
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
!else
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
SA_CFLAGS = /nologo $(MS_RUNTIME_OPTION) /W3 /Gm $(GX_OPTION) /ZI /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
!endif
1546
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
    95
!if "$(MT)" != ""
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
    96
    SA_LINK_FLAGS = /manifest $(SA_LINK_FLAGS)
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
    97
!endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
SASRCFILE = $(AGENT_DIR)/src/os/win32/windbg/sawindbg.cpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
SA_LFLAGS = $(SA_LINK_FLAGS) /nologo /subsystem:console /map /debug /machine:$(MACHINE)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
# Note that we do not keep sawindbj.obj around as it would then
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
# get included in the dumpbin command in build_vm_def.sh
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
1546
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
   104
# In VS2005 or VS2008 the link command creates a .manifest file that we want
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
   105
# to insert into the linked artifact so we do not need to track it separately.
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
   106
# Use ";#2" for .dll and ";#1" for .exe in the MT command below:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
$(SAWINDBG): $(SASRCFILE)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
	set INCLUDE=$(SA_INCLUDE)$(INCLUDE)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
	$(CPP) @<<
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
	  /I"$(BootStrapDir)/include" /I"$(BootStrapDir)/include/win32" 
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
	  /I"$(GENERATED)" $(SA_CFLAGS)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
	  $(SASRCFILE)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
	  /out:sawindbg.obj
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
<<
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
	set LIB=$(SA_LIB)$(LIB)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
	$(LINK) /out:$@ /DLL sawindbg.obj dbgeng.lib $(SA_LFLAGS)
1546
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
   117
!if "$(MT)" != ""
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
   118
	$(MT) /manifest $(@F).manifest /outputresource:$(@F);#2
a02228c60567 6764892: VS2008 changes required to compile hotspot sources
tbell
parents: 1073
diff changeset
   119
!endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
	-@rm -f sawindbg.obj
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
cleanall :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
	rm -rf $(GENERATED:\=/)/saclasses
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
	rm -rf $(GENERATED:\=/)/sa-jdi.jar
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
!endif