Jesper Wilhelmsson
|
a90e7ef6d1
|
Added tag jdk-12+21 for changeset f8fb0c86f2b3
|
2018-11-22 02:32:36 +01:00 |
|
Doug Simon
|
4512750fbe
|
8213907: [JVMCI] avoid Class.getDeclared* methods when converting JVMCI objects to reflection objects
Reviewed-by: kvn, never
|
2018-11-21 22:02:17 +01:00 |
|
Jonathan Gibbons
|
1a6b429e9a
|
8214139: Remove wrapper methods from {Base,Html}Configuration
Reviewed-by: pmuthuswamy, hannesw
|
2018-11-21 12:36:16 -08:00 |
|
Adam Petcher
|
a5423f142c
|
8213202: Possible race condition in TLS 1.3 session resumption
Reviewed-by: jnimeh
|
2018-11-21 15:06:13 -05:00 |
|
Jean Christophe Beyler
|
937fe3be82
|
8214149: Move out assignments when not using NSK*VERIFY macros
Move out the assignments from ifs
Reviewed-by: sspitsyn, cjplummer
|
2018-11-21 10:46:45 -08:00 |
|
Nick Gasson
|
10cd386ac3
|
8214078: (fs) SecureDirectoryStream not supported on arm32
Reviewed-by: alanb
|
2018-11-21 18:44:11 +00:00 |
|
Jean Christophe Beyler
|
5639c70032
|
8213721: [Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions
Add the exception handler only for the current thread
Reviewed-by: dholmes, sspitsyn, thartmann
|
2018-11-21 09:38:27 -08:00 |
|
Brian Burkhalter
|
a6f0e10fe8
|
8213235: java/nio/channels/SocketChannel/AsyncCloseChannel.java fails with threads that didn't exit
Reviewed-by: alanb, dfuchs
|
2018-11-21 08:16:25 -08:00 |
|
Sean Coffey
|
7b8898d03c
|
8213942: URLStreamHandler initialization race
Reviewed-by: alanb, chegar, prappo
|
2018-11-21 15:09:27 +00:00 |
|
Kim Barrett
|
d8e5d52deb
|
8214144: Remove confusing locking_enqueue_completed_buffer
Remove function.
Reviewed-by: tschatzl, manc
|
2018-11-21 09:40:19 -05:00 |
|
Volker Simonis
|
a4fb817366
|
8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
Reviewed-by: stuefe, ihse
|
2018-11-21 15:22:28 +01:00 |
|
Jan Lahoda
|
60b32f222f
|
8212982: Rule cases in switch expression accepted even if complete normally
Ensure an error is reported if switch expression does not correctly produce a value.
Reviewed-by: mcimadamore
|
2018-11-21 15:22:57 +01:00 |
|
Tobias Hartmann
|
9314c7f110
|
8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
Added missing null checks and checks for pending exception.
Reviewed-by: kvn
|
2018-11-21 15:05:21 +01:00 |
|
Rachna Goel
|
f8518a2c05
|
8209923: Unicode 11.0.0
Updated JDK to support Unicode 11.0.0.
Reviewed-by: naoto
|
2018-11-21 14:24:31 +05:30 |
|
Roland Westrelin
|
11e54e0749
|
8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
Reviewed-by: kvn, dlong, aph
|
2018-11-14 13:15:54 +01:00 |
|
Ioi Lam
|
6d269930fd
|
8213587: Speed up CDS dump time by using resizable hashtables
Reviewed-by: jiangli, coleenp, gziemski
|
2018-11-20 20:00:15 -08:00 |
|
Jean Christophe Beyler
|
6d3df94e5e
|
8214154: problem list HeapMonitorStatIntervalTest.java
Add the test to the problem list until solved
Reviewed-by: dholmes
|
2018-11-20 18:36:57 -08:00 |
|
Zhengyu Gu
|
44ddbe3370
|
8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
Fix possible negative size and index that can cause the test to fail
Reviewed-by: stuefe, shade
|
2018-11-20 20:09:11 -05:00 |
|
Aleksey Shipilev
|
a264dac26c
|
8213992: Rename and make DieOnSafepointTimeout the diagnostic option
Reviewed-by: dholmes, dcubed, coleenp, kvn
|
2018-11-20 22:59:27 +01:00 |
|
Roman Kennke
|
521da29e44
|
8213746: GC/C2 abstraction for C2 matcher
Reviewed-by: kvn, roland
|
2018-11-20 22:37:34 +01:00 |
|
Claes Redestad
|
4b45441ae9
|
8213033: Archive remaining primitive box caches
Reviewed-by: jiangli, alanb
|
2018-11-20 21:12:46 +01:00 |
|
Liam Miller-Cushon
|
4a235517f9
|
8213908: AssertionError in DeferredAttr at setOverloadKind
Reviewed-by: mcimadamore
|
2018-11-19 09:57:41 -08:00 |
|
Volker Simonis
|
2db81b4e13
|
8214125: [test] Fix comparison between pointer and integer in test_ptrQueueBufferAllocator.cpp
Reviewed-by: mdoerr, shade, stuefe, tschatzl
|
2018-11-20 19:06:34 +01:00 |
|
Joe Wang
|
fad3c52660
|
8210722: JAXP Tests: CatalogSupport2 and CatalogSupport3 generate incorrect messages upon failure
Reviewed-by: lancea
|
2018-11-20 09:22:13 -08:00 |
|
Srinivas Dama
|
e4f60a8489
|
8210742: compound var declaration type is not uniform for all variables
Make implicit type for all variables in compound declaration as null for which type inference happens at later phase
Reviewed-by: mcimadamore
|
2018-11-20 21:59:07 +05:30 |
|
Sean Coffey
|
73ad9c4a00
|
8148188: Enhance the security libraries to record events of interest
Reviewed-by: egahlin, mullan, weijun, xuelei
|
2018-11-20 13:12:48 +00:00 |
|
Erik Österlund
|
dc260a5369
|
8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
Reviewed-by: coleenp, pliden
|
2018-11-20 10:08:19 +01:00 |
|
Erik Österlund
|
8b1844626a
|
8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass()
Reviewed-by: coleenp, dlong
|
2018-11-20 10:08:18 +01:00 |
|
Robbin Ehn
|
041946dcb0
|
8213560: gtests might hang
Reviewed-by: rwestberg, eosterlund
|
2018-11-20 09:35:15 +01:00 |
|
Per Lidén
|
a0c58fb8c6
|
8213623: ZGC: Let heap iteration walk all roots
Reviewed-by: eosterlund, kbarrett
|
2018-11-20 08:17:24 +01:00 |
|
Priya Lakshmi Muthuswamy
|
4acb8dd9c3
|
8184205: Captions on tabbed tables are squashed together
Reviewed-by: jjg
|
2018-11-20 10:50:54 +05:30 |
|
Priya Lakshmi Muthuswamy
|
470aaffd13
|
8213920: Use {@systemProperty} tag for properties listed in System.getProperties
Reviewed-by: mchung, alanb
|
2018-11-20 10:07:42 +05:30 |
|
Chris Yin
|
fb6de4b0b6
|
8129310: java/net/Socket/asyncClose/AsyncClose.java fails intermittently
Reviewed-by: dfuchs
|
2018-11-20 09:59:58 +08:00 |
|
Liam Miller-Cushon
|
4cdf0c4c1d
|
8214071: Broken msg.bug diagnostics when using the compiler API
Reviewed-by: jjg
|
2018-11-19 10:47:38 -08:00 |
|
Thomas Stuefe
|
03baf2db08
|
8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms
Reviewed-by: shade, dholmes
|
2018-11-19 22:27:51 +01:00 |
|
Volker Simonis
|
eba7b5718f
|
8214007: Fix sun.awt.nativedebug on X11 platforms
Reviewed-by: erikj, ihse
|
2018-11-19 19:25:57 +01:00 |
|
Sergey Ustimenko
|
785e2aca39
|
8214062: JDK-8167368 Leftover: get_source.sh in build documentation
Reviewed-by: dholmes, erikj
|
2018-11-19 08:52:11 -08:00 |
|
Abdul Kolarkunnu
|
9380cf342b
|
8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
Reviewed-by: serb
|
2018-11-05 18:53:51 -08:00 |
|
Krishna Addepalli
|
ee1a5e3c1e
|
8212882: links to tutorial should be updated to use https:
Reviewed-by: psadhukhan, pbansal
|
2018-11-20 16:40:40 +05:30 |
|
Jayathirth D V
|
8d8d2d8bdd
|
8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException
Reviewed-by: serb, kaddepalli
|
2018-11-20 15:53:54 +05:30 |
|
Jayathirth D V
|
b9bf598fe7
|
8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458
Reviewed-by: serb, kaddepalli
|
2018-11-20 14:37:24 +05:30 |
|
Sergey Bylokhov
|
0044b55629
|
8213817: @return has already been specified (4 occurrences, in AWT and Swing)
Reviewed-by: prr
|
2018-11-15 14:14:31 -08:00 |
|
Shashidhara Veerabhadraiah
|
1b012e213d
|
6849922: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html fails
Reviewed-by: kaddepalli, serb
|
2018-11-15 11:25:13 +05:30 |
|
Alan Snyder
|
9516008ca0
|
8211301: [macos] support full window content options
Reviewed-by: serb
|
2018-11-14 20:47:57 -08:00 |
|
Ichiroh Takiguchi
|
a7a96c5f01
|
8213614: DnD operation change feature does not work with 64bit big endian CPU
Reviewed-by: serb
|
2018-11-14 18:04:54 -08:00 |
|
Alexey Ushakov
|
c3b47e556e
|
8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave
Reviewed-by: serb
|
2018-11-14 13:52:33 -08:00 |
|
Matthias Baesken
|
faae1772c1
|
8213532: add missing LocalFree calls after using FormatMessage(A) [windows]
Reviewed-by: dmarkov, serb
|
2018-11-08 17:10:47 +01:00 |
|
Pankaj Bansal
|
4ed24b2a03
|
8213844: Typo in ProblemList updation under JDK-8213536
Reviewed-by: jdv
|
2018-11-14 18:27:51 +05:30 |
|
Jayathirth D V
|
53ed0c129a
|
8212116: IIOException "tEXt chunk length is not proper" on opening png file
Reviewed-by: serb
|
2018-11-14 01:29:34 +05:30 |
|
Prasanta Sadhukhan
|
3b27432323
|
Merge
|
2018-11-14 17:26:24 +05:30 |
|