aghaisas [Fri, 24 Feb 2017 15:30:14 +0530] rev 44139
6753165: java/awt/TextField/DisabledUndoTest/DisabledUndoTest.html context menu can't be invoked on textfield
Reviewed-by: serb, arapte
Contributed-by: rahul.d.singh@oracle.com
mhalder [Mon, 20 Feb 2017 15:59:25 +0530] rev 44138
7119774: [macosx] test ComponentMousePositionTest sometimes fail on Mac
Reviewed-by: serb, arapte
ddehaven [Fri, 17 Feb 2017 08:21:16 -0800] rev 44137
Merge
dmarkov [Thu, 16 Feb 2017 23:56:51 +0300] rev 44136
8175025: The copyright section in the test/java/awt/font/TextLayout/DiacriticsDrawingTest.java should be updated
Reviewed-by: serb, vadim
serb [Thu, 16 Feb 2017 17:21:03 +0300] rev 44135
6622944: Use package-info.java instead of package.html within awt packages
Reviewed-by: darcy
pkbalakr [Thu, 16 Feb 2017 16:30:43 +0530] rev 44134
8175066: Compilation error due to tag in JDK-8162959
Reviewed-by: aghaisas, psadhukhan
mrkam [Wed, 15 Feb 2017 23:43:50 -0800] rev 44133
8172489: [TESTBUG] Create test for SwingSet DialogDemo
Reviewed-by: shurailine, prr, mrkam
Contributed-by: Vikrant Agarwal <vikrant.v.agarwal@oracle.com>
mrkam [Wed, 15 Feb 2017 23:37:49 -0800] rev 44132
Merge
mrkam [Wed, 15 Feb 2017 23:35:52 -0800] rev 44131
8174161: [TESTBUG] Create test for SwingSet DialogDemo
Reviewed-by: serb, mrkam
Contributed-by: Vikrant Agarwal <vikrant.v.agarwal@oracle.com>
pkbalakr [Thu, 16 Feb 2017 12:05:40 +0530] rev 44130
8162959: [HiDPI] screenshot artifacts using AWT Robot
Reviewed-by: alexsch, prr
mrkam [Wed, 15 Feb 2017 18:22:39 -0800] rev 44129
8172701: Jemmy: FrameOperator: maximize() and demaximize() is not properly implemented
Reviewed-by: serb, shurailine, mrkam
Contributed-by: Muneer Kolarkunnu <abdul.kolarkunnu@oracle.com>
mrkam [Wed, 15 Feb 2017 16:16:21 -0800] rev 44128
8172500: Create test for SwingSet SliderDemo
Reviewed-by: serb, mrkam
Contributed-by: Vikrant Agarwal <vikrant.v.agarwal@oracle.com>
dbatrak [Wed, 15 Feb 2017 00:16:49 +0300] rev 44127
8170552: [macosx] Wrong rendering of diacritics on macOS
Reviewed-by: prr, vadim
dmarkov [Tue, 14 Feb 2017 15:47:58 +0300] rev 44126
8163979: [macosx] Chinese text shows as Latin w/ openVanilla input method
Reviewed-by: prr, serb
dl [Fri, 10 Mar 2017 08:59:14 -0800] rev 44125
8176303: Flow.Subscription.request(0) should be treated as an error
Reviewed-by: martin, chegar
lana [Thu, 09 Mar 2017 23:16:22 +0000] rev 44124
Merge
jjg [Thu, 09 Mar 2017 13:46:39 -0800] rev 44123
8176331: Simplify new doclet packages
Reviewed-by: ksrini
sherman [Thu, 09 Mar 2017 12:39:34 -0800] rev 44122
8176029: Linebreak matcher is not equivalent to the pattern as stated in javadoc
Reviewed-by: rriggs
bpb [Thu, 09 Mar 2017 08:58:58 -0800] rev 44121
8176237: (fs) java/nio/file/FileStore/Basic.java should conditionally check FileStores
Summary: On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb, chegar
bpb [Thu, 09 Mar 2017 08:55:59 -0800] rev 44120
8176332: Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
Summary: Increase sleep from 50 to 150 ms.
Reviewed-by: alanb
mchung [Thu, 09 Mar 2017 07:41:48 -0800] rev 44119
8175797: (ref) Reference::enqueue method should clear referent before enqueuing
Reviewed-by: alanb, kbarrett, mr
rpatil [Thu, 09 Mar 2017 14:12:24 +0530] rev 44118
8176044: (tz) Support tzdata2017a
Reviewed-by: naoto
ihse [Thu, 09 Mar 2017 09:14:04 +0100] rev 44117
8170884: Clean up post-jlink file copying to the images
Reviewed-by: erikj
asmotrak [Wed, 08 Mar 2017 18:54:34 -0800] rev 44116
8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
Reviewed-by: weijun
xiaofeya [Wed, 08 Mar 2017 17:17:41 -0800] rev 44115
8176195: Fix misc module dependencies in jdk_core tests
Reviewed-by: mchung
amjiang [Wed, 08 Mar 2017 14:45:27 -0800] rev 44114
8176400: Problemlist sun/security/ssl/X509KeyManager/PreferredKey.java due to JDK-8176354
Reviewed-by: xuelei
bpb [Wed, 08 Mar 2017 12:14:25 -0800] rev 44113
8176394: Incorrect relational operator in java/nio/channels/FileChannel/InterruptDeadlock.java
Summary: Change Reader thread run method so it reads continuously as intended
Reviewed-by: alanb
lancea [Wed, 08 Mar 2017 13:54:30 -0500] rev 44112
8176235: Minor updates to package.html
Reviewed-by: joehw
bpb [Wed, 08 Mar 2017 09:53:19 -0800] rev 44111
8176317: (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
Summary: Add print of timeout value.
Reviewed-by: alanb
bpb [Wed, 08 Mar 2017 09:49:46 -0800] rev 44110
8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
Summary: Pause until the channel reaches a pended state instead of for a fixed time.
Reviewed-by: prappo, mli, alanb
weijun [Wed, 08 Mar 2017 15:35:56 +0800] rev 44109
8176320: sun/security/tools/jarsigner/TsacertOptionTest.java compilation error, all mach 5 tier 2 platforms broken.
Reviewed-by: xuelei
amlu [Wed, 08 Mar 2017 15:29:57 +0800] rev 44108
8167525: update jdk tests to remove @compile --add-modules workaround
Reviewed-by: mchung
mli [Tue, 07 Mar 2017 23:01:51 -0800] rev 44107
8176337: Mark several tests as intermittently failing
Reviewed-by: darcy
jjg [Tue, 07 Mar 2017 15:38:10 -0800] rev 44106
8176131: Simplify new Taglet API
Reviewed-by: ksrini
msheppar [Tue, 07 Mar 2017 22:35:45 +0000] rev 44105
8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
Reviewed-by: chegar, martin
jwilhelm [Tue, 07 Mar 2017 19:23:21 +0100] rev 44104
Merge
jwilhelm [Tue, 07 Mar 2017 19:14:10 +0100] rev 44103
Merge
jwilhelm [Fri, 03 Mar 2017 20:50:26 +0100] rev 44102
Merge
jwilhelm [Mon, 27 Feb 2017 18:24:19 +0100] rev 44101
Merge
asapre [Fri, 24 Feb 2017 14:59:39 +0530] rev 44100
7132577: javax/management/monitor/MultiMonitorTest.java fails in JDK8-B22
Summary: Changed test’s own timeout mechanism to jtreg’s default timeout
Reviewed-by: dholmes, egahlin
Contributed-by: amit.sapre@oracle.com
dl [Tue, 07 Mar 2017 10:06:39 -0800] rev 44099
8176155: SubmissionPublisher closeExceptionally() may override close()
Reviewed-by: martin, psandoz
lana [Thu, 09 Mar 2017 21:35:19 +0000] rev 44098
Added tag jdk-9+160 for changeset 4d25a0bb7426
duke [Wed, 05 Jul 2017 22:58:49 +0200] rev 44097
Merge
ihse [Mon, 13 Mar 2017 14:02:12 +0100] rev 44096
8176509: Use pandoc for converting build readme to html
Reviewed-by: erikj
lana [Thu, 09 Mar 2017 23:15:59 +0000] rev 44095
Merge
jwilhelm [Fri, 03 Mar 2017 20:50:26 +0100] rev 44094
Merge
jwilhelm [Thu, 02 Mar 2017 17:46:59 +0100] rev 44093
8176054: [BACKOUT][REDO] G1 Needs pre barrier on dereference of weak JNI handles
Reviewed-by: kbarrett, mgerdin
chaeubl [Mon, 27 Feb 2017 17:36:36 +0100] rev 44092
8175917: [JVMCI] Avoid long JNI handle chains
Reviewed-by: never, kvn
shade [Wed, 01 Mar 2017 14:51:12 +0300] rev 44091
8175887: C1 value numbering handling of Unsafe.get*Volatile is incorrect
Reviewed-by: vlivanov
bobv [Tue, 28 Feb 2017 10:47:09 -0500] rev 44090
Merge
bobv [Tue, 28 Feb 2017 10:44:49 -0500] rev 44089
8175567: Build of hotspot for arm-vfp-sflt fails
Reviewed-by: kvn, cjplummer
mgerdin [Fri, 17 Feb 2017 13:16:54 +0100] rev 44088
8175085: [REDO] G1 Needs pre barrier on dereference of weak JNI handles
Reviewed-by: kbarrett, dcubed, tschatzl
jgeorge [Tue, 28 Feb 2017 10:10:14 +0530] rev 44087
8175512: new TestPrintMdo.java fails with -XX:TieredStopAtLevel=1
Summary: Avoid running the test for -XX:TieredStopAtLevel=1 due to the lack of mdo data from JIT in this case.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com
kvn [Mon, 27 Feb 2017 15:59:22 -0800] rev 44086
8175516: JNI exception pending in jdk_tools_jaotc_jnilibelf_JNILibELFAPI.c:97
Summary: add missing NULL checks
Reviewed-by: iveresov
jwilhelm [Mon, 27 Feb 2017 18:24:19 +0100] rev 44085
Merge
ehelin [Thu, 23 Feb 2017 18:57:10 +0100] rev 44084
8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking
Reviewed-by: dholmes, tschatzl, coleenp, kbarrett, eosterlund, stefank
dnsimon [Fri, 24 Feb 2017 04:32:11 -0800] rev 44083
8175811: [JVMCI] StubRoutines::_multiplyToLen symbol needs to exported
Reviewed-by: thartmann
thartmann [Fri, 24 Feb 2017 11:52:04 +0100] rev 44082
8139906: assert(src->section_index_of(target) == CodeBuffer::SECT_NONE) failed: sanity
Summary: The card table address used in the g1_post_barrier_slow stub should not be marked as relocatable.
Reviewed-by: kvn
rbackman [Thu, 23 Feb 2017 10:08:51 +0100] rev 44081
8175336: [TESTBUG] aot junit tests added by 8169588 are not executed.
Reviewed-by: kvn
lana [Thu, 09 Mar 2017 21:35:17 +0000] rev 44080
Added tag jdk-9+160 for changeset f306167ed337