bpb [Mon, 10 Aug 2015 17:26:55 -0700] rev 32099
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
Summary: Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
darcy [Mon, 10 Aug 2015 16:28:31 -0700] rev 32098
8133231: Mark TimeoutLockLoops.java as failing intermittently
Reviewed-by: lancea
bpb [Mon, 10 Aug 2015 10:50:24 -0700] rev 32097
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
Summary: Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
bpb [Fri, 07 Aug 2015 16:09:10 -0700] rev 32096
8133207: ParallelProbes.java test fails after changes for JDK-8080115
Summary: Do not run in othervm mode.
Reviewed-by: darcy, rriggs
bpb [Fri, 07 Aug 2015 07:10:44 -0700] rev 32095
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
Summary: Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
simonis [Fri, 07 Aug 2015 10:25:19 +0200] rev 32094
8132551: Initialize local varibales before returning them in p11_convert.c
Reviewed-by: wetmore
naoto [Thu, 06 Aug 2015 18:20:11 -0700] rev 32093
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
Reviewed-by: okutsu
katleman [Thu, 13 Aug 2015 12:20:07 -0700] rev 32092
Added tag jdk9-b77 for changeset c02e2d8c7f9f
duke [Wed, 05 Jul 2017 20:45:16 +0200] rev 32091
Merge
lana [Thu, 13 Aug 2015 14:15:23 -0700] rev 32090
Merge
amurillo [Thu, 06 Aug 2015 13:00:44 -0700] rev 32089
Merge
rbackman [Thu, 06 Aug 2015 16:28:08 +0000] rev 32088
Merge
roland [Tue, 04 Aug 2015 13:41:09 +0200] rev 32087
Merge
adinn [Mon, 03 Aug 2015 05:05:40 -0400] rev 32086
8132875: AArch64: Fix error introduced into AArch64 CodeCache by commit for 8130309
Summary: The fix for issue 8130309 introduced several errors into the AArch64 codecache routines
Reviewed-by: aph, thartmann, kvn
zmajo [Mon, 03 Aug 2015 09:39:29 +0200] rev 32085
8132457: Unify command-line flags controlling the usage of compiler intrinsics
Summary: Cleanup processing of command-line flags controlling intrinsics.
Reviewed-by: kvn
mhaupt [Wed, 18 Mar 2015 16:16:30 +0100] rev 32084
8004073: Implement C2 Ideal node specific dump() method
Summary: add Node::dump_rel() to dump a node and its related nodes (the notion of "related" depends on the node at hand); add Node::dump_comp() to dump a node in compact representation; add Node::dump_rel_comp() to dump a node and its related nodes in compact representation; add the required machinery; extend some C2 IR nodes with compact and related dumping
Reviewed-by: kvn, roland
roland [Wed, 29 Jul 2015 12:33:48 +0200] rev 32083
8132525: java -client -XX:+TieredCompilation -XX:CICompilerCount=1 -version asserts since 8130858
Summary: TieredCompilation not validated when CICompilerCount is processed
Reviewed-by: kvn, gziemski
thartmann [Wed, 29 Jul 2015 08:05:21 +0200] rev 32082
8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
Summary: Check for failed expansion of stub section in code buffer and bailout.
Reviewed-by: kvn, adinn, dlong, roland, twisti
brutisso [Tue, 04 Aug 2015 12:58:54 +0200] rev 32081
8132953: imageDecompressor.hpp should not include precompiled.hpp
Reviewed-by: dholmes
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
sundar [Tue, 04 Aug 2015 18:18:54 +0530] rev 32048
8073733: TypeError messages with "call" and "new" could be improved
Reviewed-by: attila, mhaupt
katleman [Thu, 06 Aug 2015 08:07:42 -0700] rev 32047
Added tag jdk9-b76 for changeset c9b05353a293
duke [Wed, 05 Jul 2017 20:44:43 +0200] rev 32046
Merge
katleman [Thu, 06 Aug 2015 08:07:36 -0700] rev 32045
Added tag jdk9-b76 for changeset 275be672e934
duke [Wed, 05 Jul 2017 20:44:40 +0200] rev 32044
Merge
sherman [Thu, 06 Aug 2015 21:56:31 +0000] rev 32043
8080252: java.util.Formatter documentation of %n converter is misleading
Summary: to correct the %n ref to System.lineSeparator()
Reviewed-by: smarks, rriggs
bpb [Thu, 06 Aug 2015 12:35:59 -0700] rev 32042
8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
Summary: Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar
rriggs [Thu, 06 Aug 2015 14:35:04 -0400] rev 32041
8133022: Instant.toEpochMilli() silently overflows
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
lana [Thu, 06 Aug 2015 11:19:53 -0700] rev 32040
Merge