Thu, 21 Aug 2014 15:37:51 -0700 Merge
kvn [Thu, 21 Aug 2014 15:37:51 -0700] rev 26124
Merge
Wed, 13 Aug 2014 19:39:05 +0000 8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds
mduigou [Wed, 13 Aug 2014 19:39:05 +0000] rev 26123
8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds Reviewed-by: dholmes
Tue, 05 Aug 2014 09:05:51 +0200 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
anoll [Tue, 05 Aug 2014 09:05:51 +0200] rev 26122
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx Summary: Modify hotspot/make/jprt.properties and make/jprt.properties on the top level to add/remove the relevant platforms. Reviewed-by: kvn, roland Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
Wed, 20 Aug 2014 17:05:59 -0700 Merge
sspitsyn [Wed, 20 Aug 2014 17:05:59 -0700] rev 26121
Merge
Mon, 18 Aug 2014 14:30:35 -0700 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi [Mon, 18 Aug 2014 14:30:35 -0700] rev 26120
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job Summary: JPRT will now run most of the tests in /runtime Reviewed-by: dcubed, mseledtsov, zgu, mikael
Fri, 22 Aug 2014 11:51:33 +0200 8055096: Remove explicit mx flag from javadoc command line
erikj [Fri, 22 Aug 2014 11:51:33 +0200] rev 26119
8055096: Remove explicit mx flag from javadoc command line Reviewed-by: tbell, mduigou
Thu, 21 Aug 2014 10:23:20 -0700 8055331: cleaner handling of sub-process non-zero exit result.
mduigou [Thu, 21 Aug 2014 10:23:20 -0700] rev 26118
8055331: cleaner handling of sub-process non-zero exit result. Reviewed-by: tbell
Thu, 21 Aug 2014 10:22:52 -0700 8055772: get_source.sh : version check assumes English localization
mduigou [Thu, 21 Aug 2014 10:22:52 -0700] rev 26117
8055772: get_source.sh : version check assumes English localization Reviewed-by: mduigou, tbell Contributed-by: bitterfoxc@gmail.com
Thu, 21 Aug 2014 12:22:42 +0200 8055095: Improve "do nothing" incremental build performance after modularized source code integration
erikj [Thu, 21 Aug 2014 12:22:42 +0200] rev 26116
8055095: Improve "do nothing" incremental build performance after modularized source code integration Reviewed-by: tbell
Thu, 21 Aug 2014 11:05:01 +0200 8055188: General cleanup of minor issues from source restructure
erikj [Thu, 21 Aug 2014 11:05:01 +0200] rev 26115
8055188: General cleanup of minor issues from source restructure Reviewed-by: tbell
Fri, 29 Aug 2014 11:30:33 -0700 Added tag jdk9-b28 for changeset a4a81944aedd
katleman [Fri, 29 Aug 2014 11:30:33 -0700] rev 26114
Added tag jdk9-b28 for changeset a4a81944aedd
Wed, 05 Jul 2017 19:57:58 +0200 Added tag jdk9-b28 for changeset f4269e8f454e
duke [Wed, 05 Jul 2017 19:57:58 +0200] rev 26113
Added tag jdk9-b28 for changeset f4269e8f454e
Wed, 05 Jul 2017 19:57:57 +0200 Merge jdk9-b28
duke [Wed, 05 Jul 2017 19:57:57 +0200] rev 26112
Merge
Wed, 05 Jul 2017 19:57:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:57:53 +0200] rev 26111
Merge
Thu, 28 Aug 2014 14:53:49 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:49 -0700] rev 26110
Merge
Tue, 19 Aug 2014 15:34:01 -0700 8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java
ksrini [Tue, 19 Aug 2014 15:34:01 -0700] rev 26109
8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java Reviewed-by: jjg
Tue, 19 Aug 2014 12:13:43 +0100 8055390: IntelliJ langtools project should reflect modular source tree
mcimadamore [Tue, 19 Aug 2014 12:13:43 +0100] rev 26108
8055390: IntelliJ langtools project should reflect modular source tree Summary: Adjust langtools.iml to point to the new source trees Reviewed-by: jfranck
Mon, 18 Aug 2014 10:59:44 +0100 Merge
chegar [Mon, 18 Aug 2014 10:59:44 +0100] rev 26107
Merge
Fri, 15 Aug 2014 11:02:14 -0400 8054556: javac should report the error for default usage as the primary error
pgovereau [Fri, 15 Aug 2014 11:02:14 -0400] rev 26106
8054556: javac should report the error for default usage as the primary error Reviewed-by: jjg
Thu, 14 Aug 2014 14:17:17 +0200 8055039: Sjavac does not print compilation errors to the console
alundblad [Thu, 14 Aug 2014 14:17:17 +0200] rev 26105
8055039: Sjavac does not print compilation errors to the console Summary: Sjavac (client) now prints the result of the compilation on stdout/stderr. Reviewed-by: jfranck
Thu, 14 Aug 2014 13:05:49 +0200 8054215: Use com.sun.tools.javac.util.Assert instead of 'assert'
alundblad [Thu, 14 Aug 2014 13:05:49 +0200] rev 26104
8054215: Use com.sun.tools.javac.util.Assert instead of 'assert' Summary: Replaced assert keyword with methods from com.sun.tools.javac.util.Assert Reviewed-by: jfranck
Wed, 13 Aug 2014 15:47:58 -0700 8055076: fix test failures in classfile tests
jjg [Wed, 13 Aug 2014 15:47:58 -0700] rev 26103
8055076: fix test failures in classfile tests Reviewed-by: darcy
Wed, 13 Aug 2014 21:58:29 +0000 Merge
emc [Wed, 13 Aug 2014 21:58:29 +0000] rev 26102
Merge
Tue, 12 Aug 2014 13:24:40 +0400 8042251: Implement classfile tests for InnerClasses attribute.
aeremeev [Tue, 12 Aug 2014 13:24:40 +0400] rev 26101
8042251: Implement classfile tests for InnerClasses attribute. Reviewed-by: jjg, anazarov, shurailine
Wed, 13 Aug 2014 13:20:31 -0700 8050429: Update/cleanup ToolBox
jjg [Wed, 13 Aug 2014 13:20:31 -0700] rev 26100
8050429: Update/cleanup ToolBox Reviewed-by: vromero
Wed, 13 Aug 2014 14:25:46 -0400 8055054: Remove visitWildcard visitor method from erasure visitor
emc [Wed, 13 Aug 2014 14:25:46 -0400] rev 26099
8055054: Remove visitWildcard visitor method from erasure visitor Summary: Remove suspicious visitor method that should not be present Reviewed-by: mcimadamore
Wed, 13 Aug 2014 14:44:59 +0200 8048457: Sjavac should not use portfiles, sockets, etc if background=false
alundblad [Wed, 13 Aug 2014 14:44:59 +0200] rev 26098
8048457: Sjavac should not use portfiles, sockets, etc if background=false 8044131: Restructure client / server protocol code Summary: Changes protocol code to use Object input/output streams. Avoids spawning server if background=false. Refactors idleness checks, pooling and port file monitoring. Reviewed-by: jjg, jfranck
Tue, 12 Aug 2014 17:48:30 -0700 8049130: Group 8d - golden files for annotations test in tools/java dir
sogoel [Tue, 12 Aug 2014 17:48:30 -0700] rev 26097
8049130: Group 8d - golden files for annotations test in tools/java dir Reviewed-by: jjg
Tue, 12 Aug 2014 17:39:56 -0700 8049129: Group 8c - golden files for annotations test in tools/java dir
sogoel [Tue, 12 Aug 2014 17:39:56 -0700] rev 26096
8049129: Group 8c - golden files for annotations test in tools/java dir Reviewed-by: jjg
Tue, 12 Aug 2014 17:31:31 -0700 8049127: Group 8b - golden files for annotations test in tools/java dir
sogoel [Tue, 12 Aug 2014 17:31:31 -0700] rev 26095
8049127: Group 8b - golden files for annotations test in tools/java dir Reviewed-by: jjg
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip