Tue, 02 Dec 2014 09:53:30 +0100 8059066: CardTableModRefBS might commit the same page twice
ehelin [Tue, 02 Dec 2014 09:53:30 +0100] rev 28026
8059066: CardTableModRefBS might commit the same page twice Reviewed-by: tschatzl, kbarrett, jmasa
Thu, 04 Dec 2014 09:43:12 +0000 Merge
brutisso [Thu, 04 Dec 2014 09:43:12 +0000] rev 28025
Merge
Wed, 03 Dec 2014 09:27:24 -0800 8066441: Add PLAB trace event
sfriberg [Wed, 03 Dec 2014 09:27:24 -0800] rev 28024
8066441: Add PLAB trace event Reviewed-by: tschatzl, ehelin, egahlin
Mon, 08 Dec 2014 00:15:55 -0800 Merge
minqi [Mon, 08 Dec 2014 00:15:55 -0800] rev 28023
Merge
Sat, 06 Dec 2014 04:30:00 +0000 Merge
mikael [Sat, 06 Dec 2014 04:30:00 +0000] rev 28022
Merge
Fri, 05 Dec 2014 15:41:51 -0800 8066508: JTReg tests timeout on slow devices when run using JPRT
cjplummer [Fri, 05 Dec 2014 15:41:51 -0800] rev 28021
8066508: JTReg tests timeout on slow devices when run using JPRT Summary: Fixed by increasing timeoutFactor from 1 to 4 as is done already in jdk/test/Makefile. Reviewed-by: dholmes, dcubed
Fri, 05 Dec 2014 23:21:29 +0000 Merge
coleenp [Fri, 05 Dec 2014 23:21:29 +0000] rev 28020
Merge
Fri, 05 Dec 2014 15:15:13 -0500 8066171: Out of order with Metaspace allocation lock
coleenp [Fri, 05 Dec 2014 15:15:13 -0500] rev 28019
8066171: Out of order with Metaspace allocation lock Summary: Lock resolved_references instead. Reviewed-by: twisti, sspitsyn
Fri, 05 Dec 2014 12:24:10 -0800 8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified
ccheung [Fri, 05 Dec 2014 12:24:10 -0800] rev 28018
8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified Summary: define minimum required sizes for the ro, rw, and md regions and make sure the specified sizes are not less than the minimum sizes Reviewed-by: jiangli, dholmes, mseledtsov
Thu, 04 Dec 2014 15:20:09 -0800 8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid
iklam [Thu, 04 Dec 2014 15:20:09 -0800] rev 28017
8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
Thu, 04 Dec 2014 16:16:01 +0000 Merge
kevinw [Thu, 04 Dec 2014 16:16:01 +0000] rev 28016
Merge
Thu, 04 Dec 2014 12:43:45 +0000 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
kevinw [Thu, 04 Dec 2014 12:43:45 +0000] rev 28015
8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: sla, dsamersoff
Wed, 03 Dec 2014 17:12:25 +0100 8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity
mgronlun [Wed, 03 Dec 2014 17:12:25 +0100] rev 28014
8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity Reviewed-by: mgronlun, simonis Contributed-by: thomas.stuefe@sap.com
Thu, 18 Dec 2014 19:57:49 -0800 Added tag jdk9-b43 for changeset c12e49897c5a
lana [Thu, 18 Dec 2014 19:57:49 -0800] rev 28013
Added tag jdk9-b43 for changeset c12e49897c5a
Tue, 23 Dec 2014 13:56:51 -0800 Merge
lana [Tue, 23 Dec 2014 13:56:51 -0800] rev 28012
Merge
Thu, 18 Dec 2014 13:56:46 -0800 8067898: Disable verify-modules until JDK-8067479 is resolved
mchung [Thu, 18 Dec 2014 13:56:46 -0800] rev 28011
8067898: Disable verify-modules until JDK-8067479 is resolved Reviewed-by: ksrini
Wed, 17 Dec 2014 16:36:21 -0800 8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk
mchung [Wed, 17 Dec 2014 16:36:21 -0800] rev 28010
8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk Reviewed-by: erikj
Mon, 15 Dec 2014 17:49:56 -0800 8067631: hgforest.sh mishandles arguments with spaces
smarks [Mon, 15 Dec 2014 17:49:56 -0800] rev 28009
8067631: hgforest.sh mishandles arguments with spaces Reviewed-by: chegar
Tue, 16 Dec 2014 12:53:25 +0100 8067442: Tests using -Xshare:dump does not work with 'make test'
ehelin [Tue, 16 Dec 2014 12:53:25 +0100] rev 28008
8067442: Tests using -Xshare:dump does not work with 'make test' Reviewed-by: erikj, dholmes
Tue, 16 Dec 2014 11:28:34 +0100 8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 )
alundblad [Tue, 16 Dec 2014 11:28:34 +0100] rev 28007
8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 ) Summary: Trims whitespace of arguments in OptionOnly, OptionPair and OptionTrip. Reviewed-by: erikj
Mon, 15 Dec 2014 13:09:39 -0800 8065673: XML Test Colo: Add test build system for JAXP tests
joehw [Mon, 15 Dec 2014 13:09:39 -0800] rev 28006
8065673: XML Test Colo: Add test build system for JAXP tests Reviewed-by: alanb, joehw Contributed-by: tristan.yan@oracle.com
Mon, 15 Dec 2014 10:29:41 -0800 8067360: verify-modules target was dropped in jdk9 b41
mchung [Mon, 15 Dec 2014 10:29:41 -0800] rev 28005
8067360: verify-modules target was dropped in jdk9 b41 Reviewed-by: alanb, erikj
Fri, 12 Dec 2014 15:38:57 +0100 8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
sgehwolf [Fri, 12 Dec 2014 15:38:57 +0100] rev 28004
8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures Reviewed-by: simonis, tbell, erikj
Fri, 12 Dec 2014 15:33:10 +0100 8067254: No debug symbols in JPRT Windows builds
erikj [Fri, 12 Dec 2014 15:33:10 +0100] rev 28003
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
Thu, 18 Dec 2014 19:57:47 -0800 Added tag jdk9-b43 for changeset 2d5bf96c8f17
lana [Thu, 18 Dec 2014 19:57:47 -0800] rev 28002
Added tag jdk9-b43 for changeset 2d5bf96c8f17
Wed, 05 Jul 2017 20:11:08 +0200 Added tag jdk9-b43 for changeset 6494b13f88a8
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28001
Added tag jdk9-b43 for changeset 6494b13f88a8
Wed, 05 Jul 2017 20:11:08 +0200 Merge jdk9-b43
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28000
Merge
Wed, 05 Jul 2017 20:11:04 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:04 +0200] rev 27999
Merge
Thu, 11 Dec 2014 12:26:42 -0800 Merge
lana [Thu, 11 Dec 2014 12:26:42 -0800] rev 27998
Merge
Wed, 10 Dec 2014 21:45:39 +0200 8065360: Implement a test that checks possibilty of class members to be imported
aeremeev [Wed, 10 Dec 2014 21:45:39 +0200] rev 27997
8065360: Implement a test that checks possibilty of class members to be imported Reviewed-by: jlahoda, anazarov
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip