simonis [Fri, 29 Aug 2014 12:02:20 +0200] rev 26130
8056246: Fix AIX build after the Modular Source Code change 8054834
Reviewed-by: erikj, ihse
erikj [Wed, 27 Aug 2014 11:19:01 +0200] rev 26129
8055922: Work around sjavac limitation with public api tracking cross modules
Reviewed-by: ihse
erikj [Wed, 27 Aug 2014 11:12:15 +0200] rev 26128
8056062: Additional minor cleanups from source restructure build changes
Reviewed-by: alanb, tbell
erikj [Wed, 27 Aug 2014 10:59:59 +0200] rev 26127
8056064: Fix corba locale build problem on windows
Reviewed-by: alanb, tbell
mchung [Tue, 26 Aug 2014 14:35:19 -0700] rev 26126
8055230: Rename attach provider implementation class be platform neutral
Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
amurillo [Fri, 22 Aug 2014 10:03:17 -0700] rev 26125
Merge
kvn [Thu, 21 Aug 2014 15:37:51 -0700] rev 26124
Merge
mduigou [Wed, 13 Aug 2014 19:39:05 +0000] rev 26123
8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds
Reviewed-by: dholmes
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>
sspitsyn [Wed, 20 Aug 2014 17:05:59 -0700] rev 26121
Merge
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
erikj [Fri, 22 Aug 2014 11:51:33 +0200] rev 26119
8055096: Remove explicit mx flag from javadoc command line
Reviewed-by: tbell, mduigou
mduigou [Thu, 21 Aug 2014 10:23:20 -0700] rev 26118
8055331: cleaner handling of sub-process non-zero exit result.
Reviewed-by: tbell
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
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
erikj [Thu, 21 Aug 2014 11:05:01 +0200] rev 26115
8055188: General cleanup of minor issues from source restructure
Reviewed-by: tbell
katleman [Fri, 29 Aug 2014 11:30:33 -0700] rev 26114
Added tag jdk9-b28 for changeset a4a81944aedd
duke [Wed, 05 Jul 2017 19:57:58 +0200] rev 26113
Added tag jdk9-b28 for changeset f4269e8f454e
duke [Wed, 05 Jul 2017 19:57:57 +0200] rev 26112
Merge
duke [Wed, 05 Jul 2017 19:57:53 +0200] rev 26111
Merge
lana [Thu, 28 Aug 2014 14:53:49 -0700] rev 26110
Merge
ksrini [Tue, 19 Aug 2014 15:34:01 -0700] rev 26109
8055501: [javac] ignore test/tools/javac/Paths/AbsolutePathTest.java
Reviewed-by: jjg
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
chegar [Mon, 18 Aug 2014 10:59:44 +0100] rev 26107
Merge
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
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
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
jjg [Wed, 13 Aug 2014 15:47:58 -0700] rev 26103
8055076: fix test failures in classfile tests
Reviewed-by: darcy
emc [Wed, 13 Aug 2014 21:58:29 +0000] rev 26102
Merge
aeremeev [Tue, 12 Aug 2014 13:24:40 +0400] rev 26101
8042251: Implement classfile tests for InnerClasses attribute.
Reviewed-by: jjg, anazarov, shurailine