Naoto Sato
|
dc3c9c8439
|
8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly
Reviewed-by: darcy
|
2019-03-22 09:31:36 -07:00 |
|
Brian Burkhalter
|
954c66afed
|
8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
Reviewed-by: lancea, darcy, rriggs
|
2019-03-22 08:18:26 -07:00 |
|
Erik Joelsson
|
c11759c4fe
|
8221179: Zero builds fail when linking with gold and bundling libffi.so
Reviewed-by: sgehwolf, tbell
|
2019-03-22 08:14:21 -07:00 |
|
David Buck
|
77c942940f
|
8217564: idempotent protection missing in crc32c.h
Added include guard to crc32c.h
Reviewed-by: dcubed
|
2019-03-22 09:05:06 -04:00 |
|
Per Lidén
|
5fdcdaadd4
|
8221219: ZGC: Remove ZStallOnOutOfMemory option
Reviewed-by: stefank, eosterlund
|
2019-03-22 12:49:33 +01:00 |
|
Per Lidén
|
8b38ebf1a2
|
8221212: ZGC: Command-line flags should be marked experimental
Reviewed-by: stefank, eosterlund
|
2019-03-22 12:49:32 +01:00 |
|
Alan Bateman
|
3a4d5db248
|
8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
Reviewed-by: bpb
|
2019-03-22 11:35:35 +00:00 |
|
Henry Jen
|
833627bc3c
|
Merge
|
2019-01-22 14:14:52 -08:00 |
|
Vikrant Agarwal
|
37a7f89c34
|
8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception
Reviewed-by: serb
|
2019-01-22 08:44:33 -08:00 |
|
Vikrant Agarwal
|
35aad86bc4
|
8217297: Add support for multiple look and feel for SwingSet SliderDemoTest
Reviewed-by: serb
|
2019-01-22 08:35:14 -08:00 |
|
Doug Simon
|
5f5d4425c2
|
8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string
Reviewed-by: kvn, thartmann
|
2019-01-22 10:12:05 +01:00 |
|
Tobias Hartmann
|
b8ff3c4dd2
|
8217291: Failure of ::realloc() should be handled correctly in adlc/forms.cpp
Handle reallocation failures in adlc.
Reviewed-by: kvn, neliasso
|
2019-01-22 08:50:49 +01:00 |
|
Tobias Hartmann
|
5172199ef9
|
8217447: Develop flag TraceICs is broken
Added NULL check and fixed output.
Reviewed-by: kvn
|
2019-01-22 08:47:01 +01:00 |
|
Boris Ulasevich
|
83cd7a3fc1
|
8214235: arm32: assertion in collectedHeap.cpp: attempt to clean empty remainder
Reviewed-by: phh, pliden
|
2019-01-22 10:42:41 +03:00 |
|
Nick Gasson
|
288ebae13c
|
8217368: AArch64: C2 recursive stack locking optimisation not triggered
Reviewed-by: aph, drwhite
|
2019-01-22 15:33:34 +08:00 |
|
Harold Seigel
|
ac22352b49
|
8217660: Refactor module related locked_create_entry_or_null() functions
Remove function return values and add functions that create entries without doing unneeded lookups.
Reviewed-by: redestad, lfoltan
|
2019-01-24 09:38:50 -05:00 |
|
Adam Petcher
|
e4da9cdab0
|
8217518: Crypto benchmarks not warming up in time
Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up
Reviewed-by: redestad
|
2019-01-24 09:25:06 -05:00 |
|
Coleen Phillimore
|
13dd3cb24e
|
8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
Transition compiler thread from native to VM state to check the Compile_lock with safepoint always.
Reviewed-by: dlong, eosterlund, dholmes
|
2019-01-24 08:44:26 -05:00 |
|
Claes Redestad
|
689f7accd4
|
8217716: Remove dead code in PhaseChaitin
Reviewed-by: thartmann
|
2019-01-24 14:43:56 +01:00 |
|
Daniel Fuchs
|
a8ae1c1332
|
8217264: HttpClient: Blocking operations in mapper function do not work as documented
Ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber.
Reviewed-by: chegar
|
2019-01-24 12:32:42 +00:00 |
|
Magnus Ihse Bursie
|
659006b218
|
8217638: Remove old way of running tests (test/Makefile)
Reviewed-by: erikj, jjg
|
2019-01-24 11:29:16 +01:00 |
|
Magnus Ihse Bursie
|
494ed992df
|
8217626: Add setup/teardown functionality to RunTest
Reviewed-by: erikj, shurailine
|
2019-01-24 11:19:40 +01:00 |
|
Magnus Ihse Bursie
|
94889357bd
|
8217634: RunTest documentation and usability update
Reviewed-by: erikj
|
2019-01-24 11:15:31 +01:00 |
|
Erik Helin
|
cdd5a05373
|
8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn
|
2019-01-23 13:40:09 +01:00 |
|
Nishit Jain
|
72141ff6e6
|
8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
Reviewed-by: rriggs, naoto, darcy, alanb
|
2019-01-24 12:45:19 +05:30 |
|
David Holmes
|
4931a2a9d6
|
8194860: Cleanup Semaphore timed-wait time calculations
Reviewed-by: coleenp, kbarrett
|
2019-01-23 21:17:51 -05:00 |
|
Erik Joelsson
|
b8ec635ee2
|
8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
Reviewed-by: tbell, kvn, iignatyev
|
2019-01-23 14:10:31 -08:00 |
|
Jesper Wilhelmsson
|
0ab7e5ca39
|
Added tag jdk-13+5 for changeset e3ed96060992
|
2019-01-24 01:01:11 +01:00 |
|
Naoto Sato
|
a862610527
|
8217366: ZoneStrings are not populated for all the Locales
Reviewed-by: rriggs
|
2019-01-23 15:43:01 -08:00 |
|
Jesper Wilhelmsson
|
c6e45ea87c
|
Merge
jdk-13+5
|
2019-01-23 19:56:28 +01:00 |
|
Aleksey Shipilev
|
844f67317e
|
8217639: Minimal and Zero builds fail after JDK-8217519 (Improve RegMask population count calculation)
Reviewed-by: kvn
|
2019-01-23 19:31:00 +01:00 |
|
David Holmes
|
d788c40095
|
8217466: [BACKOUT] Optimize CodeHeap Analytics
Reviewed-by: redestad, shade, jwilhelm, iignatyev
|
2019-01-21 16:56:13 -05:00 |
|
Lutz Schmidt
|
5435d862c1
|
8217250: Optimize CodeHeap Analytics
Reviewed-by: kvn, thartmann
|
2019-01-21 18:00:23 +01:00 |
|
Thomas Schatzl
|
0c352cc57f
|
8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo
Reviewed-by: phh, kbarrett
|
2019-01-21 12:19:00 +01:00 |
|
Aleksey Shipilev
|
5f325c2363
|
8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free)
Reviewed-by: clanger, zgu, kbarrett
|
2019-01-21 10:05:24 +01:00 |
|
Claes Redestad
|
99e6b5ca18
|
8217388: Remove develop flag ProfilerPCTickThreshold
Reviewed-by: shade, thartmann
|
2019-01-21 09:41:35 +01:00 |
|
Martin Doerr
|
d3339d45e1
|
8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays
Reviewed-by: gromero, goetz
|
2019-01-21 09:44:27 +01:00 |
|
Tao Ji
|
cf554816d1
|
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
Reviewed-by: thartmann
jdk-12+29
|
2019-01-21 13:31:42 +08:00 |
|
Goetz Lindenmaier
|
05a8750ec7
|
8217438: Adapt tools/launcher/Test7029048.java for Aix
Reviewed-by: clanger, azeller
|
2019-01-21 10:17:28 +01:00 |
|
Phil Race
|
0b3979f8fe
|
8216965: crash in freetypeScaler.c CopyBW2Grey8
Reviewed-by: serb, mbaesken
|
2019-01-22 17:31:19 -08:00 |
|
Mikael Vidstedt
|
df5c74e9f6
|
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
Reviewed-by: iignatyev, mchung
|
2019-01-22 16:35:57 -08:00 |
|
Aleksey Shipilev
|
17341dad94
|
8217467: Access barriers are missing in C2 intrinsic for Base64
Reviewed-by: thartmann, roland, rkennke, kvn
|
2019-01-22 21:18:25 +01:00 |
|
Kishor Kharbas
|
755d163e91
|
8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs
Reviewed-by: sangheki, kbarrett
|
2019-01-22 11:42:13 -08:00 |
|
Tobias Hartmann
|
930c19bcc2
|
8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()
Remove dead node from C2 IR.
Reviewed-by: roland, neliasso
|
2019-01-22 18:25:56 +01:00 |
|
Sean Mullan
|
c9bea6a8ea
|
8216280: Allow later Symantec Policy distrust date for two Apple SubCAs
Reviewed-by: coffeys
|
2019-01-22 09:27:19 -05:00 |
|
Nick Gasson
|
c0de8f27a5
|
8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6
Reviewed-by: alanb, clanger
|
2019-01-22 10:25:22 +08:00 |
|
Christoph Langer
|
bc651663e3
|
8207404: MulticastSocket tests failing on AIX
Reviewed-by: chegar, sgroeger
|
2019-01-21 06:55:59 +00:00 |
|
Tao Ji
|
3626d59867
|
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
Reviewed-by: thartmann
|
2019-01-21 13:31:42 +08:00 |
|
Claes Redestad
|
199b29c58e
|
8217629: RegMask::find_lowest_bit can reuse count_trailing_zeros utility
Reviewed-by: thartmann, neliasso
|
2019-01-23 17:25:25 +01:00 |
|
Zhengyu Gu
|
d783c7a2d8
|
8217522: Missing barriers in some java_lang_String assertion code after JDK-8217442
Reviewed-by: shade, redestad
|
2019-01-23 10:50:27 -05:00 |
|