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
Lutz Schmidt
32ed45bb1d
8202079: [s390]: Build failure w/o precompiled headers
...
Reviewed-by: stuefe, shade
2018-04-20 14:25:51 +02:00
Sergey Bylokhov
605b430bb8
8187392: Deprecated methods in the peers can be removed
...
Reviewed-by: prr, kaddepalli
2018-04-18 14:07:41 -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
5ef2113ebc
8199932: Missing copyright header in AWT source code
...
Reviewed-by: prr, mhalder
2018-04-17 18:18:26 -07:00
Sergey Bylokhov
73509bf4a0
8201626: Typo in MakeWindowAlwaysOnTop test
...
Reviewed-by: jdv
2018-04-17 18:10:13 -07:00
Volker Simonis
c8d19293f2
8201524: [AIX] Don't link libfontmanager against libawt_headless
...
Reviewed-by: erikj, clanger, prr
2018-04-16 16:43:26 +02: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
Srividya Shamaiah
698152fb51
8201369: Inet4AddressImpl_getLocalHostName reverse lookup on Solaris only
...
Reviewed-by: clanger, chegar
2018-04-16 12:50:10 +05:30
Coleen Phillimore
1ee531afe9
8200555: OopHandle should use Access API
...
Add RootAccess<> to OopHandle.resolve() in runtime and interpreter code. Add comments for compiler code for later.
Reviewed-by: eosterlund, stefank
2018-04-18 10:39:40 -04:00
Doug Simon
1b29264229
8201794: [Graal] fix regressions from JDK-8187490
...
Reviewed-by: alanb, mchung
2018-04-18 15:57:19 +02:00
Kumar Srinivasan
1065333848
8198793: Add launcher support for preview features
...
Reviewed-by: mchung, sundar
2018-04-16 16:52:08 -07:00
John Paul Adrian Glaubitz
f491141467
8201616: Hotspot crashes on linux-sparc after 8189941
...
Reviewed-by: kvn, stuefe
2018-04-18 15:12:28 +02:00
Aleksey Shipilev
4c626b6272
8201799: Build failures after JDK-8195099 (Concurrent safe-memory-reclamation mechanism)
...
Reviewed-by: dholmes, tschatzl, eosterlund
2018-04-18 15:05:37 +02:00
Thomas Schatzl
6db76f1af6
8201172: Parallelize Remset Tracking Update Before Rebuild phase
...
Reviewed-by: sangheki, sjohanss
2018-04-18 11:36:48 +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
c62a6abe91
8201490: Improve concurrent mark keep alive closure performance
...
Avoid doing marking work unless absolutely required.
Reviewed-by: sjohanss, kbarrett
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
Thomas Schatzl
dc7aa2ca03
8200730: Fix debug=gc+phases time tracking in Remark and Cleanup
...
Timing in Remark and Cleanup pauses did not use instance variables for the scoped timing objects, so these durations were always zero.
Reviewed-by: sangheki, sjohanss
2018-04-18 11:36:48 +02:00
Thomas Schatzl
5b42f3ce0d
8200426: Make G1 code use _g1h members
...
Consistently use _g1h member names for cached G1CollectedHeap* variables.
Reviewed-by: sangheki, sjohanss
2018-04-18 11:36:48 +02:00
Thomas Schatzl
e11d1b311d
8200723: Suppress rs_length and predicted_cards sampling during mixed gcs
...
Due to the impact of these measurements on pause time, their high difference to other collections during mixed collections, and their non-use during mixed collections, do not use rs_length and predicted_cards measurements done during mixed gc for the predictor. This avoids the young gen sizing after the mixed phase to be negatively affected by mixed collections.
Reviewed-by: kbarrett, sjohanss
2018-04-18 11:36:48 +02:00
Thomas Schatzl
9db71579ee
8154528: Reclaim regions emptied by marking in Remark pause
...
Reviewed-by: shade, sjohanss
2018-04-18 11:36:48 +02:00
Thomas Schatzl
7c09cf644b
8178105: Switch mark bitmaps during Remark
...
Reviewed-by: sjohanss, sangheki
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
Doug Simon
76590dc009
8187490: HotSpotGraalMBean should be moved to Graal management module
...
Reviewed-by: alanb, mchung, iveresov
2018-04-18 11:11:38 +02: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
Lana Steuck
a063344790
Merge
2018-04-18 03:29:24 +00: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
34c03b5907
Merge
2018-04-17 19:25:50 +01:00
Xueming Shen
1775d925de
8194750: Console.readPassword does not save/restore tty settings
...
Reviewed-by: martin, alanb
2018-04-17 11:20:50 -07: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
Magnus Ihse Bursie
a9234c0ab6
8201591: JVM features with "-" in name is not correctly handled
...
Reviewed-by: erikj
2018-04-17 15:39:20 +02: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
Severin Gehwolf
6fbe561e11
8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
...
Reviewed-by: ihse, aph, simonis
2018-04-16 12:20:36 +02:00
Goetz Lindenmaier
a1f6823a02
8201584: Fix configure on SLES 11 after 8201483
...
Reviewed-by: ihse, simonis
2018-04-16 11:08:07 +02:00
Joel Pelaez Jorge
4f1c8f3d08
8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
...
Reviewed-by: clanger, chegar
2018-04-16 11:11:52 +02:00
Aleandr Miloslavskiy
d574c9e091
8194734: Handle to jimage file inherited into child processes (win)
...
Reviewed-by: alanb
2018-04-16 09:36:01 +01: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