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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Prasanta Sadhukhan
|
eafb5eb05e
|
Merge
|
2018-11-14 17:16:44 +05:30 |
|
David Holmes
|
458e0b864a
|
8213767: Remove the -Xconcurrentio flag and associated code
Reviewed-by: lfoltan, rehn
|
2018-11-14 04:56:43 -05:00 |
|
Robbin Ehn
|
9a79d90cc6
|
8213574: Deadlock in string table expansion when dumping lots of CDS classes
Reviewed-by: jiangli, iklam, dholmes
|
2018-11-14 07:50:37 +01:00 |
|
Vicente Romero
|
61082e6b25
|
8213480: update internal ASM version to 7.0
Reviewed-by: dholmes, iignatyev, alanb
|
2018-11-13 23:33:17 -05:00 |
|
Sergey Bylokhov
|
ba913fe82d
|
8211833: Javadoc cleanup of java.applet package
Reviewed-by: prr
|
2018-11-13 16:35:58 -08:00 |
|
Anton Litvinov
|
8a5f5e0f34
|
8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
Reviewed-by: serb, dmarkov
|
2018-11-12 22:28:08 +00:00 |
|
Prasanta Sadhukhan
|
046262a0f5
|
Merge
|
2018-11-12 11:10:16 +05:30 |
|
Claes Redestad
|
eda5f09014
|
8213478: Reduce rebinds when applying repeated filters and conversions
Reviewed-by: vlivanov, jrose
|
2018-11-11 21:24:46 +01:00 |
|
Sergey Bylokhov
|
5a9a338c8e
|
8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
Reviewed-by: dmarkov, lbourges, kaddepalli, prr
|
2018-11-10 18:48:35 -08:00 |
|
Aleksey Shipilev
|
2df435e191
|
8211926: Catastrophic size_t underflow in BitMap::*_large methods
Reviewed-by: kbarrett, stuefe
|
2018-11-10 20:47:28 +01:00 |
|
Aleksey Shipilev
|
8f1a1b9cab
|
8213711: Zero build broken after JDK-8213199 (GC abstraction for Assembler::needs_explicit_null_check())
Reviewed-by: rkennke, stuefe
|
2018-11-10 19:27:52 +01:00 |
|
Ivan Gerasimov
|
9076a94dd4
|
8213383: Wrap up pthread_cond_wait into a loop to workaround potential spurious wakeups
Reviewed-by: dlong, sspitsyn, dholmes, rriggs
|
2018-11-09 16:21:28 -08:00 |
|
Man Cao
|
9d39cba453
|
8213113: Dead code related to UseAdaptiveSizePolicy in ParNewGeneration
Removed dead code related to UseAdaptiveSizePolicy for CMS
Reviewed-by: pliden, tschatzl
|
2018-11-09 12:13:20 -08:00 |
|
Roger Riggs
|
29e742273e
|
8185496: Improve performance of system properties initialization in initPhase1
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
|
2018-11-09 13:28:16 -05:00 |
|
Dean Long
|
db0221089f
|
8213596: test failure with Graal when security manager and policy file are used
Reviewed-by: kvn
|
2018-11-09 09:59:05 -08:00 |
|
Dean Long
|
5e25c70198
|
8213588: compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed
Reviewed-by: kvn
|
2018-11-09 09:57:22 -08:00 |
|
Xue-Lei Andrew Fan
|
3e9941ea2b
|
8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
Reviewed-by: mullan, chegar
|
2018-11-09 08:24:38 -08:00 |
|
Thomas Stuefe
|
7e17764cd3
|
8213592: Misaligned code in globals.hpp after 8211845
Reviewed-by: dholmes
|
2018-11-09 16:08:14 +01:00 |
|
Martin Doerr
|
598f595947
|
8213604: Fix missing includes after JDK-8212673
Reviewed-by: tschatzl, roland
|
2018-11-09 15:19:11 +01:00 |
|
Ambarish Rapte
|
bc3c7c9b32
|
8198002: java/awt/Mixing/Validating.java debug assert on Windows
Reviewed-by: serb, kaddepalli
|
2018-11-09 18:35:25 +05:30 |
|
Roman Kennke
|
9e754390c6
|
8213489: GC/C2 abstraction for Compile::final_graph_reshaping()
Reviewed-by: kvn, roland
|
2018-11-09 10:38:07 +01:00 |
|
Roman Kennke
|
617ccd6b92
|
8213473: Replace testB_mem_imm matcher with testUB_mem_imm
Reviewed-by: kvn, roland
|
2018-11-09 10:38:07 +01:00 |
|
Amit Sapre
|
06383ba3a1
|
8211951: Broken links in java.management files
Corrected broken Javadoc links.
Reviewed-by: alanb, sspitsyn
|
2018-11-09 12:47:20 +05:30 |
|
Ambarish Rapte
|
3ec1c6f949
|
8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows
Reviewed-by: prr, serb
|
2018-11-09 12:08:05 +05:30 |
|
Phil Race
|
bf7a30f5cf
|
8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
Reviewed-by: serb
|
2018-11-08 10:34:49 -08:00 |
|
Prasanta Sadhukhan
|
b553485436
|
8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows
Reviewed-by: prr
|
2018-11-08 12:09:06 +05:30 |
|
Ioi Lam
|
147fc3ed13
|
8213346: Re-implement shared dictionary using CompactHashtable
Reviewed-by: jiangli
|
2018-11-07 19:40:27 -08:00 |
|
Jakub Vanek
|
14b8e187e2
|
8213826: Disable ARMv6 memory barriers on ARMv5 processors
Reviewed-by: dholmes, bulasevich
|
2018-11-13 21:43:10 -05:00 |
|