Markus Grönlund
7aac4dc175
8257621: JFR StringPool misses cached items across consecutive recordings
...
Reviewed-by: egahlin
2020-12-17 14:34:44 +00:00
Kim Barrett
61390d8e45
8257999: Parallel GC crash in gc/parallel/TestDynShrinkHeap.java: new region is not in covered_region
...
Reviewed-by: sjohanss, tschatzl
2020-12-17 14:18:00 +00:00
Julia Boes
952dc70402
8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect
...
Reviewed-by: darcy
2020-12-17 11:32:58 +00:00
Xin Liu
83be8a902c
8247732: validate user-input intrinsic_ids in ControlIntrinsic
...
renew webrev to the latest jdk. fixed a typo and a bug. Add constraints for both DisableIntrinsic and ControlIntrinsics. Add tests to cover different use cases of them.
Reviewed-by: neliasso, thartmann
2020-12-17 10:05:09 +00:00
Guoxiong Li
41f312eb64
8254023: A module declaration is not allowed to be a target of an annotation that lacks an @Target meta-annotation
...
Reviewed-by: jfranck, vromero
2020-12-17 08:06:35 +00:00
Thomas Stuefe
178c00182c
8258479: Minor cleanups in VMError
...
Reviewed-by: lfoltan, coleenp
2020-12-17 05:26:11 +00:00
Jatin Bhateja
c11525a45e
8257772: Vectorizing clear memory operation using AVX-512 masked operations
...
Reviewed-by: thartmann, kvn
2020-12-17 04:42:19 +00:00
Nick Gasson
643ddc1320
8257882: Implement linkToNative intrinsic on AArch64
...
Reviewed-by: jvernee, mcimadamore, aph
2020-12-17 03:24:40 +00:00
Jesper Wilhelmsson
11bd7a814f
Merge
2020-12-17 03:04:19 +00:00
Brent Christian
b2f035549a
8253497: Core Libs Terminology Refresh
...
Reviewed-by: naoto, kcr, rriggs, joehw, bpb, smarks, alanb
2020-12-16 23:09:20 +00:00
Jonathan Gibbons
ce0ab2dd84
8258338: Support deprecated records
...
Reviewed-by: hannesw
2020-12-16 22:26:57 +00:00
Jonathan Gibbons
6b4b676550
8241353: NPE in ToolProvider.getSystemJavaCompiler
...
Reviewed-by: vromero
2020-12-16 22:21:54 +00:00
Roger Riggs
aa9c136d67
8251989: Hex formatting and parsing utility
...
Reviewed-by: tvaleev, chegar, naoto, darcy
2020-12-16 20:29:49 +00:00
Anton Litvinov
87644a2bb7
8255880: UI of Swing components is not redrawn after their internal state changed
...
Reviewed-by: prr
Backport-of: e8c40bafa51ed73247d2a03a8411cbcb0cdf4efa
2020-12-16 19:48:07 +00:00
Xue-Lei Andrew Fan
efd61c6f53
8258514: Replace Collections.unmodifiableList with List.of
...
Reviewed-by: jnimeh
2020-12-16 19:42:03 +00:00
Ioi Lam
59f4c4aad5
8258075: Use auto variable declarations for enum iteration
...
Reviewed-by: jrose, ccheung
2020-12-16 19:39:24 +00:00
Harold Seigel
330ce86123
8257700: Add logging for sealed classes in JVM_GetPermittedSubclasses
...
Reviewed-by: lfoltan, coleenp, dholmes
2020-12-16 19:20:54 +00:00
Coleen Phillimore
c4632647ae
8258048: Placeholder hash code is the same as Dictionary hash code
...
Reviewed-by: dholmes, hseigel, lfoltan
2020-12-16 19:17:58 +00:00
Gerard Ziemski
70183f4d6e
8251438: Issues with our POSIX set_signal_handler()
...
Reviewed-by: dholmes, stuefe
2020-12-16 17:09:45 +00:00
Erik Gahlin
3c66485015
8257906: JFR: RecordingStream leaks memory
...
Reviewed-by: mgronlun
2020-12-16 11:03:41 +00:00
Julia Boes
72dfba8053
8257637: Update usage of "type" terminology in java.lang.annotation
...
Reviewed-by: darcy
2020-12-16 10:46:39 +00:00
Xin Liu
0c8cc2cde4
8258058: improve description of OutOfMemoryError relevant flags
...
OutOfMemoryError thrown out of JVM doesn't notify hotspot, so debug.cpp::report_java_out_out_memory does not handle it. ie. Some options don't respect OOMEs from Java libraries. We need to make the description more clear to users.
Reviewed-by: dholmes, jiefu
2020-12-16 09:01:27 +00:00
Kim Barrett
cdb53422e8
8258252: Move PtrQueue enqueue to PtrQueueSet subclasses
...
Reviewed-by: tschatzl, rkennke
2020-12-16 07:53:40 +00:00
Ioi Lam
17ace8339d
8258074: Move some flags related to compiler to compiler_globals.hpp
...
Reviewed-by: kvn, coleenp
2020-12-16 04:36:43 +00:00
Calvin Cheung
b5a3a5b621
8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive
...
Reviewed-by: redestad, coleenp
2020-12-16 02:37:29 +00:00
David Holmes
1e77896838
8236225: Remove expired flags in JDK 17
...
8256717: Expire the long term obsoleted VM flags
Reviewed-by: coleenp, kvn
2020-12-16 00:00:12 +00:00
Coleen Phillimore
4d6f318153
8257726: Make -XX:+StressLdcRewrite option a diagnostic option
...
Reviewed-by: lfoltan, stuefe, dcubed
2020-12-15 23:54:50 +00:00
Weijun Wang
b97fe6c410
8258419: RSA cipher buffer cleanup
...
Reviewed-by: valeriep
2020-12-15 22:49:35 +00:00
Andrii Rodionov
7977e381ea
8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image
...
Reviewed-by: serb, ihse, bobv
2020-12-15 21:37:38 +00:00
Tom Rodriguez
1f556d22ca
8258380: [JVMCI] don't clear InstalledCode reference when unloading JVMCI nmethods
...
Reviewed-by: kvn, eosterlund
2020-12-15 21:31:00 +00:00
Coleen Phillimore
c37eabe73b
8252148: vmError::controlled_crash should be #ifdef ASSERT and move tests to gtest
...
Reviewed-by: iklam, stuefe
2020-12-15 20:48:18 +00:00
Anton Kozlov
2273f9555a
8234930: Use MAP_JIT when allocating pages for code cache on macOS
...
Reviewed-by: stuefe, iklam, burban
2020-12-15 18:43:49 +00:00
Yumin Qi
36e2097401
8255917: runtime/cds/SharedBaseAddress.java failed "assert(reserved_rgn != 0LL) failed: No reserved region"
...
Reviewed-by: ccheung, iklam, stuefe
2020-12-15 16:52:26 +00:00
Joe Darcy
e9113517d4
8258140: Update @jls tags in java.base for renamed/renumbered sections
...
Reviewed-by: psandoz
2020-12-15 16:48:31 +00:00
Alexey Semenyuk
d53ee6219b
8255899: Allow uninstallation of jpackage exe bundles
...
Reviewed-by: almatvee, herrick
2020-12-15 16:42:29 +00:00
Eric Caspole
65756abf44
8257802: LogCompilation throws couldn't find bytecode on JDK 8 log
...
Reviewed-by: kvn, redestad
2020-12-15 16:20:15 +00:00
Christian Hagedorn
ce36aeaac3
8257822: C2 crashes with SIGFPE due to a division that floats above its zero check
...
Reviewed-by: kvn, thartmann
2020-12-15 15:14:34 +00:00
Markus Grönlund
fa1cbb47aa
8258404: Restore stacktrace reuse after 8258094
...
Reviewed-by: egahlin
2020-12-15 14:48:57 +00:00
Maurizio Cimadamore
7ff9c85639
8258242: Type profile pollution occurs when memory segments of different kinds are used
...
Reviewed-by: vlivanov, redestad
2020-12-15 13:50:40 +00:00
Zhengyu Gu
a372be4ba2
8258244: Shenandoah: Not expecting forwarded object in roots during mark after JDK-8240868
...
Reviewed-by: rkennke
2020-12-15 13:22:10 +00:00
Thomas Stuefe
568dc29b9a
8185734: [Windows] Structured Exception Catcher missing around gtest execution
...
Reviewed-by: dholmes, ihse
2020-12-15 09:02:46 +00:00
Thomas Stuefe
3ab1dfeb8f
8257828: SafeFetch may crash if invoked in non-JavaThreads
...
Reviewed-by: mdoerr, kbarrett, coleenp, dholmes
2020-12-15 07:00:54 +00:00
Jesper Wilhelmsson
381021aebf
Merge
2020-12-15 03:40:30 +00:00
Zhengyu Gu
2c3ae19a20
8258239: Shenandoah: Used wrong closure to mark concurrent roots
...
Reviewed-by: rkennke
2020-12-14 17:55:23 +00:00
Kim Barrett
1ff0f1673d
8258142: Simplify G1RedirtyCardsQueue
...
Separate local redirty qset from redirty queue.
Reviewed-by: tschatzl, iwalulya
2020-12-14 16:13:23 +00:00
Anton Litvinov
e8c40bafa5
8255880: UI of Swing components is not redrawn after their internal state changed
...
Reviewed-by: prr, serb
2020-12-14 14:36:15 +00:00
Sergey Tsypanov
15481041e0
8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)
...
Reviewed-by: dfuchs
2020-12-14 13:03:55 +00:00
Claes Redestad
e69ae07f08
8257985: count_trailing_zeros doesn't handle 64-bit values on 32-bit JVM
...
Reviewed-by: kbarrett
2020-12-14 11:59:05 +00:00
Markus Grönlund
afc44414d5
8258094: AIX build fails after 8257602
...
Reviewed-by: rrich, stuefe, egahlin
2020-12-14 11:36:01 +00:00
Martin Buchholz
43dc3f7992
8254350: CompletableFuture.get may swallow InterruptedException
...
Reviewed-by: alanb, dl
2020-12-13 19:17:36 +00:00