Vladimir Kozlov
|
5096bee84e
|
8202152: test/hotspot/jtreg/runtime/whitebox/WBStackSize.java fails
Set compiler threads stack size the same as for java threads
Reviewed-by: dholmes, mdoerr, dlong
|
2018-04-25 10:12:45 -07:00 |
|
Bernard Blaser
|
fa434f6934
|
8202141: Unique symbols for .class
Reviewed-by: vromero, jlahoda
|
2018-04-25 09:45:45 -07:00 |
|
Bhanu Prakash Gopularam
|
7904b56345
|
8200101: sun/security/krb5/auto/Renewal.java fails intermittently
Reviewed-by: weijun
|
2018-04-25 12:44:50 +05:30 |
|
Bhanu Prakash Gopularam
|
e836d6ec10
|
8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings
Reviewed-by: mullan
|
2018-04-25 12:39:05 +05:30 |
|
Bhanu Prakash Gopularam
|
a3ed7dd7d6
|
8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks
Reviewed-by: weijun
|
2018-04-25 12:29:48 +05:30 |
|
Mikael Vidstedt
|
2dbc9735ac
|
8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
Reviewed-by: kvn, iignatyev
|
2018-04-24 21:40:10 -07:00 |
|
Brian Burkhalter
|
780696c2a3
|
8202062: Put FileChannel and FileOutpuStream variants of AtomicAppend on problem list
Reviewed-by: lancea
|
2018-04-24 20:25:48 -07:00 |
|
Kumar Srinivasan
|
3dfa260af9
|
8025091: VisibleMemberMap.java possible performance improvements
8198890: The standard doclet incorrectly produces wrong method signatures in certain cases
Reviewed-by: jjg
|
2018-04-24 11:54:03 -07:00 |
|
Sangheon Kim
|
3b923d063e
|
8196325: GarbageCollectionNotificationInfo has same information for before and after
Reviewed-by: mchung, sspitsyn
|
2018-04-24 16:48:29 -07:00 |
|
Sergey Bylokhov
|
8ca8d45fb5
|
8200146: Remove the appletviewer launcher
Reviewed-by: prr, ihse
|
2018-04-23 14:06:46 -07:00 |
|
Sergey Bylokhov
|
728923cbbc
|
8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList
Reviewed-by: prr, darcy
|
2018-04-20 18:28:18 -07:00 |
|
Phil Race
|
e0c6bd5c09
|
8200313: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java fails
Reviewed-by: serb, kaddepalli
|
2018-04-20 09:44:45 -07:00 |
|
Phil Race
|
568874f545
|
Merge
|
2018-04-20 09:05:05 -07:00 |
|
Phil Race
|
58525d3d0d
|
Merge
|
2018-04-18 08:48:06 -07:00 |
|
Jayathirth D V
|
9e390e1cb6
|
6574555: PNGImageWriter incorrectly sets bKGD chunk
Reviewed-by: prr, pnarayanan
|
2018-04-18 13:22:53 +05:30 |
|
Jayathirth D V
|
f1a389d085
|
6788458: PNGImageReader ignores tRNS chunk while reading non-indexed RGB/Gray images
Reviewed-by: prr, pnarayanan, kaddepalli
|
2018-04-18 12:33:21 +05:30 |
|
Shashidhara Veerabhadraiah
|
0406664154
|
8201598: Fix for 8181910: Support dark title bars on macOS broke the MacOS build
Reviewed-by: prr, serb
|
2018-04-18 10:43:43 +05:30 |
|
Sergey Bylokhov
|
73509bf4a0
|
8201626: Typo in MakeWindowAlwaysOnTop test
Reviewed-by: jdv
|
2018-04-17 18:10:13 -07:00 |
|
Pankaj Bansal
|
3459dc11fd
|
8153532: Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description
Reviewed-by: prr, serb, kaddepalli
|
2018-04-16 15:22:56 +05:30 |
|
Doug Simon
|
1b29264229
|
8201794: [Graal] fix regressions from JDK-8187490
Reviewed-by: alanb, mchung
|
2018-04-18 15:57:19 +02:00 |
|
Thomas Schatzl
|
ebbd7cf90b
|
8201596: java.lang.ref.Reference processing total time logging broken
Fix "Reference Processing" and add "Weak Processing" time
Reviewed-by: kbarrett, sangheki
|
2018-04-18 11:36:48 +02:00 |
|
Thomas Schatzl
|
9b31b8f365
|
8201487: Do not rebalance reference processing queues if not doing parallel reference processing
Reviewed-by: sangheki, kbarrett
|
2018-04-18 11:36:48 +02:00 |
|
Alan Bateman
|
33b921f25d
|
8201315: (se) Allow SelectableChannel.register to be invoked while selection operation is in progress
Reviewed-by: bpb
|
2018-04-18 10:20:09 +01:00 |
|
Robbin Ehn
|
a0a4b1981b
|
8195099: Concurrent safe-memory-reclamation mechanism
This implement a globalcounter with RCU semantics.
Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett, dholmes
|
2018-04-18 09:25:51 +02:00 |
|
Felix Yang
|
2997d6f6f0
|
8194260: Point-to-point interface should be excluded from java/net/ipv6tests/*
Reviewed-by: chegar, vtewari
|
2018-04-17 23:27:41 -07:00 |
|
Henry Jen
|
1f1f480606
|
Merge
|
2018-04-17 16:13:30 -07:00 |
|
Calvin Cheung
|
894e8c6479
|
8197972: Always verify non-system classes during CDS dump time
Use -Verify:remote even if the user specifies -Xverify:none during CDS dump time
Reviewed-by: iklam, mseledtsov, jiangli
|
2018-04-17 16:19:48 -07:00 |
|
Christian Tornqvist
|
278672706d
|
8201609: Split test/jdk/:tier2 to enable better parallel execution
Reviewed-by: alanb, darcy
|
2018-04-17 16:18:22 -04:00 |
|
Chris Hegarty
|
049184f334
|
Merge
|
2018-04-17 18:18:53 +01:00 |
|
Chris Hegarty
|
a3b61fd4c7
|
8197564: HTTP Client implementation
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm, prappo
|
2018-04-17 08:54:17 -07:00 |
|
Vivek Theeyarath
|
97979a53a1
|
8184692: add Pattern.asMatchPredicate
Reviewed-by: psandoz, rriggs
|
2018-04-16 11:21:32 -07:00 |
|
Jesper Wilhelmsson
|
9da125c2a2
|
Merge
|
2018-04-17 15:25:13 +02:00 |
|
Shashidhara Veerabhadraiah
|
e91400d46b
|
8181910: [macos] Support dark title bars on macOS
Reviewed-by: serb, denis
|
2018-04-16 10:35:22 +05:30 |
|
Alan Bateman
|
45fb75c85a
|
8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
Reviewed-by: bpb
|
2018-04-14 08:41:42 +01:00 |
|
Alexey Ivanov
|
aeadf76406
|
8201433: Fix potential crash in BufImg_SetupICM
Reviewed-by: prr, serb
|
2018-04-14 00:25:12 +01:00 |
|
Maurizio Cimadamore
|
85fbf32898
|
8201554: Disable failing tier1 test for JDK-8201498
Reviewed-by: jjg
|
2018-04-13 11:14:49 -07:00 |
|
Naoto Sato
|
1d0e7680e8
|
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
Reviewed-by: erikj, rriggs
|
2018-04-13 10:23:01 -07:00 |
|
Phil Race
|
8fbdefbb80
|
Merge
|
2018-04-13 09:51:58 -07:00 |
|
Rajan Halade
|
fbf1478b8f
|
8198240: Allow cacerts test to pass when GTECyberTrust root expires
Implemented expiry policy exception list
Reviewed-by: mullan
|
2018-04-13 09:37:01 -07:00 |
|
Phil Race
|
344e8f9bf4
|
Merge
|
2018-04-13 09:04:18 -07:00 |
|
Maurizio Cimadamore
|
19581edca2
|
8201498: test/langtools/tools/javac/diags/CheckExamples.java 6 errors occurred
Remove duplicate class names in diagnostic examples.
Reviewed-by: jlahoda
|
2018-04-13 16:23:56 +01:00 |
|
Jesper Wilhelmsson
|
72b7487789
|
Merge
|
2018-04-13 14:06:39 +02:00 |
|
Weijun Wang
|
0b6fbf50d2
|
8200468: Port the native GSS-API bridge to Windows
Reviewed-by: ihse, valeriep
|
2018-04-13 15:29:33 +08:00 |
|
Jesper Wilhelmsson
|
468c1c19bb
|
Merge
|
2018-04-13 03:05:19 +02:00 |
|
Hamlin Li
|
0ee5e92ddd
|
8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently
Reviewed-by: rriggs
|
2018-04-13 09:06:37 +08:00 |
|
Phil Race
|
e5f945b7cd
|
Merge
|
2018-04-12 16:25:29 -07:00 |
|
Alexander Harlap
|
60f0502b70
|
8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList until JDK-8081652 is resolved
Reviewed-by: tschatzl
|
2018-04-12 14:56:27 -04:00 |
|
Maurizio Cimadamore
|
d9440e4e39
|
8199194: Add javac support for preview features
Add support for preview features and related command line options.
Reviewed-by: jjg
|
2018-04-12 13:55:20 +01:00 |
|
Jan Lahoda
|
594fb594ce
|
8189765: Improve error reporting for compiling against package not visible due to modules
When looking in other modules for an undefined Symbol, also look into the unnamed module.
Reviewed-by: mcimadamore
|
2018-04-12 09:23:34 +02:00 |
|
Chris Yin
|
8483faa4a9
|
8197418: Move java/util/RandomAccess/ tests into OpenJDK
Reviewed-by: psandoz
|
2018-04-12 10:19:31 +08:00 |
|