Jan Lahoda
|
7b023a3f60
|
8273257: jshell doesn't compile a sealed hierarchy with a sealed interface and a non-sealed leaf
Reviewed-by: vromero
|
2021-09-03 09:30:56 +00:00 |
|
Jan Lahoda
|
f17ee0c5c7
|
8273263: Incorrect recovery attribution of record component type when j.l.Record is unavailable
Reviewed-by: vromero
|
2021-09-03 09:29:45 +00:00 |
|
Xiaowei Lu
|
fa9c8657df
|
8273112: -Xloggc:<filename> should override -verbose:gc
Reviewed-by: iklam, dholmes
|
2021-09-03 05:29:02 +00:00 |
|
Ian Graves
|
dd871819a0
|
8214761: Bug in parallel Kahan summation implementation
Reviewed-by: darcy
|
2021-09-03 00:50:11 +00:00 |
|
Sergey Bylokhov
|
7fff22afe7
|
8272805: Avoid looking up standard charsets
Reviewed-by: weijun, naoto, dfuchs, azvegint, erikj
|
2021-09-02 22:56:20 +00:00 |
|
Patricio Chilano Mateo
|
92b05fe0f4
|
8273251: Call check_possible_safepoint() from SafepointMechanism::process_if_requested()
Reviewed-by: coleenp, dholmes
|
2021-09-02 21:22:47 +00:00 |
|
Jamil Nimeh
|
29e0f1386d
|
8272385: Enforce ECPrivateKey d value to be in the range [1, n-1] for SunEC provider
Reviewed-by: ascarpino, weijun
|
2021-09-02 17:54:08 +00:00 |
|
Lance Andersen
|
aaa6f696b0
|
8273250: Address javadoc issues in Deflater::setDictionationary
Reviewed-by: rriggs, naoto, iris, bpb
|
2021-09-02 16:06:55 +00:00 |
|
Vladimir Ivanov
|
632a7e0885
|
8273165: GraphKit::combine_exception_states fails with "matching stack sizes" assert
Reviewed-by: thartmann, kvn
|
2021-09-02 11:46:19 +00:00 |
|
Matthias Baesken
|
c2e015c3c1
|
8273229: Update OS detection code to recognize Windows Server 2022
Reviewed-by: alanb, dholmes
|
2021-09-02 11:22:49 +00:00 |
|
Aleksei Efimov
|
0c1b16b75a
|
8273243: Fix indentations in java.net.InetAddress methods
Reviewed-by: dfuchs, bpb
|
2021-09-02 10:36:08 +00:00 |
|
Sergey Tsypanov
|
152e66923d
|
8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible
Reviewed-by: tschatzl
|
2021-09-02 08:10:40 +00:00 |
|
Aleksey Shipilev
|
857a930bde
|
8263375: Support stack watermarks in Zero VM
Reviewed-by: eosterlund
|
2021-09-02 08:00:45 +00:00 |
|
Valerie Peng
|
1a5a2b6b15
|
8271745: Correct block size for KW,KWP mode and use fixed IV for KWP mode for SunJCE
Reviewed-by: xuelei, mullan
|
2021-09-01 22:17:49 +00:00 |
|
Joe Darcy
|
2f01a6f8b6
|
8273157: Add convenience methods to Messager
Reviewed-by: jjg
|
2021-09-01 20:28:05 +00:00 |
|
Coleen Phillimore
|
9689f61520
|
8272788: Nonleaf ranked locks should not be safepoint_check_never
Reviewed-by: eosterlund, pchilanomate
|
2021-09-01 18:39:10 +00:00 |
|
Ioi Lam
|
655ea6d42a
|
8270489: Support archived heap objects in EpsilonGC
Reviewed-by: shade, ccheung
|
2021-09-01 16:50:11 +00:00 |
|
Coleen Phillimore
|
dacd197897
|
8273217: Make ParHeapInspectTask _safepoint_check_never
Reviewed-by: dholmes, pchilanomate
|
2021-09-01 16:48:06 +00:00 |
|
Yi Yang
|
02822e1398
|
8272377: assert preconditions that are ensured when created in add_final_edges
Reviewed-by: thartmann, kvn
|
2021-09-01 10:41:03 +00:00 |
|
Fairoz Matte
|
a58cf16509
|
8272563: assert(is_double_stack() && !is_virtual()) failed: type check
Reviewed-by: thartmann, iveresov
|
2021-09-01 10:12:25 +00:00 |
|
Matthias Baesken
|
0e14bf70cf
|
8273176: handle latest VS2019 in abstract_vm_version
Reviewed-by: kevinw, dholmes
|
2021-09-01 07:59:10 +00:00 |
|
Jan Lahoda
|
e600fe1a1a
|
8272618: Unnecessary Attr.visitIdent.noOuterThisPath
Reviewed-by: vromero
|
2021-09-01 06:06:17 +00:00 |
|
David Holmes
|
2fce7cb4d2
|
8272963: Update the java manpage markdown source
Reviewed-by: ysuenaga
|
2021-08-31 23:51:10 +00:00 |
|
Weijun Wang
|
3d657eb0a6
|
8262186: Call X509KeyManager.chooseClientAlias once for all key types
Reviewed-by: xuelei
|
2021-08-31 20:07:02 +00:00 |
|
Thomas Schatzl
|
c1e0aac846
|
8273186: Remove leftover comment about sparse remembered set in G1 HeapRegionRemSet
Reviewed-by: ayang
|
2021-08-31 19:46:55 +00:00 |
|
Thomas Schatzl
|
ba3587e524
|
8273144: Remove unused top level "Sample Collection Set Candidates" logging
Reviewed-by: iwalulya, ayang
|
2021-08-31 15:45:56 +00:00 |
|
Vicente Romero
|
75d987a0dd
|
8262095: NPE in Flow$FlowAnalyzer.visitApply: Cannot invoke getThrownTypes because tree.meth.type is null
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Reviewed-by: jlahoda
|
2021-08-31 15:40:17 +00:00 |
|
Brian Burkhalter
|
e551852801
|
8271225: Add floorDivExact() method to java.lang.[Strict]Math
Reviewed-by: darcy
|
2021-08-31 14:42:14 +00:00 |
|
Ivan Walulya
|
e67125512f
|
8237567: Refactor G1-specific code in shared VM_CollectForMetadataAllocation
Reviewed-by: ayang, tschatzl
|
2021-08-31 13:32:31 +00:00 |
|
Albert Mingkun Yang
|
9bc7cc5651
|
8273033: SerialGC: remove obsolete comments
Reviewed-by: sjohanss, tschatzl
|
2021-08-31 12:51:27 +00:00 |
|
Ivan Walulya
|
841e3943c4
|
8159979: During initial mark, preparing all regions for marking may take a significant amount of time
Reviewed-by: tschatzl, ayang
|
2021-08-31 12:30:14 +00:00 |
|
Claes Redestad
|
98fa53357a
|
8273100: Improve AbstractStringBuilder.append(String) when using CompactStrings
Reviewed-by: rriggs, alanb
|
2021-08-31 11:32:33 +00:00 |
|
Yumin Qi
|
9732fbe428
|
8273153: Consolidate file_exists into os:file_exists
Reviewed-by: iklam, ccheung
|
2021-08-31 00:24:05 +00:00 |
|
Vicente Romero
|
0609421d4b
|
8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
Reviewed-by: mchung, chegar
|
2021-08-30 21:16:46 +00:00 |
|
Naoto Sato
|
7fc8540907
|
8260265: UTF-8 by Default
Reviewed-by: alanb, rriggs
|
2021-08-30 21:13:59 +00:00 |
|
Ioi Lam
|
32048536e9
|
8272343: Remove MetaspaceClosure::FLAG_MASK
Reviewed-by: ccheung, minqi
|
2021-08-30 21:06:26 +00:00 |
|
Thomas Schatzl
|
7a01ba6528
|
8272093: Extract evacuation failure injection from G1CollectedHeap
Reviewed-by: ayang, sjohanss
|
2021-08-30 15:54:47 +00:00 |
|
Coleen Phillimore
|
98b9d98032
|
8272797: Mutex with rank safepoint_check_never imply allow_vm_block
Reviewed-by: dholmes, pchilanomate
|
2021-08-30 14:47:24 +00:00 |
|
Stefan Johansson
|
f11e099a14
|
8272651: G1 heap region info print order changed by JDK-8269914
Reviewed-by: tschatzl, iwalulya, ayang
|
2021-08-30 14:37:03 +00:00 |
|
Andrey Turbanov
|
5185dbde67
|
8273098: Unnecessary Vector usage in java.naming
Reviewed-by: aefimov, dfuchs
|
2021-08-30 13:12:42 +00:00 |
|
Lutz Schmidt
|
276b07b36a
|
8271490: [ppc] [s390]: Crash in JavaThread::pd_get_top_frame_for_profiling
Reviewed-by: stuefe, mbaesken
|
2021-08-30 12:31:08 +00:00 |
|
Thomas Schatzl
|
bb7aa1c6a4
|
8272161: Make evacuation failure data structures local to collection
Reviewed-by: iwalulya, sjohanss
|
2021-08-30 12:08:12 +00:00 |
|
Michael McMahon
|
16e83058ca
|
8273059: Redundant Math.min call in Http2ClientImpl#getConnectionWindowSize
Reviewed-by: dfuchs
|
2021-08-30 08:57:17 +00:00 |
|
Guoxiong Li
|
a9188f237e
|
8268894: forged ASTs can provoke an AIOOBE at com.sun.tools.javac.jvm.ClassWriter::writePosition
Reviewed-by: vromero
|
2021-08-29 07:26:08 +00:00 |
|
Bradford Wetmore
|
1fb798d320
|
8272915: (doc) package-info typo in extLink
Reviewed-by: xuelei
|
2021-08-27 23:01:51 +00:00 |
|
Raffaello Giulietti
|
51167846cb
|
8273091: Doc of [Strict]Math.floorDiv(long,int) erroneously documents int in @return tag
Reviewed-by: darcy, bpb
|
2021-08-27 22:48:52 +00:00 |
|
Jim Laskey
|
e66c8afb59
|
8272866: java.util.random package summary contains incorrect mixing function in table
Reviewed-by: rriggs
|
2021-08-27 18:45:52 +00:00 |
|
Brian Burkhalter
|
d1aeca117c
|
8272541: Incorrect overflow test in Toom-Cook branch of BigInteger multiplication
Reviewed-by: darcy
|
2021-08-27 16:09:28 +00:00 |
|
Coleen Phillimore
|
b92214a8d0
|
8272480: Remove Mutex::access rank
Reviewed-by: dholmes, eosterlund
|
2021-08-27 13:51:39 +00:00 |
|
Kim Barrett
|
a49a0c5866
|
8273062: Generation::refs_discovery_is_xxx functions are unused
Reviewed-by: ayang
|
2021-08-27 10:32:46 +00:00 |
|