dholmes [Mon, 03 Aug 2015 16:54:08 -0400] rev 32080
8080298: Clean up os::...::supports_variable_stack_size()
Reviewed-by: kbarrett, simonis, stuefe, coleenp
sla [Mon, 03 Aug 2015 11:12:57 +0200] rev 32079
8132876: Increase PerfDataMemorySize to 64K
Reviewed-by: sspitsyn
jiangli [Fri, 31 Jul 2015 16:00:26 -0400] rev 32078
Merge
jbachorik [Fri, 31 Jul 2015 15:36:19 +0200] rev 32077
8129976: RunFinalizationTest.java times out frequently
Reviewed-by: sspitsyn
minqi [Fri, 31 Jul 2015 07:11:11 +0000] rev 32076
Merge
minqi [Fri, 31 Jul 2015 06:13:13 +0000] rev 32075
Merge
minqi [Wed, 29 Jul 2015 15:08:42 -0700] rev 32074
8132242: LogTouchedMethods (8025692) asserts if TieredCompilation is off.
Summary: LogTouchedMethods causes the template interpreter to generate profiling code even if no compiler is used. If TieredCompilation is off, code containing an assertion that checks that UseCompiler is set, is reached. This assertion exists on the sparc and ppc platforms.
Reviewed-by: simonis, iklam, minqi
Contributed-by: goetz.lindenmaier@sap.com
dsamersoff [Thu, 30 Jul 2015 16:23:03 +0000] rev 32073
Merge
dsamersoff [Thu, 30 Jul 2015 16:26:00 +0300] rev 32072
8059036: Implement Diagnostic Commands for heap and finalizerinfo
Summary: Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: sla, plevart, mchung
akulyakh [Thu, 30 Jul 2015 12:41:39 +0300] rev 32071
8130527: Serviceability tests fails with Can't attach to process
Summary: A helper method changed to provide workaround for 8132539
Reviewed-by: jbachorik
jmanson [Wed, 29 Jul 2015 22:59:03 -0400] rev 32070
6661889: thread id on Linux is inconsistent in error and log outputs
Reviewed-by: dholmes, kvn
katleman [Thu, 13 Aug 2015 12:20:05 -0700] rev 32069
Added tag jdk9-b77 for changeset f057c3f8e4d2
lana [Thu, 13 Aug 2015 14:14:42 -0700] rev 32068
Merge
sundar [Thu, 13 Aug 2015 19:09:59 +0530] rev 32067
8133347: Add makefiles support and basic session, persistence history navigation with jline
Reviewed-by: erikj, jlahoda, jlaskey
jlahoda [Mon, 10 Aug 2015 09:47:35 +0200] rev 32066
8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes
Summary: Need to specify empty -extdirs and -endorseddirs to javac to avoid loading of boot JDK classes during build.
Reviewed-by: tbell, coffeys, jjg, henryjen
katleman [Thu, 13 Aug 2015 12:20:03 -0700] rev 32065
Added tag jdk9-b77 for changeset 05020a092c0f
duke [Wed, 05 Jul 2017 20:45:01 +0200] rev 32064
Added tag jdk9-b77 for changeset c25e882cee96
duke [Wed, 05 Jul 2017 20:45:01 +0200] rev 32063
Merge
duke [Wed, 05 Jul 2017 20:44:57 +0200] rev 32062
Merge
lana [Thu, 06 Aug 2015 11:18:34 -0700] rev 32061
Merge
alundblad [Thu, 06 Aug 2015 12:19:25 +0200] rev 32060
8130887: com/sun/tools/sjavac/pubapi/PubApiTypeParam.java has no copyright header
Summary: Added copyright header to PubApiTypeParam.java
Reviewed-by: jlahoda
jlahoda [Mon, 03 Aug 2015 13:28:39 +0200] rev 32059
8131915: CompletionFailure during import listing crashes javac
Summary: Handling CompletionFailures during import listing properly.
Reviewed-by: mcimadamore
katleman [Thu, 06 Aug 2015 08:07:41 -0700] rev 32058
Added tag jdk9-b76 for changeset 72b69ab429c9
duke [Wed, 05 Jul 2017 20:44:54 +0200] rev 32057
Merge
katleman [Thu, 06 Aug 2015 08:07:38 -0700] rev 32056
Added tag jdk9-b76 for changeset 759a2264cea4
duke [Wed, 05 Jul 2017 20:44:51 +0200] rev 32055
Merge
lana [Thu, 06 Aug 2015 11:17:57 -0700] rev 32054
Merge
dfuchs [Fri, 31 Jul 2015 12:05:46 +0200] rev 32053
8130058: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/Process.java
Summary: com/sun/org/apache/xalan/internal/xslt/Process.java removed. A copy modified to not depend on internal APIs is put in test/javax/xml/jaxp/internaltest/javax/xml/transform/cli/ProcessXSLT.java. The CLITest is preserved and uses that new copy.
Reviewed-by: joehw, lancea
katleman [Thu, 06 Aug 2015 08:07:38 -0700] rev 32052
Added tag jdk9-b76 for changeset f2d6d8d04628
duke [Wed, 05 Jul 2017 20:44:47 +0200] rev 32051
Merge
lana [Thu, 06 Aug 2015 11:20:39 -0700] rev 32050
Merge
sundar [Thu, 06 Aug 2015 21:50:42 +0530] rev 32049
8133119: Error message associated with TypeError for call and new should include stringified Node
Reviewed-by: attila, mhaupt