annotate agent/src/share/native/jvmdi/sa.dsp @ 10:28372612af5e

6362677: Change parallel GC collector default number of parallel GC threads. Summary: Use the same default number of GC threads as used by ParNewGC and ConcMarkSweepGC (i.e., the 5/8th rule). Reviewed-by: ysr, tonyp
author jmasa
date Fri, 22 Feb 2008 17:17:14 -0800
parents a61af66fc99e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 # Microsoft Developer Studio Project File - Name="sa" - Package Owner=<4>
a61af66fc99e Initial load
duke
parents:
diff changeset
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
a61af66fc99e Initial load
duke
parents:
diff changeset
3 # ** DO NOT EDIT **
a61af66fc99e Initial load
duke
parents:
diff changeset
4
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
a61af66fc99e Initial load
duke
parents:
diff changeset
6
a61af66fc99e Initial load
duke
parents:
diff changeset
7 CFG=sa - Win32 Debug
a61af66fc99e Initial load
duke
parents:
diff changeset
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
a61af66fc99e Initial load
duke
parents:
diff changeset
9 !MESSAGE use the Export Makefile command and run
a61af66fc99e Initial load
duke
parents:
diff changeset
10 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
11 !MESSAGE NMAKE /f "sa.mak".
a61af66fc99e Initial load
duke
parents:
diff changeset
12 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
13 !MESSAGE You can specify a configuration when running NMAKE
a61af66fc99e Initial load
duke
parents:
diff changeset
14 !MESSAGE by defining the macro CFG on the command line. For example:
a61af66fc99e Initial load
duke
parents:
diff changeset
15 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
16 !MESSAGE NMAKE /f "sa.mak" CFG="sa - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
17 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
18 !MESSAGE Possible choices for configuration are:
a61af66fc99e Initial load
duke
parents:
diff changeset
19 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
20 !MESSAGE "sa - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
a61af66fc99e Initial load
duke
parents:
diff changeset
21 !MESSAGE "sa - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
a61af66fc99e Initial load
duke
parents:
diff changeset
22 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
23
a61af66fc99e Initial load
duke
parents:
diff changeset
24 # Begin Project
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # PROP AllowPerConfigDependencies 0
a61af66fc99e Initial load
duke
parents:
diff changeset
26 # PROP Scc_ProjName ""
a61af66fc99e Initial load
duke
parents:
diff changeset
27 # PROP Scc_LocalPath ""
a61af66fc99e Initial load
duke
parents:
diff changeset
28 CPP=cl.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
29 MTL=midl.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
30 RSC=rc.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
31
a61af66fc99e Initial load
duke
parents:
diff changeset
32 !IF "$(CFG)" == "sa - Win32 Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
33
a61af66fc99e Initial load
duke
parents:
diff changeset
34 # PROP BASE Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
35 # PROP BASE Use_Debug_Libraries 0
a61af66fc99e Initial load
duke
parents:
diff changeset
36 # PROP BASE Output_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
37 # PROP BASE Intermediate_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
38 # PROP BASE Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
39 # PROP Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
40 # PROP Use_Debug_Libraries 0
a61af66fc99e Initial load
duke
parents:
diff changeset
41 # PROP Output_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
42 # PROP Intermediate_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
43 # PROP Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
44 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SA_EXPORTS" /YX /FD /c
a61af66fc99e Initial load
duke
parents:
diff changeset
45 # ADD CPP /nologo /MT /W3 /GX /O2 /I "D:\jdk1.4\include" /I "D:\jdk1.4\include\win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SA_EXPORTS" /YX /FD /c
a61af66fc99e Initial load
duke
parents:
diff changeset
46 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
a61af66fc99e Initial load
duke
parents:
diff changeset
47 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
a61af66fc99e Initial load
duke
parents:
diff changeset
48 # ADD BASE RSC /l 0x409 /d "NDEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
49 # ADD RSC /l 0x409 /d "NDEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
50 BSC32=bscmake.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
51 # ADD BASE BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
52 # ADD BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
53 LINK32=link.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
54 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
a61af66fc99e Initial load
duke
parents:
diff changeset
55 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
a61af66fc99e Initial load
duke
parents:
diff changeset
56
a61af66fc99e Initial load
duke
parents:
diff changeset
57 !ELSEIF "$(CFG)" == "sa - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
58
a61af66fc99e Initial load
duke
parents:
diff changeset
59 # PROP BASE Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
60 # PROP BASE Use_Debug_Libraries 1
a61af66fc99e Initial load
duke
parents:
diff changeset
61 # PROP BASE Output_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
62 # PROP BASE Intermediate_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
63 # PROP BASE Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
64 # PROP Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
65 # PROP Use_Debug_Libraries 1
a61af66fc99e Initial load
duke
parents:
diff changeset
66 # PROP Output_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
67 # PROP Intermediate_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
68 # PROP Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
69 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SA_EXPORTS" /YX /FD /GZ /c
a61af66fc99e Initial load
duke
parents:
diff changeset
70 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "D:\jdk1.4\include" /I "D:\jdk1.4\include\win32" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SA_EXPORTS" /YX /FD /GZ /c
a61af66fc99e Initial load
duke
parents:
diff changeset
71 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
a61af66fc99e Initial load
duke
parents:
diff changeset
72 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
a61af66fc99e Initial load
duke
parents:
diff changeset
73 # ADD BASE RSC /l 0x409 /d "_DEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
74 # ADD RSC /l 0x409 /d "_DEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
75 BSC32=bscmake.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
76 # ADD BASE BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
77 # ADD BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
78 LINK32=link.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
79 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
a61af66fc99e Initial load
duke
parents:
diff changeset
80 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
a61af66fc99e Initial load
duke
parents:
diff changeset
81
a61af66fc99e Initial load
duke
parents:
diff changeset
82 !ENDIF
a61af66fc99e Initial load
duke
parents:
diff changeset
83
a61af66fc99e Initial load
duke
parents:
diff changeset
84 # Begin Target
a61af66fc99e Initial load
duke
parents:
diff changeset
85
a61af66fc99e Initial load
duke
parents:
diff changeset
86 # Name "sa - Win32 Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
87 # Name "sa - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
88 # Begin Group "Source Files"
a61af66fc99e Initial load
duke
parents:
diff changeset
89
a61af66fc99e Initial load
duke
parents:
diff changeset
90 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
a61af66fc99e Initial load
duke
parents:
diff changeset
91 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
92
a61af66fc99e Initial load
duke
parents:
diff changeset
93 SOURCE=.\sa.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
94 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
95 # End Group
a61af66fc99e Initial load
duke
parents:
diff changeset
96 # Begin Group "Header Files"
a61af66fc99e Initial load
duke
parents:
diff changeset
97
a61af66fc99e Initial load
duke
parents:
diff changeset
98 # PROP Default_Filter "h;hpp;hxx;hm;inl"
a61af66fc99e Initial load
duke
parents:
diff changeset
99 # End Group
a61af66fc99e Initial load
duke
parents:
diff changeset
100 # Begin Group "Resource Files"
a61af66fc99e Initial load
duke
parents:
diff changeset
101
a61af66fc99e Initial load
duke
parents:
diff changeset
102 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
a61af66fc99e Initial load
duke
parents:
diff changeset
103 # End Group
a61af66fc99e Initial load
duke
parents:
diff changeset
104 # End Target
a61af66fc99e Initial load
duke
parents:
diff changeset
105 # End Project