alexsch [Fri, 16 Jan 2015 19:11:10 +0400] rev 28986
8068040: [macosx] Combo box consuming ENTER key
Reviewed-by: serb, azvegint
azvegint [Fri, 16 Jan 2015 13:53:44 +0300] rev 28985
8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
Reviewed-by: alexsch, serb
erikj [Thu, 15 Jan 2015 16:52:10 +0100] rev 28984
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
Reviewed-by: tbell, ihse
neugens [Wed, 14 Jan 2015 14:52:39 +0100] rev 28983
8067364: Printing to Postscript doesn't support dieresis
Summary: Fix regression caused by fix for 8023990
Reviewed-by: bae, prr
Contributed-by: neugens@redhat.com, philip.race@oracle.com
serb [Tue, 13 Jan 2015 17:10:28 +0300] rev 28982
6475361: Attempting to remove help menu from java.awt.MenuBar throws NullPointerException
Reviewed-by: azvegint, ant
serb [Tue, 13 Jan 2015 16:09:21 +0300] rev 28981
6459800: Some Swing classes violate encapsulation by returning internal Insets
Reviewed-by: azvegint, alexsch
serb [Tue, 13 Jan 2015 16:06:28 +0300] rev 28980
6573305: Animated icon is not visible by click on menu
Reviewed-by: azvegint, alexsch
serb [Tue, 13 Jan 2015 16:04:22 +0300] rev 28979
6338077: link back to self in javadoc JTextArea.replaceRange()
Reviewed-by: azvegint, alexsch
azvegint [Tue, 13 Jan 2015 12:44:55 +0300] rev 28978
8068305: [TEST_BUG] Test java/awt/Mixing/HWDisappear.java fails with GTKL&F
Reviewed-by: alexsch, serb
prr [Mon, 12 Jan 2015 12:52:39 -0800] rev 28977
Merge
darcy [Mon, 12 Jan 2015 11:46:43 -0800] rev 28976
8055059: JDK9b22 public API exposes package private classes
Reviewed-by: serb, prr, alexsch
serb [Mon, 12 Jan 2015 16:26:58 +0300] rev 28975
8068374: setAlignmentX, setAlignmentY, getAlignmentX, getAlignmentY javadoc of JComponent
Reviewed-by: azvegint, alexsch
juh [Tue, 17 Feb 2015 10:48:24 -0800] rev 28974
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
Reviewed-by: mullan
bpb [Tue, 17 Feb 2015 09:18:27 -0800] rev 28973
8073207: javadoc typos in java.nio.channels.Pipe
Summary: Correct the verbiage as suggested.
Reviewed-by: alanb
sla [Tue, 17 Feb 2015 10:09:26 +0100] rev 28972
8025636: Hide lambda proxy frames in stacktraces
Reviewed-by: jrose, forax, jfranck, vlivanov
lpriima [Mon, 16 Feb 2015 19:16:50 -0500] rev 28971
8073124: Tune test and document TimSort runs length stack size increase
Reviewed-by: dholmes
robm [Mon, 16 Feb 2015 22:57:17 +0000] rev 28970
8067846: (sctp) InternalError when receiving SendFailedNotification
Reviewed-by: chegar
sherman [Mon, 16 Feb 2015 14:53:59 -0800] rev 28969
8073152: Update Standard/ExtendedCharsets to work with module system
Summary: to reorganize the standard and extendec charset configuration during build time
Reviewed-by: alanb
alanb [Mon, 16 Feb 2015 18:30:16 +0000] rev 28968
8068680: Move java.transaction to the ext class loader
Reviewed-by: lancea, mchung
msheppar [Mon, 16 Feb 2015 00:10:42 +0000] rev 28967
8068682: Deprivilege/move java.corba to the ext class loader
Reviewed-by: alanb, mchung
ascarpino [Fri, 13 Feb 2015 10:44:53 -0800] rev 28966
8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
Reviewed-by: mullan
simonis [Fri, 13 Feb 2015 19:14:44 +0100] rev 28965
8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB
Reviewed-by: serb
psandoz [Fri, 13 Feb 2015 11:13:30 +0100] rev 28964
8069325: Pattern.splitAsStream does not return input if it is empty and there is no match
Reviewed-by: sherman
psandoz [Fri, 13 Feb 2015 11:13:27 +0100] rev 28963
8071670: java.util.Optional: please add a way to specify if-else behavior
Reviewed-by: dfuchs, lowasser
weijun [Fri, 13 Feb 2015 11:03:57 +0800] rev 28962
8071338: Move policytool from JRE to JDK
Reviewed-by: alanb, erikj, ihse, mchung
katleman [Thu, 19 Feb 2015 11:24:03 -0800] rev 28961
Added tag jdk9-b51 for changeset 0584b09d5a1d
duke [Wed, 05 Jul 2017 20:20:17 +0200] rev 28960
Merge
lana [Thu, 19 Feb 2015 16:37:05 -0800] rev 28959
Merge
amurillo [Mon, 16 Feb 2015 08:47:39 -0800] rev 28958
Merge
ctornqvi [Fri, 13 Feb 2015 05:17:41 -0800] rev 28957
Merge
dfuchs [Wed, 11 Feb 2015 17:41:55 +0100] rev 28956
8072482: Cleanup: In jvm.cpp and other shared files declaration of 64bits constants should use the CONST64/UCONST64 macros instead of the LL suffix
Reviewed-by: dholmes, coleenp
psandoz [Tue, 10 Feb 2015 22:22:36 +0000] rev 28955
Merge
psandoz [Tue, 10 Feb 2015 21:32:05 +0100] rev 28954
8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
Reviewed-by: kvn, vlivanov
coleenp [Tue, 10 Feb 2015 15:10:47 -0500] rev 28953
8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size
Summary: Need ThreadCritical lock around chunk pool cleaning and copying for snapshot
Reviewed-by: lfoltan, gtriantafill, hseigel
psandoz [Tue, 10 Feb 2015 16:53:00 +0000] rev 28952
Merge
psandoz [Tue, 10 Feb 2015 14:10:43 +0100] rev 28951
8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
Reviewed-by: dholmes, kvn, vlivanov
hseigel [Tue, 10 Feb 2015 09:25:00 -0500] rev 28950
8072694: Need errno info when CDS archive creation fails
Summary: Add errno output to error message when CDS archive creation fails
Reviewed-by: dholmes, lfoltan
jbachorik [Tue, 02 Dec 2014 19:47:45 +0100] rev 28949
8067447: Factor out the shared implementation of the VM flags manipulation code
Reviewed-by: sla, dholmes
dcubed [Fri, 06 Feb 2015 10:40:04 -0800] rev 28948
Merge
jbachorik [Mon, 12 Jan 2015 14:05:16 +0100] rev 28947
8068976: Remove JSDT implementation
Reviewed-by: sla, mchung, dholmes
goetz [Wed, 04 Feb 2015 16:26:38 +0100] rev 28946
8072434: 8064457: introduces performance regressions in 9-b47
Reviewed-by: coleenp, kvn
sla [Thu, 05 Feb 2015 12:54:34 +0100] rev 28945
8072455: Use jtreg's requiredVersion tag in hotspot/test/TEST.ROOT
Reviewed-by: dholmes, ctornqvi
dholmes [Wed, 04 Feb 2015 21:33:22 -0500] rev 28944
8072575: Add missing test for 8065895
Reviewed-by: dholmes, gziemski
Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>
dholmes [Wed, 04 Feb 2015 18:47:42 -0500] rev 28943
8065895: Synchronous signals during error reporting may terminate or hang VM process
Reviewed-by: dholmes, gziemski
Contributed-by: Thomas Stuefe <thomas.stuefe@gmail.com>
miauno [Wed, 04 Feb 2015 16:09:49 +0100] rev 28942
8072472: serviceability/dcmd/framework/* should be quarantined
Reviewed-by: jbachorik
jwilhelm [Fri, 13 Feb 2015 01:41:06 +0100] rev 28941
Merge
mlarsson [Wed, 11 Feb 2015 14:47:21 +0100] rev 28940
8066566: Refactor ParNewGeneration to contain ParNewTracer
Reviewed-by: ehelin, kbarrett
tschatzl [Tue, 10 Feb 2015 17:41:19 -0500] rev 28939
8065093: Remove unused variable/output argument
Summary: Remove total_reserved from GenCollectedHeap::initialize and ::allocate
Reviewed-by: tschatzl, kbarrett
Contributed-by: tom.benson@oracle.com
tschatzl [Tue, 10 Feb 2015 15:44:42 -0500] rev 28938
8072056: Remove unnecessary header file #include
Summary: tenuredGeneration.cpp needlessly includes parGCAllocBuffer.hpp
Reviewed-by: tschatzl, kbarrett, jprovino
Contributed-by: tom.benson@oracle.com
jwilhelm [Mon, 09 Feb 2015 17:38:42 +0100] rev 28937
8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
Summary: Changed to a more generic description.
Reviewed-by: mgerdin, tschatzl
skovalev [Mon, 09 Feb 2015 09:51:12 +0300] rev 28936
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
Reviewed-by: jwilhelm, iignatyev
mgerdin [Fri, 06 Feb 2015 16:24:25 +0100] rev 28935
8072693: [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
Reviewed-by: jwilhelm, tschatzl
vlivanov [Thu, 12 Feb 2015 13:55:54 -0800] rev 28934
Merge
roland [Mon, 09 Feb 2015 13:45:59 +0100] rev 28933
8071821: Assert failed in UnexpectedDeoptimizationTest.java
Summary: assert fires in case of concurrent initialization of ciInstanceKlass::_has_injected_fields
Reviewed-by: kvn
roland [Mon, 09 Feb 2015 15:10:58 +0100] rev 28932
8072016: Array copy may cause infinite cycle of deoptimization/compilation
Summary: Infinite deoptimization/recompilation cycles in case of arraycopy with tightly coupled allocation
Reviewed-by: kvn, vlivanov
roland [Fri, 06 Feb 2015 13:50:44 +0100] rev 28931
8071999: SA's buildreplayjars fail with exception
Summary: support default methods when dumping classes in SA
Reviewed-by: vlivanov, kvn, dsamersoff
roland [Fri, 30 Jan 2015 15:23:41 +0100] rev 28930
8071533: assert(n0->is_Call()) failed: expect a call here
Summary: remove_dead_region() call missing from ArrayCopyNode::Ideal()
Reviewed-by: kvn, vlivanov
pchistyakov [Fri, 30 Jan 2015 20:45:18 +0300] rev 28929
8068003: compiler/whitebox/DeoptimizeFramesTest.java fails: compilation 48 can't be available
Summary: disabled DeoptimizeALot for test runs
Reviewed-by: kvn
zmajo [Fri, 06 Feb 2015 18:16:55 +0100] rev 28928
8072398: assert fails in L1RGenerator::increment_event_counter_impl
Summary: Change scaling code to allow scaling with 0.0; change set_tiered_flags() to treat CompileThresholdScaling==0.0 in a special way.
Reviewed-by: kvn, iveresov
goetz [Fri, 30 Jan 2015 12:53:56 +0100] rev 28927
8071996: split_if accesses NULL region of ConstraintCast
Reviewed-by: kvn
anoll [Tue, 03 Feb 2015 09:56:21 +0000] rev 28926
Merge
anoll [Tue, 03 Feb 2015 10:30:16 +0100] rev 28925
8068440: Test6857159.java times out
Summary: Replace shell script with Java-only code
Reviewed-by: kvn, iignatyev
dlong [Mon, 02 Feb 2015 23:26:33 -0500] rev 28924
8069030: support new PTRACE_GETREGSET
Summary: use PTRACE_GETREGSET if other options are not available
Reviewed-by: sla, dholmes
thartmann [Mon, 02 Feb 2015 14:35:24 +0000] rev 28923
Merge