Alan Snyder
|
78eb57c7a6
|
8146310: [macosx] com.apple.eawt.Application.setDefaultMenuBar does not initialize screen menu bar
Reviewed-by: serb
|
2018-08-31 18:05:38 -07:00 |
|
Phil Race
|
d0a60f53ee
|
Merge
|
2018-08-27 10:54:58 -07:00 |
|
Anton Litvinov
|
41f4dbaae7
|
8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
Reviewed-by: prr, psadhukhan
|
2018-08-27 18:29:07 +01:00 |
|
Abdul Kolarkunnu
|
13ce063178
|
8209789: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
Reviewed-by: serb
|
2018-08-27 03:46:44 -07:00 |
|
Xue-Lei Andrew Fan
|
8b373393e6
|
8209965: The "supported_groups" extension in ServerHellos
Reviewed-by: ascarpino
|
2018-08-27 09:46:24 -07:00 |
|
Weijun Wang
|
882e54cb05
|
8209995: java.base does not need to export sun.security.ssl to java.security.jgss
Reviewed-by: xuelei, alanb
|
2018-08-27 23:14:17 +08:00 |
|
Bernd Eckenfels
|
c5299d49f4
|
8209987: Minor cleanup in Level.java
Reviewed-by: dfuchs
|
2018-08-27 12:33:03 +01:00 |
|
Jini George
|
b4530e2447
|
8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
Use longs instead of ints while computing the identity hash of klass symbols
Reviewed-by: coleenp, lfoltan
|
2018-08-27 10:25:13 +05:30 |
|
Coleen Phillimore
|
fd9fa38d21
|
8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
And also added function with KlassClosure to remove the hacks.
Reviewed-by: lfoltan, sspitsyn
|
2018-08-25 11:10:21 -04:00 |
|
Aleksey Shipilev
|
51c04f947f
|
8209911: More blob types in hs_err printout
Reviewed-by: simonis, kvn
|
2018-08-25 14:23:21 +02:00 |
|
Ivan Gerasimov
|
852e131c61
|
6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
Reviewed-by: valeriep
|
2018-08-24 18:56:41 -07:00 |
|
Sergey Bylokhov
|
5cdafcf43e
|
8039082: [TEST_BUG] Test java/awt/dnd/BadSerializationTest/BadSerializationTest.java fails
Reviewed-by: prr
|
2018-08-24 16:29:04 -07:00 |
|
Sergey Bylokhov
|
05ed80075a
|
8209340: The code which avoids synthetic accessors has become outdated
Reviewed-by: psadhukhan, kaddepalli
|
2018-08-23 23:12:16 -07:00 |
|
Ioi Lam
|
8f87784420
|
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
Move different execution modes to IncompatibleOptions_stringDedup.java and IncompatibleOptions_noCompactStrings.java
Reviewed-by: jiangli, coleenp
|
2018-08-23 21:16:45 -07:00 |
|
Vicente Romero
|
b2ebbe6460
|
8209173: javac fails with completion exception while reporting an error
Reviewed-by: mcimadamore
|
2018-08-24 13:30:56 -07:00 |
|
Mikael Vidstedt
|
83d8bf86a6
|
8209915: Fix license headers
Reviewed-by: kvn, pliden
|
2018-08-24 13:23:39 -07:00 |
|
Zhengyu Gu
|
af8a3d61b5
|
8209841: [REDO] Refactor G1ParallelCleaningTask into shared
Refactored ParallelCleaningTask to share with other GCs
Reviewed-by: tschatzl, shade
|
2018-08-24 15:49:21 -04:00 |
|
Jiangli Zhou
|
7a51b4a8fa
|
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
|
2018-08-24 15:33:28 -04:00 |
|
Dean Long
|
347b95d500
|
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
Reviewed-by: kvn, thartmann
|
2018-08-24 11:56:14 -07:00 |
|
Roland Westrelin
|
423c207dc7
|
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
Reviewed-by: neliasso, kvn
|
2018-08-17 17:13:12 +02:00 |
|
Gerard Ziemski
|
e0559bdd88
|
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
SymbolTableLock no longer checks for safepoints
Reviewed-by: coleenp, rehn
|
2018-08-24 09:12:51 -05:00 |
|
Gunter Haug
|
e2081b42b5
|
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
Reviewed-by: kvn, phh, lucy
|
2018-08-20 12:08:07 +02:00 |
|
Dmitry Markov
|
ca5903367f
|
8205479: OS X: requestFocus() does not work properly for embedded frame
Reviewed-by: serb, aivanov
|
2018-08-17 09:31:13 +01:00 |
|
Dmitry Markov
|
299f32d852
|
8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
Reviewed-by: serb, aivanov
|
2018-08-16 19:20:20 +01:00 |
|
Prasanta Sadhukhan
|
bb9fed1008
|
8202702: Clearing selection on JTable causes disappearance of a row
Reviewed-by: serb
|
2018-08-16 11:15:22 +05:30 |
|
Phil Race
|
7000581e0b
|
Merge
|
2018-08-14 12:11:28 -07:00 |
|
Kim Barrett
|
773906998a
|
8209347: SATBMarkQueue.cpp should not need jvm.h
Use os::snprintf instead of jio_snprintf.
Reviewed-by: shade, tschatzl
|
2018-08-14 14:58:14 -04:00 |
|
Alex Menkov
|
5b6a90e007
|
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
Reviewed-by: sspitsyn, jcbeyler
|
2018-08-14 11:56:32 -07:00 |
|
Kim Barrett
|
8f31a55f91
|
8209346: Refactor SATBMarkQueue filter configuration
Moved reference to G1-specific option to G1CollectedHeap.
Reviewed-by: shade, rkennke
|
2018-08-14 13:16:26 -04:00 |
|
Rajan Halade
|
bfb0a2ea3f
|
8209452: VerifyCACerts.java failed with "At least one cacert test failed"
Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires
Reviewed-by: mullan
|
2018-08-14 10:08:21 -07:00 |
|
Abdul Kolarkunnu
|
c283eb190e
|
8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Reviewed-by: serb
|
2018-08-13 21:57:17 -07:00 |
|
Weijun Wang
|
33a96c6df9
|
8209416: Refactoring GetPropertyAction calls in security libs
Reviewed-by: xuelei, rriggs
|
2018-08-14 22:39:34 +08:00 |
|
Lutz Schmidt
|
815cdefb43
|
8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
Reviewed-by: tschatzl, shade
|
2018-08-14 14:28:23 +02:00 |
|
Jean Christophe Beyler
|
5fc4ca5c45
|
8061467: Add UseLargePages to TestNUMAPageSize
Add flag to test for all architectures to be tested
Reviewed-by: phh, pliden, tschatzl
|
2018-08-13 09:19:21 -07:00 |
|
Per Lidén
|
a51aeedca0
|
8209376: ZGC: Move ZMarkStackAllocator into a separate file
Reviewed-by: eosterlund, kbarrett
|
2018-08-13 14:04:43 +02:00 |
|
Per Lidén
|
f50c8dddfa
|
8209375: ZGC: Use dynamic base address for mark stack space
Reviewed-by: eosterlund, kbarrett
|
2018-08-13 14:04:42 +02:00 |
|
Kim Barrett
|
924bba584d
|
8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet
Move filter extension protocol to SATBMarkQueueSet.
Reviewed-by: shade, tschatzl, rkennke
|
2018-08-14 00:15:56 -04:00 |
|
Felix Yang
|
b5f939c5db
|
8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
Reviewed-by: mchung
|
2018-08-14 10:42:00 +08:00 |
|
Igor Ignatyev
|
4bcd4f04a2
|
8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java
Reviewed-by: rriggs
|
2018-08-13 17:39:27 -07:00 |
|
Kim Barrett
|
a007690fa0
|
8209396: Make PtrQueueSets not statically allocated
Change the G1BarrierSet PtrQueueSet static members to ordinary members.
Reviewed-by: shade, tschatzl, rkennke
|
2018-08-13 18:21:26 -04:00 |
|
Vladimir Kozlov
|
4729c903c6
|
8207153: Some intrinsic tests take long time to run
Reviewed-by: thartmann, mikael
|
2018-08-13 13:24:55 -07:00 |
|
Claes Redestad
|
5c3008fbc4
|
8209120: Archive the Integer.IntegerCache
Reviewed-by: jiangli, alanb, plevart, iklam, mchung
|
2018-08-13 19:21:43 +02:00 |
|
Matthias Baesken
|
8044814e30
|
8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
Reviewed-by: prr, dholmes
|
2018-08-10 09:16:10 +02:00 |
|
Ekaterina Pavlova
|
582c0dafb8
|
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
Reviewed-by: kvn
|
2018-08-13 04:02:51 -07:00 |
|
Thomas Schatzl
|
7aabcdee63
|
8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
For initial TLAB sizing, increase the number of expected refills to 2.
Reviewed-by: phh, sangheki
|
2018-08-13 12:24:25 +02:00 |
|
Thomas Schatzl
|
044b502383
|
8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
Exclude maximum range value from testing.
Reviewed-by: sangheki, kbarrett
|
2018-08-13 12:24:25 +02:00 |
|
Thomas Schatzl
|
a9508324e2
|
8209193: Fix aarch64-linux compilation after -Wreorder changes
Reviewed-by: shade, drwhite
|
2018-08-13 12:24:25 +02:00 |
|
Gunter Haug
|
93c176ef2e
|
8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
Reviewed-by: mbaesken, tschatzl
|
2018-08-13 12:24:25 +02:00 |
|
Aleksei Voitylov
|
1712e272cd
|
8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
Reviewed-by: dholmes, drwhite, tschatzl
|
2018-08-13 12:24:25 +02:00 |
|
Aleksei Voitylov
|
abb7f64829
|
8209378: Fix Minimal VM after JDK-8208677
Reviewed-by: coleenp, shade
|
2018-08-13 10:28:01 +02:00 |
|