Coleen Phillimore
|
5d0682463b
|
Merge
|
2019-08-22 09:53:19 -04:00 |
|
Martin Doerr
|
cf05d75980
|
8229925: [s390, PPC64] Exception check missing in interpreter
Reviewed-by: dholmes, rrich
|
2019-08-22 15:52:03 +02:00 |
|
Coleen Phillimore
|
da18495f38
|
8230003: Make Monitor inherit from Mutex
Reverse inheritance that makes more sense.
Reviewed-by: dholmes, rehn, pchilanomate
|
2019-08-22 09:51:36 -04:00 |
|
Michael McMahon
|
e3b6b7f842
|
8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
Reviewed-by: chegar, dfuchs
|
2019-08-22 14:36:10 +01:00 |
|
Aleksey Shipilev
|
f2e17b7658
|
8229998: Build failure after JDK-8227054
Reviewed-by: rkennke, zgu
|
2019-08-22 13:47:14 +02:00 |
|
Aleksey Shipilev
|
7534985c92
|
8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter
Reviewed-by: rkennke, zgu
|
2019-08-22 13:47:13 +02:00 |
|
Robbin Ehn
|
682c25b9fd
|
8229967: Enable thread local handshakes on zero
Reviewed-by: sgehwolf, shade
|
2019-08-22 12:46:20 +02:00 |
|
Tobias Hartmann
|
7cff981f5a
|
8224624: Inefficiencies in CodeStrings::add_comment cause timeouts
Changing CodeStrings to a doubly-linked-list and searching for the comment with the right offset in reverse.
Reviewed-by: kvn
|
2019-08-22 12:24:02 +02:00 |
|
Tobias Hartmann
|
0941bf8b5e
|
8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Back out JDK-8225670 due to performance regressions.
Reviewed-by: roland
|
2019-08-22 12:22:02 +02:00 |
|
Sergey Bylokhov
|
1236be7e4a
|
8224909: Unlink Set of LinkedHashSets
Reviewed-by: prr, mschoene, rhalade, psadhukhan
|
2019-08-21 18:07:29 -07:00 |
|
Vladimir Kozlov
|
a405118f90
|
8229848: [Graal] missing Graal intrinsics for Electronic Code Book (ECB) encryption
New intrinsics were added to Graal test
Reviewed-by: dlong
|
2019-08-21 18:03:50 -07:00 |
|
Kim Barrett
|
1e1d9319dc
|
8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
Added validity check on the handle before deleting it.
Reviewed-by: dholmes, dcubed
|
2019-08-21 19:21:57 -04:00 |
|
Kim Barrett
|
1acad37ee6
|
8227054: ServiceThread needs to know about all OopStorage objects
8227053: ServiceThread cleanup of OopStorage is missing some
OopStorages provides named access and iteration.
Reviewed-by: eosterlund, pliden, coleenp
|
2019-08-21 18:42:30 -04:00 |
|
Roger Riggs
|
de8d01d4d3
|
8207814: (proxy) upgrade the proxy class generator
Reviewed-by: mchung
|
2019-08-21 16:19:17 -04:00 |
|
Ivan Gerasimov
|
5c25e2a6fb
|
8211360: Change #if DEF to #if defined(DEF)
Reviewed-by: bpb, vtewari
|
2019-08-21 13:49:16 -07:00 |
|
Alex Menkov
|
5c3896ce21
|
8228547: accessibility errors in jvmti.html
Reviewed-by: jcbeyler, sspitsyn, dholmes
|
2019-08-21 12:34:37 -07:00 |
|
Roman Kennke
|
864380ada9
|
8229977: Shenandoah: save/restore FPU state aroud LRB runtime call
Reviewed-by: shade
|
2019-08-21 18:05:31 +02:00 |
|
Harold Seigel
|
9ccb4dc212
|
8229930: internal_name() in annotations.hpp returns "{constant pool}"
Fix typo and change text to "{annotations}"
Reviewed-by: mdoerr, dcubed
|
2019-08-21 11:29:40 -04:00 |
|
Boris Ulasevich
|
9e633ae065
|
8229254: solaris_x64 build fails after JDK-8191278
Reviewed-by: kbarrett, dholmes
|
2019-08-21 17:09:05 +03:00 |
|
Athijegannathan Sundararajan
|
0b625536e6
|
8220700: jlink generated launcher script needs quoting to avoid parameter expansion
Reviewed-by: mchung, alanb, sgehwolf
|
2019-08-21 17:38:19 +05:30 |
|
Evgeny Mandrikov
|
444e784ce1
|
8139820: URLClassPath.FileLoader constructor redundantly checks protocol
Reviewed-by: chegar, redestad
|
2019-08-21 00:08:35 +02:00 |
|
Roman Kennke
|
b08e417b06
|
8229921: Shenandoah: Make Traversal mode non-experimental
Reviewed-by: shade
|
2019-08-20 18:39:09 +02:00 |
|
Arthur Eubanks
|
916c2e3cf3
|
8229899: Make java.io.File.isInvalid() less racy
Reviewed-by: alanb, martin, shade
|
2019-08-19 16:08:28 -07:00 |
|
Evgeny Mandrikov
|
a6d6619fbb
|
8152467: remove uses of anachronistic array declarations for method return type
Reviewed-by: shade, alanb
|
2019-08-20 15:54:46 +02:00 |
|
Semyon Sadetsky
|
07e2ea8e44
|
8226513: JEditorPane is shown with incorrect size
Reviewed-by: prr, psadhukhan
|
2019-08-19 12:13:47 +05:30 |
|
Alexey Ivanov
|
11feeaa533
|
8222108: Reduce minRefreshTime for updating remote printer list on Windows
Reviewed-by: prr, serb
|
2019-08-18 21:36:01 +01:00 |
|
Jaikiran Pai
|
1d67d474a5
|
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
Reviewed-by: michaelm, chegar, dfuchs
|
2019-08-26 12:25:49 +01:00 |
|
Michael McMahon
|
ec24017b02
|
8222363: Update ServerSocket.isBound spec to reflect implementation after close
Reviewed-by: dfuchs
|
2019-08-26 11:46:54 +01:00 |
|
Stefan Karlsson
|
04ef527ede
|
8224878: Use JVMFlag parameters instead of name strings
Reviewed-by: gziemski, dholmes, jrose
|
2019-08-26 09:15:43 +02:00 |
|
Stefan Karlsson
|
e1aca70a1c
|
8229836: Remove include of globals.hpp from allocation.hpp
Reviewed-by: coleenp, kbarrett
|
2019-08-26 09:13:38 +02:00 |
|
Patrick Zhang
|
8c1efbe38b
|
8229351: AArch64: the const STUB_THRESHOLD in macroAssembler_aarch64.cpp needs to be tuned
Optimize the stub thresholds of string_compare intrinsics
Reviewed-by: adinn, aph, avoitylov
|
2019-08-12 16:22:24 +08:00 |
|
Alan Bateman
|
27e0cdf12d
|
8236184: (dc) IP_MULTICAST_* and IP_TOS socket options not effective
Reviewed-by: dfuchs
|
2019-12-19 08:36:40 +00:00 |
|
Matthias Baesken
|
75cd193aac
|
8236183: cleanup Java_jdk_internal_reflect_Reflection_getCallerClass naming
Reviewed-by: alanb, dholmes, redestad
|
2019-12-18 15:10:10 +01:00 |
|
Nick Gasson
|
aea0a57512
|
8234794: AArch64: runtime/memory/ReadFromNoaccessArea.java crashes
Try to map CDS shared space at 4G aligned address on AArch64
Reviewed-by: adinn, aph, jiangli, iklam
|
2019-12-19 09:47:33 +08:00 |
|
Daniel D. Daugherty
|
03c3f174ae
|
8236226: fix merge error in src/hotspot/share/gc/z/zRootsIterator.cpp
Reviewed-by: dholmes, kbarrett
|
2019-12-18 18:22:52 -05:00 |
|
Jesper Wilhelmsson
|
e788e6dd46
|
Merge
|
2019-12-18 23:46:55 +01:00 |
|
Jonathan Gibbons
|
c670ebb56b
|
8236030: Cleanup use of String.toCharArray
Reviewed-by: ksrini, hannesw, igerasim
|
2019-12-18 12:14:01 -08:00 |
|
Jonathan Gibbons
|
dc5728ed95
|
8235947: Cleanup/simplify Utils.getBlockTags
Reviewed-by: prappo, hannesw
|
2019-12-18 11:57:07 -08:00 |
|
Jatin Bhateja
|
a3c0f4c804
|
8235825: C2: Merge AD instructions for Replicate nodes
Reviewed-by: vlivanov, sviswanathan, jrose, kvn
|
2019-12-18 21:25:40 +03:00 |
|
Jatin Bhateja
|
7840d02140
|
8235824: C2: Merge AD instructions for AddReductionV and MulReductionV nodes
Reviewed-by: vlivanov, sviswanathan, jrose, kvn
|
2019-12-18 21:25:38 +03:00 |
|
Lance Andersen
|
ab7cfde85c
|
8229888: (zipfs) Updating an existing zip file does not preserve original permissions
Reviewed-by: clanger, alanb, bpb
|
2019-12-18 12:03:56 -05:00 |
|
Kiran Sidhartha Ravikumar
|
a1b2e1042c
|
5064980: URI compareTo inconsistent with equals for mixed-case escape sequences
Reviewed-by: chegar, dfuchs
|
2019-12-17 16:06:27 +00:00 |
|
Pavel Rappo
|
bdaa9c6a1c
|
8236077: Clean up the use of modifiers and semicolons
Reviewed-by: jjg
|
2019-12-17 21:50:17 +00:00 |
|
Vicente Romero
|
ba9d4ad45a
|
8234971: Incorrect example in j.l.reflect.RecordComponent::toString
Reviewed-by: jjg
|
2019-12-17 14:11:26 -05:00 |
|
Alexey Semenyuk
|
14459b2ad2
|
8233270: Add support to jtreg helpers to unpack packages
8230933: Default icon is not set for additional launchers
Reviewed-by: herrick, prr, almatvee
|
2019-12-17 13:56:47 -05:00 |
|
Jesper Wilhelmsson
|
fa070554cb
|
Merge
|
2019-12-17 16:29:30 +01:00 |
|
Andy Herrick
|
ee5777c700
|
8235915: jpackage associations fail when there are spaces in file name or path
Reviewed-by: prr, asemenyuk, almatvee
|
2019-12-17 09:02:13 -05:00 |
|
Andy Herrick
|
9b2bbd3df4
|
8235667: IOUtils.copyFile() problems
Reviewed-by: rriggs, asemenyuk, almatvee
|
2019-12-17 08:56:52 -05:00 |
|
Weijun Wang
|
010ac54044
|
8236070: Backout fix for JDK-8234465
Reviewed-by: mullan
|
2019-12-17 20:56:53 +08:00 |
|
Per Lidén
|
bd6ab22a59
|
8235905: ZGC: Rework how ZRootsIterator visits threads
Reviewed-by: stefank
|
2019-12-17 11:37:55 +01:00 |
|