Mikael Vidstedt
769dd50182
7197424: update copyright year to match last edit in jdk8 hotspot repository
...
Update copyright year to 2012 for relevant files
Reviewed-by: dholmes, coleenp
2012-10-09 10:09:34 -07:00
Rickard Bäckman
25e07fb041
Merge
2012-10-09 07:41:27 +02:00
Mark Wielaard
959d0a9ebb
7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field
...
Don't use HS_DTRACE_PROBE_CDECL_N and HS_DTRACE_PROBE_N directly.
Reviewed-by: coleenp, kamg, dholmes, sspitsyn
2012-10-08 09:18:54 -04:00
Vladimir Ivanov
2467d2f247
8000485: Hotspot build fails in Solaris Studio IDE when building dtrace
...
Prepend '.' to the existing native library path
Reviewed-by: kvn, sspitsyn
2012-10-05 19:44:49 -07:00
Alejandro Murillo
9e9db7f831
8000498: new hotspot build - hs25-b05
...
Reviewed-by: jcoomes
2012-10-05 13:37:08 -07:00
Alejandro Murillo
9972f3d338
8000251: new hotspot build - hs25-b04
...
Reviewed-by: jcoomes
2012-09-28 14:36:20 -07:00
Vladimir Kozlov
fbd1f6e3be
Merge
2012-09-28 10:16:29 -07:00
Dmitry Samersoff
47a8760b93
Merge
2012-09-27 20:22:57 +04:00
Fredrik Ohrstrom
70f397b4a2
7200065: Cross-compilation changes to support the new-build
...
Reviewed-by: dholmes, ohair
2012-09-25 07:58:42 -04:00
Vladimir Danushevsky
2e051041e3
Merge
2012-09-24 19:00:55 -04:00
Yumin Qi
22544e7a7c
6879063: SA should use hsdis for disassembly
...
We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler.
Reviewed-by: twisti, jrose, sla
2012-09-24 12:44:00 -07:00
Alejandro Murillo
d6538dc298
7200236: new hotspot build - hs25-b03
...
Reviewed-by: jcoomes
2012-09-21 14:39:56 -07:00
Bill Pittore
8e0655095b
7195372: Wrong copyright in new files
...
Fixed copyrights
Reviewed-by: dholmes
2012-09-19 17:22:49 -04:00
Kelly O'Hair
f65906c1bc
7198329: Add $(sort) to object files used in links makes binarties more consistent
...
Reviewed-by: dholmes, tbell, erikj, ihse, ohrstrom
2012-09-18 13:15:28 -07:00
Magnus Ihse Bursie
b2b4d40c73
7172012: Make test-in-build an option (Queens)
...
Reviewed-by: ohair, dholmes
2012-09-17 11:46:25 -07:00
Staffan Larsen
e91b6584eb
7193201: [OS X] The development launcher should be signed and given task_for_pid privileges
...
Reviewed-by: sspitsyn, nloodin, mgronlun, coleenp
2012-09-17 11:46:19 +02:00
Alejandro Murillo
c188598ddd
7198641: new hotspot build - hs25-b02
...
Reviewed-by: jcoomes
2012-09-14 22:00:41 -07:00
Vladimir Kozlov
f3b6368c39
7196167: NPG: mismerge in make/solaris/makefiles/fastdebug.make
...
Remove the workaround of 7187454 problem which was restored incorrectly during NPG merge.
Reviewed-by: coleenp, dholmes
2012-09-05 10:18:37 -07:00
Jon Masamitsu
5c58d27aac
6964458: Reimplement class meta-data storage to use native memory
...
Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Tom Rodriguez <tom.rodriguez@oracle.com>
Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland
2012-09-01 13:25:18 -04:00
John Coomes
36eee7c8c8
7195615: new hotspot build - hs25-b01
...
Reviewed-by: johnc
2012-08-31 16:39:35 -07:00
Jiangli Zhou
50b6647678
Merge
2012-08-31 14:47:01 -04:00
Bill Pittore
58a50b25eb
7154641: Servicability agent should work on platforms other than x86, sparc
...
Added capability to load support classes for other cpus
Reviewed-by: coleenp, bobv, sla
2012-08-30 11:20:01 -04:00
Alejandro Murillo
2271c9dfad
7194004: new hotspot build - hs24-b22
...
Reviewed-by: jcoomes
2012-08-24 16:23:59 -07:00
Daniel D. Daugherty
5a47de8e75
Merge
2012-08-21 19:25:20 -07:00
Alejandro Murillo
913294e5db
Merge
2012-08-17 16:47:04 -07:00
Alejandro Murillo
b11a680280
Merge
2012-08-17 15:41:04 -07:00
Daniel D. Daugherty
9d85b8e187
Merge
2012-08-17 11:57:46 -07:00
Alejandro Murillo
e284fe5f5a
7191765: make jdk8 the default jprt release for hs24
...
Reviewed-by: jcoomes
2012-08-15 16:49:38 -07:00
Alejandro Murillo
4e28ce96d0
7190772: new hotspot build - hs24-b21
...
Reviewed-by: jcoomes
2012-08-10 23:19:43 -07:00
Tim Bell
c99e9bbc0f
7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds
...
Add some quotes around the classpath in the project file rule.
Reviewed-by: dcubed
2012-08-10 23:16:52 -07:00
Vladimir Danushevsky
886fb99d53
Merge
2012-08-08 16:09:11 -04:00
Joseph Provino
b6622dce73
7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
...
Add "arm" to the list of processors that need -fPIC
Reviewed-by: vladidan, dholmes
2012-08-08 15:43:51 -04:00
Alejandro Murillo
eee7b367a1
7189729
: jprt.properties should include release jdk7u8
...
Reviewed-by: jcoomes
2012-08-07 09:53:12 -07:00
Daniel D. Daugherty
75f8f79764
Merge
2012-08-06 09:34:40 -07:00
Volker Simonis
6c6a957121
7181175: Enable builds on Windows with MinGW/MSYS
...
This fix is the minimum number of Makefile changes to enable building HotSpot with MinGW/MSYS
Reviewed-by: jcoomes, dcubed, tbell, ohair
2012-08-03 18:34:28 -07:00
Alejandro Murillo
82446583c4
7189086: new hotspot build - hs24-b20
...
Reviewed-by: jcoomes
2012-08-03 13:24:02 -07:00
Daniel D. Daugherty
4a848cf3e5
7188168: 7071904 broke the DEBUG_BINARIES option on Linux
...
Change DEBUG_BINARIES option logic to be more clear.
Reviewed-by: fparain, andrew
2012-08-02 14:54:14 -07:00
Alejandro Murillo
dafee02d32
7187463: new hotspot build - hs24-b19
...
Reviewed-by: jcoomes
2012-07-27 16:51:44 -07:00
Jiangli Zhou
338bf6e0b1
7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses
...
Lower compiler optimization level when compiling jvmtiClassFileReconstituter.cpp as a workaround for the solaris x86 5.10 cc bug.
Reviewed-by: kvn, coleenp
2012-07-26 17:24:31 -04:00
Alejandro Murillo
893817c28d
7185775: new hotspot build - hs24-b18
...
Reviewed-by: jcoomes
2012-07-23 13:04:59 -07:00
Alejandro Murillo
b5cfc76c1e
7184050: new hotspot build - hs24-b17
...
Reviewed-by: jcoomes
2012-07-13 14:16:21 -07:00
Coleen Phillimore
135f315eaa
Merge
2012-07-02 13:11:28 -04:00
Alejandro Murillo
e9301228b4
7180882: new hotspot build - hs24-b16
...
Reviewed-by: jcoomes
2012-06-29 17:12:15 -07:00
Coleen Phillimore
9f400835df
7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping
...
Libjvm_g_db.so and libjvm_g_dtrace.so links in .diz file still had 64 directory
Reviewed-by: kamg, dholmes, sspitsyn
2012-06-29 14:28:10 -07:00
Zhengyu Gu
a39b17624a
6995781: Native Memory Tracking (Phase 1)
...
7151532: DCmd for hotspot native memory tracking
Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
Reviewed-by: acorn, coleenp, fparain
2012-06-28 17:03:16 -04:00
Bertrand Delsart
cf61f29f61
Merge
2012-06-28 04:21:07 -04:00
Staffan Larsen
8e42425c92
7178667: ALT_EXPORT_PATH does not export server jvm on macosx
...
Missing .PHONY targets in makefile
Reviewed-by: dholmes, dsamersoff
2012-06-27 15:23:36 +02:00
Dean Long
97cc5e6c44
7156729: PPC: R_PPC_REL24 relocation error related to some libraries built without -fPIC
...
Build powerpc with -fPIC
Reviewed-by: mikael, vladidan, roland
2012-06-25 15:34:06 -04:00
Daniel D. Daugherty
93e9a184a3
Merge
2012-06-20 14:29:23 -07:00
Daniel D. Daugherty
4189d0802f
7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips)
...
Fix bad paths in client/64 and server/64 debug info and symlink creation
Reviewed-by: ohair, dholmes
2012-06-20 14:18:25 -07:00
Gary Collins
8b20e7af53
7178113: build environment change
...
Simple change to enable proper builds of arm target
Reviewed-by: ohair, dholmes
2012-06-19 21:16:20 -07:00
Alejandro Murillo
18fce99e63
7175515: new hotspot build - hs24-b15
...
Reviewed-by: jcoomes
2012-06-15 14:17:28 -07:00
Vladimir Kozlov
7dd9d23eb1
Merge
2012-06-14 14:59:52 -07:00
Volker Simonis
7c17e9e75b
7175914: Usage of gcc with precompiled headers produces wrong build dependencies
...
Add -fpch-deps flag to gcc builds
Reviewed-by: kamg, coleenp
2012-06-11 13:10:14 -04:00
Vladimir Kozlov
a23aa66098
Merge
2012-06-11 08:35:28 -07:00
David Holmes
e3d25bce34
Merge
2012-06-02 07:32:21 -04:00
Alejandro Murillo
528d6f3d54
7173438: new hotspot build - hs24-b14
...
Reviewed-by: jcoomes
2012-06-01 15:30:44 -07:00
Alejandro Murillo
33799389d4
7173635: jprt.properties should include release jdk7u6
...
Reviewed-by: jcoomes
2012-06-01 11:25:12 -07:00
Mikael Vidstedt
0e816e0b83
7155453: [macosx] re-enable jbb tests in JPRT
...
Run SPECjbb in headless mode and enable SPECjbb runs on OSX
Reviewed-by: dcubed, dholmes
2012-06-01 20:17:46 +02:00
David Holmes
9eb03933dc
Merge
2012-05-30 17:45:02 -04:00
Zhengyu Gu
a9ea9bd20a
Merge
2012-05-29 20:06:10 -04:00
Zhengyu Gu
e8dff8cfab
Merge
2012-05-26 06:07:38 -07:00
Joseph Provino
b6db24abd6
Merge
2012-05-26 08:49:05 -04:00
Alejandro Murillo
a5780148fd
7171853: new hotspot build - hs24-b13
...
Reviewed-by: jcoomes
2012-05-25 14:56:19 -07:00
Daniel D. Daugherty
2003ef208a
Merge
2012-05-24 12:57:01 -07:00
Daniel D. Daugherty
cad78d6f04
7165598: enable FDS on Solaris X64 when 7165593 is fixed
...
Work around 'gobjcopy' failure on Solaris X64 by adding a temporary tool that removes the SHF_ALLOC flag from "empty" section headers.
Reviewed-by: sspitsyn, acorn
2012-05-24 12:03:42 -07:00
David Holmes
529f652312
7170197: Update JPRT default build targets to support embedded builds
...
Reviewed-by: jcoomes, kvn
2012-05-23 20:09:56 -04:00
Zhengyu Gu
4118514eaa
Merge
2012-05-22 20:29:05 -04:00
Alejandro Murillo
57692966b7
7170006: new hotspot build - hs24-b12
...
Reviewed-by: jcoomes
2012-05-18 14:57:28 -07:00
Daniel D. Daugherty
5ea3d5b1ea
7170010: conditional "ZIP_DEBUGINFO_FILES ?= 0" setting is not reliable on Windows
...
Always disable ZIP_DEBUGINFO_FILES on Windows.
Reviewed-by: acorn
2012-05-18 09:15:15 -07:00
Daniel D. Daugherty
04d132c069
7169409: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Windows X86
...
Disable ZIP_DEBUGINFO_FILES by default on Windows.
Reviewed-by: acorn
2012-05-16 12:47:27 -07:00
Joseph Provino
df5c45b99f
Merge
2012-05-16 13:33:30 -04:00
Daniel D. Daugherty
aaf2d69944
7165060: dtrace tests fail with FDS debug info files
...
Work around 'gobjcopy --add-gnu-debuglink' failure by adding a temporary tool that adds the '.gnu_debuglink' section and nothing more.
Reviewed-by: sspitsyn, acorn
2012-05-15 10:52:24 -07:00
Alejandro Murillo
17b26a6a0c
7168247: new hotspot build - hs24-b11
...
Reviewed-by: jcoomes
2012-05-11 14:54:35 -07:00
Gary Collins
bfa3402f16
7167625: Adjustments for SE-Embedded build process
...
Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users.
Reviewed-by: kvn, dholmes
2012-05-11 11:30:03 -07:00
Daniel D. Daugherty
a160adcf6c
7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make
...
Reviewed-by: sspitsyn, acorn
2012-05-15 15:16:14 -07:00
Daniel D. Daugherty
2d24f2ea0f
Merge
2012-05-15 11:27:24 -07:00
Alejandro Murillo
ffd4d39144
7166615: new hotspot build - hs24-b10
...
Reviewed-by: jcoomes
2012-05-04 15:26:05 -07:00
Daniel D. Daugherty
5b91fbd2b5
7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows
...
Disable FDS by default on Solaris; disable ZIP_DEBUGINFO_FILES by default on Windows.
Reviewed-by: acorn, sspitsyn
2012-04-25 15:06:51 -07:00
Daniel D. Daugherty
4ab089ddba
Merge
2012-04-24 15:20:40 -07:00
Alejandro Murillo
6de80de07f
7163193: new hotspot build - hs24-b09
...
Reviewed-by: jcoomes
2012-04-20 17:13:36 -07:00
Daniel D. Daugherty
6f5472dfe9
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
...
Build option FULL_DEBUG_SYMBOLS=0 only affects product builds.
Reviewed-by: ohair, jmelvin, sspitsyn
2012-04-03 09:48:34 -07:00
Nils Eliasson
ac3b6a6442
7163863: Updated projectcreator
...
Enable source browsing for all platform dependent code
Reviewed-by: brutisso, coleenp
2012-03-29 16:43:21 +02:00
Daniel D. Daugherty
86dac44dac
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
...
Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files.
Reviewed-by: dholmes, ohair, sspitsyn
2012-03-23 11:50:33 -07:00
Alejandro Murillo
023ad06e46
7159842: new hotspot build - hs24-b08
...
Reviewed-by: jcoomes
2012-04-07 09:06:55 -07:00
Karen Kinnear
69a42aedf9
Merge
2012-04-01 17:04:26 -04:00
Alejandro Murillo
cdd9c702ac
7158137: new hotspot build - hs24-b07
...
Reviewed-by: jcoomes
2012-03-30 14:18:17 -07:00
Karen Kinnear
b0fc983013
Merge
2012-03-27 15:28:52 -04:00
Jesper Wilhelmsson
6c25e1cdce
Merge
2012-03-26 13:22:38 +02:00
John Coomes
2ecd2048d4
7156659: new hotspot build - hs24-b06
...
Reviewed-by: johnc
2012-03-23 22:34:22 -07:00
Erik Joelsson
cfc6c74d02
7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built
...
Reviewed-by: dholmes, ohair
2012-03-19 10:09:24 +01:00
Alejandro Murillo
c06123ae0c
7154706: new hotspot build - hs23-b05
...
Reviewed-by: jcoomes
2012-03-17 00:27:39 -07:00
Nils Loodin
2c07f4154e
7148488: Whitebox tests for the Diagnostic Framework Parser
...
Reviewed-by: brutisso, sla, mgerdin
2012-03-15 13:37:13 +01:00
John Coomes
46a6f9366d
7154724: jdk7u4 test properties missing from jprt.properties
...
Reviewed-by: brutisso
2012-03-20 19:36:59 -07:00
Alejandro Murillo
db0efee3d4
7152700: new hotspot build - hs24-b04
...
Reviewed-by: jcoomes
2012-03-09 13:34:45 -08:00
Bengt Rutisson
a77a5ac2a0
Merge
2012-03-05 22:34:18 +01:00
John Coomes
2d0d3e1f63
7150899: remove unused build.targets lines from jprt.properties
...
Reviewed-by: ohair
2012-03-03 12:45:10 -08:00
John Coomes
20beadbcb1
7150454: add release jdk7u4 to jprt.properties
...
Reviewed-by: ohair, never
2012-03-03 12:36:35 -08:00
Alejandro Murillo
95bc08f56b
7150327: new hotspot build - hs24-b03
...
Reviewed-by: jcoomes
2012-03-02 16:56:19 -08:00
Frederic Parain
555b593770
Merge
2012-02-28 07:58:43 -08:00