serb [Fri, 05 Dec 2014 12:41:29 +0300] rev 28086
8059998: Broken link in java.awt.event Interface KeyListener
Reviewed-by: ant, alexsch
prr [Wed, 03 Dec 2014 11:52:40 -0800] rev 28085
Merge
serb [Wed, 03 Dec 2014 18:04:50 +0300] rev 28084
8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
Reviewed-by: azvegint, alexsch
serb [Wed, 03 Dec 2014 15:43:25 +0300] rev 28083
6345095: regression test EmptyClipRenderingTest fails
Reviewed-by: azvegint, alexsch
alexsch [Wed, 03 Dec 2014 14:25:49 +0300] rev 28082
8066142: Edit the value in the text field and then press the tab key, the number don't increase
Reviewed-by: serb, azvegint
azvegint [Tue, 02 Dec 2014 12:48:49 +0300] rev 28081
8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
Reviewed-by: alexsch, serb
azvegint [Tue, 02 Dec 2014 12:47:12 +0300] rev 28080
8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
Reviewed-by: alexsch, serb
azvegint [Tue, 02 Dec 2014 12:45:40 +0300] rev 28079
8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
Reviewed-by: alexsch, serb
serb [Sun, 30 Nov 2014 15:43:08 +0300] rev 28078
8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
Reviewed-by: azvegint, alexsch
alexsch [Fri, 28 Nov 2014 19:17:00 +0400] rev 28077
8031696: [macosx] TwentyThousandTest test failed with OOM
Reviewed-by: serb, pchelko
serb [Fri, 28 Nov 2014 14:03:56 +0300] rev 28076
8059944: [OGL] Metrics for a method choice copying of texture should be improved
Reviewed-by: bae, prr
serb [Fri, 28 Nov 2014 13:55:09 +0300] rev 28075
8061832: J2DBench can be improved
Reviewed-by: prr, bae
serb [Fri, 28 Nov 2014 10:42:03 +0000] rev 28074
8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
alexsch [Thu, 27 Nov 2014 14:27:46 +0300] rev 28073
8065098: JColorChooser no longer supports drag and drop between two JVM instances
Reviewed-by: serb, pchelko
prr [Tue, 25 Nov 2014 12:14:42 -0800] rev 28072
Merge
yan [Fri, 21 Nov 2014 16:11:03 +0300] rev 28071
8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing
8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases
8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease
Reviewed-by: alexsch, pchelko
pchelko [Wed, 19 Nov 2014 16:42:19 +0400] rev 28070
8058193: [macosx] Potential incomplete fix for JDK-8031485
Reviewed-by: alexsch, serb
avstepan [Wed, 19 Nov 2014 14:12:59 +0400] rev 28069
8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6
Reviewed-by: pchelko
avstepan [Tue, 18 Nov 2014 17:10:34 +0400] rev 28068
8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
Summary: Some new tests to check FileDialog modality behavior
Reviewed-by: alexsch, pchelko
avstepan [Tue, 18 Nov 2014 16:32:04 +0400] rev 28067
8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9
Summary: Some modality tests for Print dialog were added
Reviewed-by: pchelko
dfuchs [Tue, 16 Dec 2014 17:32:56 +0100] rev 28066
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
Summary: This test use the jrt:/ file system to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible.
Reviewed-by: coffeys, dholmes, plevart
prappo [Tue, 16 Dec 2014 12:43:36 +0000] rev 28065
8066867: Add InputStream transferTo to transfer content to an OutputStream
Reviewed-by: chegar
Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>, Patrick Reinhart <patrick@reini.net>, Pavel Rappo <pavel.rappo@oracle.com>
sherman [Tue, 16 Dec 2014 04:58:34 +0000] rev 28064
8067289: Fix deprecation warnings in java.base module - CRC32C
Summary: to remove the deprecation warning in CRC32C class
Reviewed-by: darcy
Contributed-by: staffan.friberg@oracle.com
rriggs [Mon, 15 Dec 2014 17:36:20 -0500] rev 28063
8067486: Add diagnostics for Exception: Read from closed pipe hang
Reviewed-by: lancea
bpb [Mon, 15 Dec 2014 12:09:49 -0800] rev 28062
8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
Summary: If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error.
Reviewed-by: alanb
sjiang [Mon, 15 Dec 2014 19:21:59 +0100] rev 28061
8067241: DeadlockTest.java failed with negative timeout value
Reviewed-by: dfuchs, sspitsyn
chegar [Sat, 13 Dec 2014 20:22:21 +0000] rev 28060
8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
Reviewed-by: chegar, prappo
Contributed-by: Amy Lu <amy.lu@oracle.com>
martin [Thu, 30 Oct 2014 07:31:41 -0700] rev 28059
8067377: My hobby: caning, then then canning, the the can-can
Summary: Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
rriggs [Fri, 12 Dec 2014 15:07:00 -0500] rev 28058
8056238: (process) ProcessBuilder.redirectError spec has a broken link
Reviewed-by: lancea
martin [Wed, 10 Dec 2014 09:23:00 -0800] rev 28057
8065804: JEP 171: Clarifications/corrections for fence intrinsics
Reviewed-by: dholmes, shade, dl, psandoz
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 28056
8065172: More core reflection final and volatile annotations
Summary: more fiddling with "final" and "volatile" field modifiers
Reviewed-by: jfranck, plevart, psandoz
erikj [Fri, 12 Dec 2014 15:35:21 +0100] rev 28055
8067254: No debug symbols in JPRT Windows builds
Reviewed-by: tbell
sjiang [Fri, 12 Dec 2014 14:31:26 +0100] rev 28054
8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
Reviewed-by: dfuchs
smarks [Thu, 11 Dec 2014 18:40:05 -0800] rev 28053
8066633: Fix deprecation warnings in java.rmi module
Reviewed-by: darcy, lancea
lana [Thu, 18 Dec 2014 19:57:52 -0800] rev 28052
Added tag jdk9-b43 for changeset 52310706ed47
duke [Wed, 05 Jul 2017 20:11:32 +0200] rev 28051
Merge
lana [Tue, 23 Dec 2014 13:57:53 -0800] rev 28050
Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28049
Merge
anoll [Thu, 11 Dec 2014 16:22:47 -0800] rev 28048
Merge
roland [Wed, 10 Dec 2014 16:45:55 +0100] rev 28047
8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
Summary: -XX:+TraceDeoptimization tries to print realloc'ed objects even when there are none
Reviewed-by: kvn
iveresov [Tue, 09 Dec 2014 21:33:51 +0000] rev 28046
Merge
iveresov [Tue, 09 Dec 2014 12:25:38 -0800] rev 28045
8066900: Array Out Of Bounds Exception causes variable corruption
Summary: Fix FP registers save/restore during exception handling
Reviewed-by: kvn, vlivanov
roland [Tue, 09 Dec 2014 18:49:13 +0100] rev 28044
8066103: C2's range check smearing allows out of bound array accesses
Summary: range check smearing uncorrectly adjust first range check in a list of range checks to cover all of them
Reviewed-by: jrose, kvn, iveresov
iignatyev [Tue, 09 Dec 2014 14:49:27 +0000] rev 28043
Merge
iignatyev [Tue, 09 Dec 2014 17:31:40 +0300] rev 28042
8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
Reviewed-by: kvn, dholmes, iignatyev
Contributed-by: tatiana.pivovarova@oracle.com
roland [Fri, 05 Dec 2014 18:03:15 +0100] rev 28041
8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead.
Reviewed-by: kvn
iignatyev [Mon, 08 Dec 2014 18:21:02 +0300] rev 28040
8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
Reviewed-by: kvn, thartmann
Contributed-by: tatiana.pivovarova@oracle.com
roland [Tue, 25 Nov 2014 17:33:59 +0100] rev 28039
6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes
Reviewed-by: kvn, jrose
adlertz [Fri, 05 Dec 2014 15:16:01 +0100] rev 28038
Merge
roland [Thu, 04 Dec 2014 14:11:11 +0000] rev 28037
Merge
roland [Thu, 04 Dec 2014 14:34:11 +0100] rev 28036
8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing
Reviewed-by: kvn, jrose
jwilhelm [Thu, 11 Dec 2014 20:39:25 +0100] rev 28035
Merge
jwilhelm [Thu, 11 Dec 2014 02:43:50 +0100] rev 28034
6522873: Java not print "Unrecognized option" when it is invalid option.
Summary: Introduced a new version of match_option() that don't allow a tail after the flag name and used it for flags without extra arguments
Reviewed-by: dholmes, dcubed
brutisso [Wed, 10 Dec 2014 11:32:22 +0100] rev 28033
8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
Reviewed-by: kbarrett, tschatzl
brutisso [Wed, 10 Dec 2014 11:31:43 +0100] rev 28032
8066781: Minor cleanups to TenuredGeneration
Reviewed-by: kbarrett, tschatzl
brutisso [Wed, 10 Dec 2014 11:30:46 +0100] rev 28031
8066780: Split CardGeneration out to its own file
Reviewed-by: kbarrett, tschatzl
tschatzl [Tue, 09 Dec 2014 12:47:19 +0100] rev 28030
8066102: Clean up HeapRegionRemSet files
Summary: Remove dead code, tighten public interfaces and improve documentation in the HeapRegionRemSet implementation.
Reviewed-by: mgerdin, kbarrett
jwilhelm [Mon, 08 Dec 2014 18:52:03 +0100] rev 28029
Merge
stefank [Mon, 08 Dec 2014 15:17:39 +0000] rev 28028
Merge
stefank [Fri, 05 Dec 2014 21:16:45 +0100] rev 28027
8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
Reviewed-by: coleenp, hseigel, poonam
ehelin [Tue, 02 Dec 2014 09:53:30 +0100] rev 28026
8059066: CardTableModRefBS might commit the same page twice
Reviewed-by: tschatzl, kbarrett, jmasa
brutisso [Thu, 04 Dec 2014 09:43:12 +0000] rev 28025
Merge
sfriberg [Wed, 03 Dec 2014 09:27:24 -0800] rev 28024
8066441: Add PLAB trace event
Reviewed-by: tschatzl, ehelin, egahlin
minqi [Mon, 08 Dec 2014 00:15:55 -0800] rev 28023
Merge