Erik Österlund
4e252915c5
8200235: Generalize jniFastGetField jobject/jweak resolve
...
Reviewed-by: kbarrett, dholmes
2018-04-26 11:56:24 +02:00
Alan Bateman
2df7aa7b9f
8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
...
Reviewed-by: bpb
2018-04-26 09:04:18 +01:00
Jini George
ccc74fdd60
8174994: SA: clhsdb printmdo throws WrongTypeException when attached to a process with CDS
...
Read in the md region of the CDS archive in SA and map the vtable addresses to the corresponding metadata type.
Reviewed-by: iklam, coleenp, ysuenaga, dholmes
2018-04-26 12:25:36 +05:30
Joe Darcy
15ef60b350
8200478: For boxing conversion javac uses Long.valueOf which does not guarantee caching according to its javadoc
...
Reviewed-by: bpb
2018-04-25 22:12:06 -07:00
Calvin Cheung
1515d70930
8197959: [TESTBUG] Some (App)CDS tests require modification due to the removal of the Java EE and CORBA modules
...
Reviewed-by: iklam, mseledtsov
2018-04-25 14:08:19 -07:00
Hamlin Li
673e292ffe
8157543: java/nio/channels/Selector/SelectAndCancel.java fails intermittently
...
Reviewed-by: alanb
2018-04-26 10:29:44 +08:00
Ivan Gerasimov
408c972077
8202154: Remove unused code in java.base/windows/native/libnet
...
Reviewed-by: vtewari, clanger
2018-04-25 18:30:38 -07:00
Yasumasa Suenaga
c3efc6ec43
8199519: Several GC tests fails with: java.lang.NumberFormatException: Unparseable number: "-"
...
Reviewed-by: sjohanss, jgeorge
2018-04-26 09:45:47 +09:00
Coleen Phillimore
8a427a07d8
8202164: Remove some unneeded BoolObjectClosure* is_alive parameters
...
Reviewed-by: kbarrett, stefank
2018-04-25 17:50:32 -04:00
Ekaterina Pavlova
465eea6d80
8202276: Update test/hotspot/jtreg/ProblemList-graal.txt
...
Reviewed-by: kvn
2018-04-25 11:24:33 -07:00
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
Aleksey Shipilev
d571253203
8202210: jlink uses little-endian for big-endian cross-compilation targets
...
Reviewed-by: ihse, alanb, stuefe
2018-04-25 14:53:35 +02:00
Claes Redestad
eed00fcf0a
8202184: Reduce time blocking the ClassSpecializer cache creating SpeciesData
...
Reviewed-by: psandoz, plevart
2018-04-25 13:54:11 +02: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
Roland Westrelin
93691571bc
8200303: C2 should leverage profiling for lookupswitch/tableswitch
...
Reviewed-by: kvn, thartmann
2018-04-24 15:07:20 -07:00
Vicente Romero
c6ece0ba39
8202157: remove the use of string keys at InapplicableMethodException
...
Reviewed-by: mcimadamore
2018-04-24 12:20:10 -07:00
Anton Litvinov
670916b5d5
8199748: Touch keyboard is not shown, if text component gets focus from other text component
...
Reviewed-by: serb, aivanov
2018-04-24 15:42:58 +01:00
Dmitry Markov
e077905ff9
8202143: Parts of 8193435 added in merge change set
...
Reviewed-by: serb, prr
2018-04-24 11:39:04 +01: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
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