Matthias Baesken
1c6fa113bd
8273979: move some os time related functions to os_posix for POSIX platforms
...
Reviewed-by: dholmes, lucy
2021-09-23 05:34:18 +00:00
Ningsheng Jian
9d3379b975
8267356: AArch64: Vector API SVE codegen support
...
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Xuejin He <xhe@openjdk.org>
Co-authored-by: Ai Jiaming <aijiaming1@huawei.com>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: aph, ngasson
2021-09-23 02:58:59 +00:00
Tom Rodriguez
57fe11c9a3
8274120: [JVMCI] CompileBroker should resolve parameter types for JVMCI compiles
...
Reviewed-by: dnsimon, thartmann
2021-09-22 17:16:41 +00:00
Thomas Schatzl
d245a8cc85
8274069: Clean up g1ParScanThreadState a bit
...
Reviewed-by: sjohanss, ayang, kbarrett
2021-09-22 11:43:13 +00:00
Thomas Schatzl
3f73ca7fcd
8274068: Rename G1ScanInYoungSetter to G1SkipCardEnqueueSetter
...
Reviewed-by: sjohanss, ayang
2021-09-22 11:41:13 +00:00
Thomas Schatzl
51085b523e
8274054: Add custom enqueue calls during reference processing
...
Reviewed-by: ayang, kbarrett, sjohanss
2021-09-22 10:17:31 +00:00
Aleksey Shipilev
c77ebe8874
8274060: C2: Incorrect computation after JDK-8273454
...
Reviewed-by: thartmann, neliasso, chagedorn
2021-09-22 08:40:04 +00:00
Thomas Schatzl
d9872ba3d6
8273590: Move helper classes in G1 post evacuation sub tasks to cpp files
...
Reviewed-by: sjohanss, kbarrett
2021-09-22 08:07:03 +00:00
Yi Yang
11cddd3261
8272114: Unused _last_state in osThread_windows
...
Reviewed-by: stuefe, dholmes
2021-09-22 02:20:30 +00:00
Coleen Phillimore
111d5e1a93
8273915: Create 'nosafepoint' rank
...
Reviewed-by: dholmes, iklam
2021-09-21 11:37:49 +00:00
Thomas Schatzl
afd218d39a
8274053: [BACKOUT] JDK-8270842: G1: Only young regions need to redirty outside references in remset.
...
Reviewed-by: sjohanss
2021-09-21 09:20:21 +00:00
Thomas Stuefe
6642d2eb8b
8273783: Simplify Metaspace arena guard handling
...
Reviewed-by: coleenp, lucy
2021-09-21 06:27:32 +00:00
Calvin Cheung
a67f0f9dc0
8273505: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#default-cl crashed with SIGSEGV in MetaspaceShared::link_shared_classes
...
Reviewed-by: iklam, minqi
2021-09-20 16:56:32 +00:00
Thomas Schatzl
4b3a4fff39
8273940: vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java crashes in full gc during VM exit
...
Reviewed-by: lkorinth
2021-09-20 16:17:52 +00:00
Nils Eliasson
9aa12daa15
8273934: Remove unused perfcounters
...
Reviewed-by: chagedorn
2021-09-20 14:11:16 +00:00
Thomas Stuefe
d2388b7a0f
8273959: Some metaspace diagnostic switches should be develop
...
Reviewed-by: dholmes, jiefu
2021-09-20 08:46:44 +00:00
Matthias Baesken
dc7f452acb
8273815: move have_special_privileges to os_posix for POSIX platforms
...
Reviewed-by: mdoerr, stuefe, dholmes
2021-09-20 08:29:12 +00:00
Zhengyu Gu
7c9868c0b3
8273454: C2: Transform (-a)*(-b) into a*b
...
Reviewed-by: thartmann, eliu, chagedorn
2021-09-18 23:11:06 +00:00
Matthias Baesken
27d747ad4f
8273877: os::unsetenv unused
...
Reviewed-by: mdoerr, stuefe
2021-09-17 12:53:38 +00:00
Per Liden
1890d85c0e
8273872: ZGC: Explicitly use 2M large pages
...
Reviewed-by: eosterlund, tschatzl, stefank
2021-09-17 07:51:45 +00:00
Aleksey Shipilev
54b456764b
8273880: Zero: Print warnings when unsupported intrinsics are enabled
...
Reviewed-by: dholmes
2021-09-17 06:44:18 +00:00
Ioi Lam
b98290444a
8271073: Improve testing with VM option VerifyArchivedFields
...
Reviewed-by: ccheung, minqi
2021-09-16 23:26:55 +00:00
Volker Simonis
bc48a0ac29
8273902: Memory leak in OopStorage due to bug in OopHandle::release()
...
Reviewed-by: sspitsyn, coleenp
2021-09-16 19:56:12 +00:00
Yumin Qi
9c5441c9c4
8271569: Clean up the use of CDS constants and field offsets
...
Reviewed-by: iklam, dholmes
2021-09-16 17:56:07 +00:00
Calvin Cheung
12fa7073c5
8261941: Use ClassLoader for unregistered classes during -Xshare:dump
...
Reviewed-by: iklam, minqi
2021-09-16 17:32:02 +00:00
Roland Westrelin
59b2478abd
8273659: Replay compilation crashes with SIGSEGV since 8271911
...
Reviewed-by: kvn, dlong
2021-09-16 12:02:46 +00:00
Coleen Phillimore
5e4d09c229
8273300: Check Mutex ranking during a safepoint
...
Reviewed-by: eosterlund, dholmes, pchilanomate
2021-09-16 12:01:49 +00:00
Christian Hagedorn
c86e24d4be
8271954: C2: assert(false) failed: Bad graph detected in build_loop_late
...
Reviewed-by: roland, kvn
2021-09-16 11:57:30 +00:00
Albert Mingkun Yang
14dc5178cf
8273372: Remove scavenge trace message in psPromotionManager
...
Reviewed-by: tschatzl, lkorinth
2021-09-16 11:41:15 +00:00
Aleksey Shipilev
241ac89f12
8273606: Zero: SPARC64 build fails with si_band type mismatch
...
Reviewed-by: stuefe
2021-09-16 08:53:22 +00:00
Matthias Baesken
d4546b6b36
8273526: Extend the OSContainer API pids controller with pids.current
...
Reviewed-by: sgehwolf, iklam
2021-09-16 07:08:19 +00:00
Tobias Holenstein
82904246cd
8272771: frame::pd_ps() is not implemented on any platform
...
Reviewed-by: shade, dholmes, thartmann
2021-09-15 13:58:28 +00:00
Zhengyu Gu
8132bfd23f
8273559: Shenandoah: Shenandoah should support multi-threaded heap dump
...
Reviewed-by: shade, rkennke, sgehwolf
2021-09-15 13:10:13 +00:00
Thomas Schatzl
92c30c941b
8273599: Remove cross_threshold method usage around GC
...
Reviewed-by: sjohanss, ayang
2021-09-15 08:28:47 +00:00
Thomas Schatzl
02af541b74
8273605: VM Exit does not abort concurrent mark
...
Reviewed-by: kbarrett, sjohanss
2021-09-15 08:27:43 +00:00
Leo Korinth
e66bf47248
8273414: ResourceObj::operator delete should handle nullptr in debug builds
...
Reviewed-by: stuefe
2021-09-14 21:17:59 +00:00
casparcwang
16c3ad1ff4
8272574: C2: assert(false) failed: Bad graph detected in build_loop_late
...
Co-authored-by: Hui Shi <hshi@openjdk.org>
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: thartmann, chagedorn, kvn
2021-09-14 20:55:01 +00:00
Aleksey Shipilev
0f31d0fb2c
8273373: Zero: Cannot invoke JVM in primordial threads on Zero
...
Reviewed-by: stuefe
2021-09-14 15:49:00 +00:00
Coleen Phillimore
8974b95886
8273730: WorkGangBarrierSync constructor unused
...
Reviewed-by: tschatzl, eosterlund
2021-09-14 13:17:27 +00:00
Coleen Phillimore
1d3eb147ee
8273635: Attempting to acquire lock StackWatermark_lock/9 out of order with lock tty_lock/3
...
Reviewed-by: dholmes, eosterlund
2021-09-14 13:09:46 +00:00
Per Liden
3884580591
8273597: Rectify Thread::is_ConcurrentGC_thread()
...
Reviewed-by: stefank, coleenp
2021-09-14 10:28:31 +00:00
Per Liden
f52728993d
8273639: tests fail with "assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark"
...
Reviewed-by: coleenp, dholmes
2021-09-14 08:36:39 +00:00
Roland Westrelin
1d2458db34
8266550: C2: mirror TypeOopPtr/TypeInstPtr/TypeAryPtr with TypeKlassPtr/TypeInstKlassPtr/TypeAryKlassPtr
...
Reviewed-by: vlivanov, thartmann
2021-09-14 08:35:09 +00:00
Aleksey Shipilev
86a8e5524d
8273486: Zero: Handle DiagnoseSyncOnValueBasedClasses VM option
...
Reviewed-by: dholmes
2021-09-14 08:14:35 +00:00
Yasumasa Suenaga
8d73ee684a
8273471: Add foldmultilines to UL for stdout/err
...
Reviewed-by: dholmes, iklam
2021-09-14 05:12:36 +00:00
Coleen Phillimore
5095068d3b
8273675: Remove unused Universe::_verify_in_progress flag
...
Reviewed-by: hseigel
2021-09-13 20:35:19 +00:00
Yi Yang
a73c06de2a
8273021: C2: Improve Add and Xor ideal optimizations
...
Co-authored-by: yulei <lei.yul@alibaba-inc.com>
Reviewed-by: thartmann, kvn
2021-09-13 02:10:45 +00:00
Ioi Lam
922e86f4ff
8273522: Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap
...
Reviewed-by: minqi, ccheung, mseledtsov
2021-09-10 22:45:26 +00:00
Coleen Phillimore
e4cd2097a5
8273611: Remove unused ProfilePrint_lock
...
Reviewed-by: iklam
2021-09-10 19:23:58 +00:00
Sandhya Viswanathan
e58c12e618
8273512: Fix the copyright header of x86 macroAssembler files
...
Reviewed-by: dholmes, thartmann
2021-09-10 15:39:48 +00:00