David Holmes
f15b18de1b
8039891: Remove ppcsflt builds from JPRT
...
Reviewed-by: sla, hseigel, coleenp
2014-04-10 21:36:56 -04:00
Alejandro Murillo
06461f9c1b
8033926: Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8
...
Reviewed-by: sla, dholmes
2014-03-18 14:07:38 -07:00
Alejandro Murillo
81ac3108d4
8023496: [jprt] build and test solaris 64-bits only
...
Reviewed-by: tbell, jcoomes
2013-10-21 14:38:11 -07:00
Tim Bell
f07a2ff3cb
8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
...
Reviewed-by: ksrini, katleman
2013-09-25 12:23:10 -07:00
Gilles Duboscq
34da1742ef
8012292: optimized build with GCC broken
...
Some #ifndef PRODUCT should be #ifdef ASSERT
Reviewed-by: kvn, twisti
2013-04-24 14:26:09 +02:00
David Chase
55c4ce1ca1
7104565: trim jprt build targets
...
Remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
Reviewed-by: dholmes, kvn, coleenp
2013-04-12 15:53:30 -07:00
David Holmes
4bb3e82052
8008783: Modifications needed to JPRT to allow for building hard float abi and new bundle changes
...
Reviewed-by: twisti, collins, bobv, jwilhelm
2013-03-18 19:34:35 -04:00
Alejandro Murillo
b11a680280
Merge
2012-08-17 15:41:04 -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
eee7b367a1
7189729
: jprt.properties should include release jdk7u8
...
Reviewed-by: jcoomes
2012-08-07 09:53:12 -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
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
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
529f652312
7170197: Update JPRT default build targets to support embedded builds
...
Reviewed-by: jcoomes, kvn
2012-05-23 20:09:56 -04:00
John Coomes
46a6f9366d
7154724: jdk7u4 test properties missing from jprt.properties
...
Reviewed-by: brutisso
2012-03-20 19:36:59 -07: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
Mikael Gerdin
27c0786c3b
7148152: Add whitebox testing API to HotSpot
...
Add an internal testing API to HotSpot to enable more targeted testing of vm functionality
Reviewed-by: phh, dholmes
2012-02-23 14:58:35 +01:00
Keith McGuigan
95cfa1c3a7
7069991: Setup make/jprt.properties files for jdk8
...
Change default release value to jdk8 (but overrideable)
Reviewed-by: phh, jcoomes, dholmes, ohair
2012-02-13 14:03:12 -05:00
James Melvin
50daea0824
7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
...
Comment out JPRT jbb tests on Mac OS X until GUI hang can be fixed
Reviewed-by: dholmes, brutisso, phh
2012-02-06 14:01:53 -05:00
James Melvin
cba74d6208
7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
...
Modify jprt.properties to run OSX builds and tests.
Reviewed-by: dcubed, kamg, ohair, dholmes
2012-01-24 14:07:03 -05:00
Vladimir Kozlov
98ac731a94
Merge
2011-12-08 10:27:33 -08:00
Igor Veresov
e60b163500
7116795: Tiered: enable by default for server
...
Enable tiered compilation on server VM by default
Reviewed-by: kvn, never
2011-11-30 17:35:51 -08:00
Bengt Rutisson
c444c3eee7
7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
...
ArrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes.
Reviewed-by: kvn, dholmes
2011-10-31 08:01:20 +01:00
Erik Trimble
98bbf6a045
7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
...
Fix so the JPRT can build with -release jdk8 now
Reviewed-by: ohair
2011-07-22 23:42:46 -07:00
David Holmes
fc79ef453f
7035744: jprt no longer does open-only builds
...
Added Open (OpenJDK) and Emb (Embedded) build flavours to JPRT. Added a few open builds and basic sanity tests to the normal JDK7 JPRT submission job.
Reviewed-by: ohair, jcoomes, bobv, kvn
2011-05-15 23:57:15 -04:00
Antonios Printezis
57d8e5b8ba
Merge
2011-02-14 22:21:18 -05:00
John Cuthbertson
7334402db5
7017008: G1: Turn on compressed oops by default
...
Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
Reviewed-by: jcoomes, brutisso, tonyp
2011-02-09 09:43:02 -08:00
Bob Vandette
31e3fe4a98
7016023: Enable building ARM and PPC from src/closed repository
...
Reviewed-by: dholmes, bdelsart
2011-02-02 11:35:26 -05:00
Erik Trimble
64115cbb85
Merge
2011-01-07 22:56:35 -08:00
Erik Trimble
3c6a7c89ff
7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass
...
Update the copyright to be 2010 on all changed files in OpenJDK
Reviewed-by: jcoomes
2011-01-03 15:30:05 -08:00
Igor Veresov
ef4ac58dde
7008466: Tiered: Enable testing of tiered compilation in JPRT
...
Add running specjvm98 and specjbb2005 with tiered compilation enabled with JPRT.
Reviewed-by: kvn
2010-12-21 22:57:17 -08:00
John Coomes
7100220f9b
6985022: update make/jprt.properties for new jdk7 tools
...
Reviewed-by: ohair, kvn
2010-09-15 10:39:13 -07:00
Keith McGuigan
06c0a051da
6982851: Add b107 machine classifications to jprt.properties file
...
See synopsis
Reviewed-by: ohair
2010-09-07 11:50:59 -04:00
Erik Trimble
ba7c173659
6941466: Oracle rebranding changes for Hotspot repositories
...
Change all the Sun copyrights to Oracle copyright
Reviewed-by: ohair
2010-05-27 19:08:38 -07:00
Erik Trimble
611ef51964
6950438: Add 6u18 and 6u20 release values explicitly to jprt.properties file
...
Modify jprt.properties to allow JPRT to use 6u18 and 6u18 targets
Reviewed-by: ohair
2010-05-06 12:46:21 -07:00
John Coomes
928d5f78a4
6879076: disable jprt sync after builds are done
...
Reviewed-by: kamg, dholmes
2009-09-03 19:21:55 -07:00
Y. Srinivas Ramakrishna
1121581e07
6868991: JPRT: elide GCBasher_G1 test on winx64 until 6867250 is resolved
...
JPRT: elide GCBasher_G1 test on winx64 until 6867250 is resolved
Reviewed-by: jcoomes
2009-08-05 18:54:12 -07:00
Xiomara Jayasena
a63ef10004
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:40 -07:00
Kelly O'Hair
4ac53f2566
6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
...
Reviewed-by: never, kvn
2009-05-08 15:16:38 -07:00
Vladimir Kozlov
3c70cff23a
6835796: Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out
...
Switch off GCC 4.3.0 optimized compilation for mulnode.o.
Reviewed-by: johnc
2009-04-30 15:57:29 -07:00
Kelly O'Hair
232190dc7b
6831225: Upgrade JPRT jobs to use newer Linux 2.6 (e.g. Fedora 9)
...
Reviewed-by: kvn
2009-04-29 17:30:20 -07:00
Erik Trimble
e84d20271d
6833316: jprt.properties not setting values for 6u14 release flag
...
Fix jprt.properties to do 6u14 tests right
Reviewed-by: ohair
2009-04-22 19:30:54 -07:00
Igor Veresov
1e875ce562
6816433: Test G1 and ParOld in JPRT
...
Reviewed-by: jmasa, never, ysr
2009-03-12 14:01:36 -07:00
Kelly O'Hair
68141df565
6745363: Add ability to run packtest to hotspot/test/makefile
...
Reviewed-by: ksrini
2008-09-11 11:04:55 -07:00
Xiomara Jayasena
c96a95c4b8
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:16 -07:00
Kelly O'Hair
f73b1b78d7
6703308: Fix jprt.properties to allow for jdk6 and jdk7 builds
...
Allows for jprt submit -release option to select jdk version and proper build targets.
Reviewed-by: jcoomes
2008-05-28 10:16:33 -07:00
Keith McGuigan
c8e6b3d60b
6583644: Move all managed/SCCS files out of 'build' into 'make' directory
...
Moved makefiles out of build and build/closed into make/
Reviewed-by: kvn, ohair
2008-04-09 14:22:48 -04:00