Vicente Romero
|
8bde2f4e3d
|
8255013: implement Record Classes as a standard feature in Java, follow-up
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: jlahoda
|
2020-10-28 17:18:46 +00:00 |
|
Igor Veresov
|
0425889885
|
8255429: Remove C2-based profiling
Reviewed-by: kvn, neliasso, vlivanov
|
2020-10-28 16:22:07 +00:00 |
|
Erik Österlund
|
aaf4f690f0
|
8255233: InterpreterRuntime::at_unwind should be a JRT_LEAF
Reviewed-by: coleenp, dholmes
|
2020-10-28 14:14:51 +00:00 |
|
Claes Redestad
|
bbf0a31e9e
|
8255397: x86: coalesce reference and int entry points into vtos bytecodes
Reviewed-by: shade, coleenp
|
2020-10-28 14:13:31 +00:00 |
|
Harold Seigel
|
3bd5b80761
|
8243583: Change 'final' error checks to throw ICCE
Reviewed-by: lfoltan, dholmes
|
2020-10-28 12:32:45 +00:00 |
|
Roman Kennke
|
1f00c3b9ba
|
8255527: Shenandoah: Let ShenadoahGCStateResetter disable barriers
Reviewed-by: shade, zgu
|
2020-10-28 12:14:44 +00:00 |
|
Sergey Tsypanov
|
3c4fc79326
|
8255299: Drop explicit zeroing at instantiation of Atomic* objects
Reviewed-by: redestad, serb, prr
|
2020-10-28 12:11:53 +00:00 |
|
Dong Bo
|
6b2d11ba24
|
8255246: AArch64: Implement BigInteger shiftRight and shiftLeft accelerator/intrinsic
Reviewed-by: aph
|
2020-10-28 11:52:07 +00:00 |
|
Jie Fu
|
591e7e2c19
|
8255378: [Vector API] Remove redundant vector length check after JDK-8254814 and JDK-8255210
Reviewed-by: vlivanov, adinn
|
2020-10-28 11:04:08 +00:00 |
|
Per Liden
|
2c9dfc73f9
|
8255234: ZGC: Bulk allocate forwarding data structures
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Co-authored-by: Per Liden <pliden@openjdk.org>
Reviewed-by: ayang, stefank
|
2020-10-28 08:56:57 +00:00 |
|
Christian Hagedorn
|
b7d483c7d5
|
8255245: C1: Fix output of -XX:+PrintCFGToFile to open it with visualizer
Reviewed-by: kvn, xliu
|
2020-10-28 08:47:14 +00:00 |
|
Sergey Bylokhov
|
5e0a8cdf89
|
8255488: Re-enable some problem listed tests
Reviewed-by: psadhukhan
|
2020-10-28 08:40:41 +00:00 |
|
Prasanta Sadhukhan
|
3f8bd92308
|
8233556: [TESTBUG] JPopupMenu tests fail on MacOS
Reviewed-by: serb
|
2020-10-28 06:37:49 +00:00 |
|
Prasanta Sadhukhan
|
4acf634d05
|
8171998: javax/swing/JMenu/4692443/bug4692443.java fails on Windows
Reviewed-by: serb
|
2020-10-28 06:32:29 +00:00 |
|
Eric Liu
|
a804c6a6ef
|
8254871: Remove unnecessary string copy in NetworkInterface.c
Reviewed-by: michaelm
|
2020-10-28 02:15:36 +00:00 |
|
Anton Kozlov
|
acd0e2560c
|
8255254: Split os::reserve_memory and os::map_memory_to_file interfaces
Reviewed-by: stefank, stuefe
|
2020-10-27 20:37:01 +00:00 |
|
Sergey Bylokhov
|
dc85a3fe81
|
8015602: [macosx] Test javax/swing/SpringLayout/4726194/bug4726194.java fails on MacOSX
Reviewed-by: psadhukhan, pbansal
|
2020-10-27 20:23:32 +00:00 |
|
Alex Menkov
|
1d245c6ec8
|
8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect"
Reviewed-by: cjplummer, sspitsyn
|
2020-10-27 19:49:38 +00:00 |
|
Alexey Bakhtin
|
7a7ce021de
|
8007632: DES/3DES keys support in PKCS12 keystore
Reviewed-by: weijun
|
2020-10-27 18:41:44 +00:00 |
|
Roger Riggs
|
a023b93712
|
8255394: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with ---illegal-access=deny
Reviewed-by: alanb, weijun
|
2020-10-27 18:17:57 +00:00 |
|
Calvin Cheung
|
84e985da4b
|
8253920: Share method trampolines in CDS dynamic archive
Reviewed-by: redestad, minqi, iklam
|
2020-10-27 16:16:01 +00:00 |
|
Thomas Stuefe
|
7d41a54188
|
8255450: runtime/ThreadCountLimit.java causes high system load
Reviewed-by: shade
|
2020-10-27 14:25:34 +00:00 |
|
Magnus Ihse Bursie
|
504cb00568
|
8252113: Move jfr man page into jfr module
Reviewed-by: erikj
|
2020-10-27 13:57:56 +00:00 |
|
Aleksey Shipilev
|
552192ff71
|
8255305: Add Linux x86_32 tier1 to submit workflow
Reviewed-by: ihse
|
2020-10-27 13:57:07 +00:00 |
|
Aleksey Shipilev
|
66a3917d4d
|
8255331: Problemlist java/foreign/TestMismatch.java on 32-bit platforms until JDK-8254162
Reviewed-by: mcimadamore
|
2020-10-27 13:53:02 +00:00 |
|
Stefan Karlsson
|
cf56c7e04c
|
8254980: ZGC: ZHeapIterator visits armed nmethods with -XX:-ClassUnloading
Reviewed-by: eosterlund, pliden
|
2020-10-27 12:27:23 +00:00 |
|
Harold Seigel
|
18d9905c40
|
8255342 : Remove non-specified JVM checks on Classes with Record attributes
Reviewed-by: dholmes, coleenp
|
2020-10-27 12:23:14 +00:00 |
|
Prasanta Sadhukhan
|
767965046e
|
8231231: The printing result is different from the case instruction
Reviewed-by: prr
|
2020-10-27 11:16:27 +00:00 |
|
Claes Redestad
|
f7c59c661c
|
8255231: Avoid upcalls when initializing the statSampler
Reviewed-by: iklam, dholmes
|
2020-10-27 10:31:21 +00:00 |
|
Aleksey Shipilev
|
dccfd2b3e0
|
8255389: ConcurrentHashTable::NoOp omits return in non-void return method
Reviewed-by: kbarrett, rehn
|
2020-10-27 08:16:43 +00:00 |
|
Jie Fu
|
d735f91919
|
8255040: Replace __sync_add_and_fetch with __atomic_add_fetch to avoid build errors with clang
Reviewed-by: dholmes, kbarrett
|
2020-10-27 05:50:54 +00:00 |
|
Prasanta Sadhukhan
|
bcdeeaa04c
|
8199054: Test javax/swing/UIDefaults/8149879/InternalResourceBundle.java is unstable
Reviewed-by: prr, serb
|
2020-10-27 02:59:33 +00:00 |
|
Prasanta Sadhukhan
|
dee31d0e95
|
8167355: [macos 10.12] Timeout in javax/swing/JTextArea/TextViewOOM/TextViewOOM.java
Reviewed-by: prr
|
2020-10-27 02:55:40 +00:00 |
|
Sergey Bylokhov
|
abdbbe3a79
|
8254370: Update the classes in the java.awt.color package
Reviewed-by: prr
|
2020-10-26 23:56:11 +00:00 |
|
Alexander Matveev
|
8ca59c9e2e
|
8255206: [macos] LicenseTest fails on macOS 11
Reviewed-by: asemenyuk, herrick
|
2020-10-26 22:45:58 +00:00 |
|
Harold Seigel
|
ca8bba64dc
|
8238263: Create at-requires mechanism for containers
Reviewed-by: bobv, iignatyev
|
2020-10-26 20:30:37 +00:00 |
|
Vladimir Kozlov
|
a7fa1b70f2
|
8251994: VM crashed running TestComplexAddrExpr.java test with -XX:UseAVX=X
Reviewed-by: shade, redestad
|
2020-10-26 19:40:48 +00:00 |
|
Daniel Kamil Kozar
|
b498433631
|
8254825: Monitoring available clipboard formats should be done via new Windows APIs
Reviewed-by: serb
|
2020-10-26 19:13:20 +00:00 |
|
Phil Race
|
de05b0065a
|
8255365: Problem list failing client manual tests
Reviewed-by: kizune, serb
|
2020-10-26 18:56:23 +00:00 |
|
Sergey Bylokhov
|
49c4978d0a
|
8060202: [macosx] Test closed/java/awt/Choice/GetSizeTest/GetSizeTest fails only in MacOSX(10.10)
Reviewed-by: prr
|
2020-10-26 18:35:52 +00:00 |
|
Sergey Bylokhov
|
2b47a58dd7
|
8028281: [TEST_BUG] [macosx] javax/swing/JTabbedPane/7024235/Test7024235.java fails
Reviewed-by: psadhukhan, prr
|
2020-10-26 18:31:54 +00:00 |
|
Vladimir Ivanov
|
83a91bfaed
|
8253734: C2: Optimize Move nodes
Reviewed-by: thartmann, neliasso, kvn
|
2020-10-26 17:24:08 +00:00 |
|
Stefan Karlsson
|
6666dcbe72
|
8237363: Remove automatic is in heap verification in OopIterateClosure
Reviewed-by: eosterlund, pliden
|
2020-10-26 17:22:47 +00:00 |
|
Aleksey Shipilev
|
fa64477c82
|
8255301: Common and strengthen the code in ciMemberName and ciMethodHandle
Reviewed-by: vlivanov, kvn
|
2020-10-26 15:42:39 +00:00 |
|
Martin Doerr
|
9b5a2a6b24
|
8255349: Vector API issues on Big Endian
Reviewed-by: psandoz, rrich
|
2020-10-26 15:29:51 +00:00 |
|
Weijun Wang
|
e8b75b13dc
|
8255393: sun/security/util/DerValue/Indefinite.java fails with ---illegal-access=deny
Reviewed-by: alanb
|
2020-10-26 14:33:34 +00:00 |
|
Aleksey Shipilev
|
7cafe35424
|
8255352: Archive important test outputs in submit workflow
Reviewed-by: rwestberg, ihse
|
2020-10-26 11:20:38 +00:00 |
|
Aleksey Shipilev
|
888086f109
|
8255373: Submit workflow artifact name is always "test-results_.zip"
Reviewed-by: rwestberg, ihse
|
2020-10-26 10:18:36 +00:00 |
|
Aleksey Shipilev
|
69188188f4
|
8255265: IdealLoopTree::iteration_split_impl does not use should_align
Reviewed-by: thartmann, kvn
|
2020-10-26 07:16:10 +00:00 |
|
Aleksey Shipilev
|
c28b011121
|
8255343: java/util/stream/SpliteratorTest.java fails on 32-bit platforms with "Misaligned access at address: 12"
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
|
2020-10-26 07:11:44 +00:00 |
|