Aleksey Shipilev
|
a741b927a3
|
8279453: Disable tools/jar/ReproducibleJar.java on 32-bit platforms
Reviewed-by: alanb, bpb
|
2022-01-05 16:19:00 +00:00 |
|
Albert Mingkun Yang
|
b6ec39cc84
|
8279510: Parallel: Remove unused PSScavenge::_consecutive_skipped_scavenges
Reviewed-by: kbarrett
|
2022-01-05 15:36:16 +00:00 |
|
Aleksey Shipilev
|
0f98efbf2f
|
8279445: Update JMH devkit to 1.34
Reviewed-by: aph, erikj
|
2022-01-05 12:04:09 +00:00 |
|
Maurizio Cimadamore
|
9d43d25da8
|
8278897: Alignment of heap segments is not enforced correctly
Reviewed-by: jvernee
|
2022-01-05 10:47:34 +00:00 |
|
Aleksey Shipilev
|
0f4807e8fe
|
8279222: Incorrect legacyMap.get in java.security.Provider after JDK-8276660
Co-authored-by: Valerie Peng <valeriep@openjdk.org>
Reviewed-by: alanb, valeriep
|
2022-01-05 07:29:17 +00:00 |
|
bobpengxie
|
8b5de27ce1
|
8279485: Incorrect copyright year in compiler/lib/ir_framework/IRNode.java after JDK-8278114
Reviewed-by: haosun, jiefu
|
2022-01-05 02:22:26 +00:00 |
|
Zhiqiang Zang
|
f326305396
|
8278114: New addnode ideal optimization: converting "x + x" into "x << 1"
Reviewed-by: kvn, redestad
|
2022-01-05 00:38:59 +00:00 |
|
Quan Anh Mai
|
f8f9148016
|
8278948: compiler/vectorapi/reshape/TestVectorCastAVX1.java crashes in assembler
Reviewed-by: kvn, sviswanathan
|
2022-01-04 22:59:33 +00:00 |
|
Jesper Wilhelmsson
|
191f7307bb
|
Merge
|
2022-01-04 19:31:12 +00:00 |
|
Albert Mingkun Yang
|
99a8351bc9
|
8279386: Remove duplicate RefProcPhaseTimeTracker
Reviewed-by: iwalulya, mli
|
2022-01-04 16:06:34 +00:00 |
|
Yasumasa Suenaga
|
d1e6f26160
|
8279351: [TESTBUG] SADebugDTest.java does not handle "Address already in use" error
Reviewed-by: cjplummer
|
2022-01-04 15:00:58 +00:00 |
|
Vladimir Ivanov
|
95a3010acf
|
8275830: C2: Receiver downcast is missing when inlining through method handle linkers
Reviewed-by: kvn, dlong
|
2022-01-04 12:35:48 +00:00 |
|
Vladimir Ivanov
|
58b5fb3233
|
8265317: [vector] assert(payload->is_object()) failed: expected 'object' value for scalar-replaced boxed vector but got: NULL
Reviewed-by: kvn, thartmann
|
2022-01-04 12:34:38 +00:00 |
|
Hamlin Li
|
93c7d90c55
|
8278282: G1: Log basic statistics for evacuation failure
Reviewed-by: tschatzl, ayang, iwalulya
|
2022-01-04 11:55:41 +00:00 |
|
Aleksey Shipilev
|
06f3713271
|
8279379: GHA: Print tests that are in error
Reviewed-by: erikj, clanger
|
2022-01-04 11:13:07 +00:00 |
|
Roland Westrelin
|
e7244c19f4
|
8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_exception_handlers()) failed: no exception handler expected" after JDK-8275638
Reviewed-by: rbackman, vlivanov
|
2022-01-04 10:56:37 +00:00 |
|
Doug Simon
|
1ffdc52cf0
|
8279412: [JVMCI] failed speculations list must outlive any nmethod that refers to it
Reviewed-by: kvn, never
|
2022-01-04 10:14:50 +00:00 |
|
Albert Mingkun Yang
|
863bffb3b6
|
8279374: Remove unused JNIHandles::weak_oops_do
Reviewed-by: coleenp
|
2022-01-04 09:56:17 +00:00 |
|
Matthias Baesken
|
9bdf6eb7b2
|
8279385: [test] Adjust sun/security/pkcs12/KeytoolOpensslInteropTest.java after 8278344
Reviewed-by: weijun
|
2022-01-04 07:55:53 +00:00 |
|
Ioi Lam
|
09cf5f19d7
|
8278602: CDS dynamic dump may access unloaded classes
Reviewed-by: coleenp, ccheung
|
2022-01-04 04:52:49 +00:00 |
|
Naoto Sato
|
8dc4437d00
|
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
Reviewed-by: joehw
|
2022-01-04 02:48:23 +00:00 |
|
Erik Joelsson
|
6b906bbab1
|
8279223: Define version in .jcheck/conf
Reviewed-by: alanb, iris, kcr
|
2022-01-03 21:53:50 +00:00 |
|
Hendrik Schreiber
|
c295e71b49
|
8276700: Improve java.lang.ref.Cleaner javadocs
Reviewed-by: rriggs, mchung
|
2022-01-03 15:57:34 +00:00 |
|
Aleksey Shipilev
|
3a1fca3adf
|
8278146: G1: Rework VM_G1Concurrent VMOp to clearly identify it as pause
Reviewed-by: tschatzl, kbarrett
|
2022-01-03 14:39:35 +00:00 |
|
Chris Plummer
|
2a59ebbba3
|
8279119: src/jdk.hotspot.agent/doc/index.html file contains references to scripts that no longer exist
Reviewed-by: kevinw, sspitsyn
|
2022-01-03 01:29:13 +00:00 |
|
William Kemper
|
b4b0328d62
|
8278824: Uneven work distribution when scanning heap roots in G1
Reviewed-by: ayang, tschatzl, phh
|
2021-12-28 17:32:00 +00:00 |
|
Sergey Nazarkin
|
299022dfac
|
8279225: [arm32] C1 longs comparison operation destroys argument registers
Reviewed-by: haosun, aph
|
2021-12-28 11:29:12 +00:00 |
|
Jesper Wilhelmsson
|
4f607f2ada
|
Merge
|
2021-12-27 01:22:11 +00:00 |
|
Sergey Bylokhov
|
7fea10327e
|
8279134: Fix Amazon copyright in various files
Reviewed-by: xliu, phh
|
2021-12-26 22:10:54 +00:00 |
|
Igor Veresov
|
54b800d56d
|
8271202: C1: assert(false) failed: live_in set of first block must be empty
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: vlivanov, kvn
|
2021-12-25 05:38:12 +00:00 |
|
Vladimir Kozlov
|
2945b786ba
|
8279195: Document the -XX:+NeverActAsServerClassMachine flag
Reviewed-by: dholmes
|
2021-12-24 22:32:16 +00:00 |
|
Eric Liu
|
6588bedc19
|
8278889: AArch64: [vectorapi] VectorMaskLoadStoreTest.testMaskCast() test fail
Reviewed-by: njian, kvn
|
2021-12-24 03:10:41 +00:00 |
|
Andrey Turbanov
|
70c6df6be4
|
8274893: Update java.desktop classes to use try-with-resources
Reviewed-by: serb
|
2021-12-24 02:02:39 +00:00 |
|
Jonathan Gibbons
|
d52392c15e
|
8276892: Provide a way to emulate exceptional situations in FileManager when using JavadocTester
Reviewed-by: prappo
|
2021-12-24 01:48:13 +00:00 |
|
Xin Liu
|
22c15ddae5
|
8279189: Inaccurate comment about class VMThread
Reviewed-by: dholmes, kbarrett
|
2021-12-24 00:57:03 +00:00 |
|
Daniel Jelinski
|
9d99a377bf
|
8277881: Missing SessionID in TLS1.3 resumption in compatibility mode
Reviewed-by: ascarpino
|
2021-12-24 00:01:46 +00:00 |
|
Vicente Romero
|
4669bcd877
|
8279244: test accompaning fix for JDK-8205187 is failing in Windows
Reviewed-by: dcubed, mikael
|
2021-12-23 21:26:31 +00:00 |
|
Jesper Wilhelmsson
|
a3b1c6b036
|
Merge
|
2021-12-23 21:17:50 +00:00 |
|
Jonathan Gibbons
|
9df200f749
|
8278795: Create test library and tests for langtools snippets
Reviewed-by: hannesw
|
2021-12-23 21:15:21 +00:00 |
|
Xin Liu
|
7aff03aee1
|
8267517: async logging for stdout and stderr
Reviewed-by: dholmes, ysuenaga
|
2021-12-23 20:25:08 +00:00 |
|
Vicente Romero
|
ff2ca4f21b
|
8205187: javac/javadoc should not crash if no java.lang; crash message obsolete
Reviewed-by: jjg
|
2021-12-23 19:12:24 +00:00 |
|
Andrew Leonard
|
bc0466c7ca
|
8279182: MakeZipReproducible ZipEntry timestamps not localized to UTC
Reviewed-by: erikj
|
2021-12-23 18:03:05 +00:00 |
|
Aleksey Shipilev
|
04ad668921
|
8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of size too large
Reviewed-by: chagedorn, kvn
|
2021-12-23 16:22:10 +00:00 |
|
Jonathan Gibbons
|
558a6824c6
|
8279115: Fix internal doc comment errors.
Reviewed-by: mli
|
2021-12-23 15:19:55 +00:00 |
|
Erik Gahlin
|
730f67081d
|
8268297: jdk/jfr/api/consumer/streaming/TestLatestEvent.java times out
Reviewed-by: mgronlun
|
2021-12-23 15:03:06 +00:00 |
|
Daniel Le
|
87cc4e5009
|
8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1)
Reviewed-by: naoto
|
2021-12-23 14:11:11 +00:00 |
|
Andrew Leonard
|
214f98f6b0
|
8278766: Enable OpenJDK build support for reproducible jars and jmods using --date
Reviewed-by: erikj
|
2021-12-23 11:01:26 +00:00 |
|
Yi Yang
|
ad1dc9c2ae
|
8278125: Some preallocated OOMEs are missing stack trace
Co-authored-by: dongyun.tdy <dongyun.tdy@alibaba-inc.com>
Reviewed-by: dholmes, coleenp
|
2021-12-23 02:14:52 +00:00 |
|
Chris Plummer
|
eaefb1a1ed
|
8244669: convert clhsdb "mem" command from javascript to java
Reviewed-by: sspitsyn, kevinw, poonam
|
2021-12-22 23:02:41 +00:00 |
|
Aleksey Shipilev
|
9d5ae2e380
|
8279076: C2: Bad AD file when matching SqrtF with UseSSE=0
Reviewed-by: kvn, sviswanathan
|
2021-12-22 20:17:39 +00:00 |
|