Martin Buchholz
42f7e3f69e
8203328: Rename EFS in java.util.zip internals to something meaningful
...
Reviewed-by: sherman
2018-05-23 10:34:18 -07:00
Xueming Shen
e1bffce5a3
8200172: String.split non-positive term incorrect use
...
Reviewed-by: darcy, lancea
2018-05-23 08:49:00 -07:00
Matthias Baesken
de1b886368
8202427: Enhance os::print_memory_info on Windows
...
Reviewed-by: goetz, stuefe
2018-05-23 16:26:29 +02:00
Gustavo Romero
c4b890cac0
8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
...
Reviewed-by: mdoerr, goetz
2018-05-21 13:23:55 -04:00
Jan Lahoda
aabea5d599
8203827: Upgrade JLine to 2.14.6
...
Reviewed-by: alanb, hannesw, rfield
2018-06-01 13:04:30 +02:00
Claes Redestad
f4b24c3473
8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache
...
Reviewed-by: psandoz
2018-06-01 11:34:13 +02:00
David Holmes
8062baac83
8204055: SIGSEGV in java -XX:
...
Reviewed-by: iklam, stuefe, ccheung
2018-05-31 18:47:21 -04:00
Rajan Halade
e042b06185
8191031: Remove several Symantec Root CAs
...
Reviewed-by: mullan
2018-05-31 14:56:51 -07:00
Daniil Titov
a2a5e85195
8197387: jcmd started by "root" must be allowed to access all VM processes
...
Reviewed-by: sspitsyn, stuefe
2018-05-31 14:09:04 -07:00
Sergey Bylokhov
4549cb8a69
8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
...
Reviewed-by: dmarkov
2018-05-17 14:41:23 -07:00
Jayathirth D V
cd7a37b018
5109146: PNGMetadata Background color initialization from standard metadata is incomplete
...
Reviewed-by: prr, kaddepalli
2018-05-17 11:40:55 +05:30
Alan Snyder
d7e59b52c5
8194327: [macos] AWT windows have incorrect main/key window behaviors
...
Reviewed-by: serb, erikj
2018-05-16 16:46:51 -07:00
Phil Race
f9abf6bee6
Merge
2018-05-16 10:27:25 -07:00
Xueming Shen
bd36be5066
8191533: jar --describe-module prints service provider class names in lower case
...
Reviewed-by: alanb
2018-05-16 10:12:10 -07:00
Phil Race
7984fb2956
Merge
2018-05-16 09:45:40 -07:00
Erik Joelsson
ad3144f97f
8202920: jvm.cfg generation incorrect
...
Reviewed-by: ihse, shade, dholmes, ksrini
2018-05-16 09:40:57 -07:00
Claes Redestad
cff257a87b
8196340: (coll) Examine overriding inherited methods in ArrayList and ArrayList.SubList
...
Reviewed-by: martin, forax, igerasim
2018-05-16 18:03:20 +02:00
Phil Race
ca8b59370b
Merge
2018-05-15 10:13:52 -07:00
Roman Kennke
14291ba72a
8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64
...
Reviewed-by: adinn, smonteith
2018-05-15 05:33:26 -04:00
Alan Bateman
d64c38aab2
8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
...
Reviewed-by: chegar
2018-05-15 09:33:02 +01:00
Jini George
747f934ca7
8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int
...
Avoid truncation to int while reading in long constants from vmStructs. Modify ClhsdbLongConstant.java for truncation testing.
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-05-15 02:47:40 +05:30
Roman Kennke
0fd74037aa
8202016: Use obj+offset in interpreter array access
...
Reviewed-by: adinn
2018-05-14 21:56:07 +02:00
Phil Race
302000f379
8198991: Move Java2D demo to the open repository
...
Reviewed-by: serb, jeff
2018-05-14 08:58:32 -07:00
Andrew Haley
0d6885f792
8185505: AArch64: Port AOT to AArch64
...
Reviewed-by: kvn
2018-05-14 12:03:59 +01:00
Per Lidén
3222e19f2c
8202993: Add support for x86 testptr/testq with register and address
...
Reviewed-by: kvn, neliasso
2018-05-14 15:43:00 +02:00
Per Lidén
875d55e903
8202976: Add C1 lea patching support for x86
...
Reviewed-by: kvn, neliasso
2018-05-14 15:42:59 +02:00
Per Lidén
a6b12a847c
8202994: Add support for undoing last TLAB allocation
...
Reviewed-by: shade, stefank
2018-05-14 15:42:58 +02:00
Nils Eliasson
d822b86df8
8193935: Illegal countedLoops transformation
...
Truncation can sometimes not be removed
Reviewed-by: kvn
2018-05-14 14:10:52 +02:00
Nils Eliasson
86728689bf
8201532: Update idom to get correct dom depth calculation
...
Assert due to dom depth calculation on old idom
Reviewed-by: roland
2018-05-14 14:10:50 +02:00
Jim Laskey
7906014509
8200377: String::strip, String::stripLeading, String::stripTrailing
...
Reviewed-by: sundar, rriggs
2018-05-14 09:40:48 -03:00
Thomas Schatzl
ec2d9845e0
8201491: G1 support for java.lang.ref.Reference precleaning
...
Implement single-threaded concurrent reference precleaning for G1.
Reviewed-by: sangheki, kbarrett
2018-05-14 11:47:03 +02:00
Thomas Schatzl
6ff0af73ce
8202829: Implement CollectedHeap::get_safepoint_workers() for G1
...
Use the parallel STW worker gang to do safepoint work.
Reviewed-by: rkennke, eosterlund, pliden
2018-05-14 11:47:03 +02:00
Alexey Ivanov
e30d634514
8202544: Hide unused exports in libzip
...
Reviewed-by: clanger, ihse
2018-05-11 15:07:43 +01:00
Phil Race
0b2ecd51c9
Merge
2018-05-08 12:13:57 -07:00
Thomas Schatzl
9ed9e26d5c
8202781: Fix typo in DiscoveredListIterator::complete_enqeue
...
Reviewed-by: kbarrett
2018-05-08 16:49:20 +02:00
Adam Petcher
f5a247a85f
8171277: Elliptic Curves for Security in Crypto
...
Implementations of X25519 and X448 key agreement in SunEC
Reviewed-by: mullan
2018-05-08 09:47:28 -04:00
Adam Petcher
f15ab37909
8181594: Efficient and constant-time modular arithmetic
...
Field arithmetic library for crypto algorithms like Poly1305 and X25519
Reviewed-by: xuelei
2018-05-08 09:21:51 -04:00
Jim Laskey
8139cce3e5
8200372: String::trim JavaDoc should clarify meaning of space
...
Reviewed-by: sundar
2018-05-08 09:27:42 -03:00
Claes Redestad
b329be2b75
8202548: Use reservation Object when creating SpeciesData
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: psandoz, plevart
2018-05-08 10:49:59 +02:00
Laurent Bourgès
ef92671424
8202580: Dashed BasicStroke randomly painted incorrectly, may freeze application
...
Fixed Dasher.init() to use the correct part [0; dashLen[
Reviewed-by: prr, serb
2018-05-08 10:13:21 +02:00
Thomas Schatzl
035d0190a3
8202017: Merge Reference Enqueuing phase with phase 3 of Reference processing
...
Do reference enqueuing work directly in phase 3 after every Reference.
Reviewed-by: kbarrett, sangheki
2018-05-08 10:01:29 +02:00
Christoph Dreis
59d4a62f42
8202719: Use Collections.emptyEnumeration where possible
...
Reviewed-by: martin, psandoz
2018-05-08 09:57:45 +02:00
Claes Redestad
13ce1152a4
8202583: Remove experimental ClassForNamePlugin
...
Reviewed-by: jlaskey, alanb, mchung
2018-05-08 09:52:18 +02:00
Hannes Wallnöfer
4bbca4651c
8200716: Object propertyIsEnumerable buggy behavior on short integer-string key
...
Reviewed-by: jlaskey, sundar
2018-05-08 09:41:10 +02:00
Rachna Goel
78bd242097
8191410: Unicode 10
...
Upgrade to Unicode 10
Reviewed-by: naoto, rriggs, igerasim
2018-05-08 11:49:42 +05:30
Chris Yin
7166041796
8202690: jdk/jshell/ToolBasicTest.java failed in testOpenFileOverHttp() and testOpenLocalFileUrl()
...
Reviewed-by: rfield, jlahoda
2018-05-08 09:51:42 +08:00
David Holmes
b62fee0519
8202744: Expired flag removal for JDK 11
...
Reviewed-by: coleenp, jiangli
2018-05-07 21:48:28 -04:00
Coleen Phillimore
00223c1ca5
8202606: Deprecate AllowNonVirtualCalls option
...
Reviewed-by: hseigel, dholmes
2018-05-07 18:48:36 -04:00
Goetz Lindenmaier
b72846bc20
8202745: Remove hyphens from "out-of-bounds"
...
Reviewed-by: rriggs, dholmes
2018-05-07 23:07:01 +02:00
Goetz Lindenmaier
ac3043c692
8201593: Print array length in ArrayIndexOutOfBoundsException
...
Reviewed-by: dholmes, mdoerr, smonteith, shade, rriggs
2018-05-07 09:11:21 +02:00