Aleksey Shipilev
|
2d168c5734
|
8313202: MutexLocker should disallow null Mutexes
Reviewed-by: dholmes, coleenp, dcubed
|
2023-09-13 07:32:54 +00:00 |
|
Justin Gu
|
b6c789faad
|
8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object"
Reviewed-by: coleenp, matsaave, dholmes
|
2023-06-28 17:10:16 +00:00 |
|
Coleen Phillimore
|
2599ada152
|
8308655: Narrow types of ConstantPool and ConstMethod returns
Reviewed-by: fparain, matsaave
|
2023-05-25 11:52:40 +00:00 |
|
Calvin Cheung
|
bb24c36759
|
8279993: Assert that a shared class is not loaded more than once
Reviewed-by: iklam, stuefe
|
2023-05-18 16:02:55 +00:00 |
|
Coleen Phillimore
|
cf799ba232
|
8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
Reviewed-by: dholmes, matsaave, iklam
|
2023-04-28 15:14:30 +00:00 |
|
Coleen Phillimore
|
b81c9c8442
|
8306951: [BACKOUT] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
Reviewed-by: dcubed
|
2023-04-26 20:03:47 +00:00 |
|
Coleen Phillimore
|
7400aff3b8
|
8305252: make_method_handle_intrinsic may call java code under a lock
Reviewed-by: dholmes, matsaave, iklam
|
2023-04-24 12:55:15 +00:00 |
|
Coleen Phillimore
|
2ee4245105
|
8305509: C1 fails "assert(k != nullptr) failed: illegal use of unloaded klass"
Reviewed-by: dcubed
|
2023-04-04 16:31:21 +00:00 |
|
Coleen Phillimore
|
b062b1bd81
|
8304743: Compile_lock and SystemDictionary updates
Reviewed-by: vlivanov, dholmes, dlong
|
2023-04-03 20:25:36 +00:00 |
|
Coleen Phillimore
|
bf917ba6af
|
8304687: Move add_to_hierarchy
Reviewed-by: dholmes, fparain
|
2023-03-23 13:47:06 +00:00 |
|
Coleen Phillimore
|
932be3542d
|
8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders
Reviewed-by: dholmes, fparain
|
2023-03-17 18:56:05 +00:00 |
|
Robbin Ehn
|
c183fce954
|
8300926: Several startup regressions ~6-70% in 21-b6 all platforms
Reviewed-by: eosterlund, dcubed, coleenp
|
2023-03-13 09:34:00 +00:00 |
|
Coleen Phillimore
|
582b943439
|
8278965: crash in SymbolTable::do_lookup
Reviewed-by: dholmes, fparain, iklam
|
2023-02-10 18:00:19 +00:00 |
|
Coleen Phillimore
|
4bef233a4a
|
8301549: Fix comment about ClassCircularityError
Reviewed-by: lfoltan
|
2023-01-31 18:07:15 +00:00 |
|
Johan Sjölen
|
49ff52087b
|
8300241: Replace NULL with nullptr in share/classfile/
Reviewed-by: coleenp, iklam
|
2023-01-27 16:15:29 +00:00 |
|
Coleen Phillimore
|
10737e168c
|
8298468: Clean up class_loader parameters
Reviewed-by: dholmes, iklam
|
2022-12-15 19:54:25 +00:00 |
|
Stefan Karlsson
|
813b223a6b
|
8296926: Sort include lines of files in the include/ directory
Reviewed-by: kbarrett, erikj, lkorinth
|
2022-11-16 12:51:26 +00:00 |
|
Stefan Karlsson
|
bfc5816595
|
8295475: Move non-resource allocation strategies out of ResourceObj
Reviewed-by: coleenp, stuefe, rehn, dholmes
|
2022-11-10 08:31:37 +00:00 |
|
Calvin Cheung
|
d04d6566b0
|
8296433: Encountered null CLD while loading shared lambda proxy class
Reviewed-by: iklam, dholmes
|
2022-11-08 21:55:51 +00:00 |
|
Coleen Phillimore
|
76790ad242
|
8295673: Deprecate and disable legacy parallel class loading workaround for non-parallel-capable class loaders
Reviewed-by: mchung, dholmes
|
2022-11-07 23:31:21 +00:00 |
|
Markus Grönlund
|
21e4f06ada
|
8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame"
Reviewed-by: egahlin
|
2022-10-14 12:34:42 +00:00 |
|
Ioi Lam
|
f84386cf6e
|
8293182: Improve testing of CDS archive heap
Reviewed-by: ccheung, coleenp
|
2022-09-07 23:02:35 +00:00 |
|
Coleen Phillimore
|
5934669ca8
|
8292383: Create a SymbolHandle type to use for ResourceHashtable
Reviewed-by: iklam, hseigel
|
2022-09-07 14:50:58 +00:00 |
|
Coleen Phillimore
|
c05015bc93
|
8291736: find_method_handle_intrinsic leaks Method*
Reviewed-by: hseigel, iklam, dholmes
|
2022-09-06 14:01:17 +00:00 |
|
Coleen Phillimore
|
83a34086bc
|
8293315: Add back logging for Placeholders
Reviewed-by: iklam
|
2022-09-02 17:51:49 +00:00 |
|
Coleen Phillimore
|
fcc0cf9677
|
8292375: Convert ProtectionDomainCacheTable to ResourceHashtable
Reviewed-by: dholmes, iklam
|
2022-09-02 13:07:45 +00:00 |
|
Coleen Phillimore
|
4f50316a1a
|
8292680: Convert Dictionary to ConcurrentHashTable
Reviewed-by: rehn, hseigel
|
2022-08-25 19:02:52 +00:00 |
|
Calvin Cheung
|
88af204027
|
8292494: Ensure SystemDictionary::set_platform_loader and set_system_loader are called only once
Reviewed-by: iklam, dholmes
|
2022-08-25 16:10:37 +00:00 |
|
Coleen Phillimore
|
b653b9cc27
|
8291969: Convert LoaderConstraintsTable to ResourceHashtable
Reviewed-by: dholmes, iklam
|
2022-08-24 11:39:25 +00:00 |
|
Ioi Lam
|
7244dd6fab
|
8292267: Clean up synchronizer.hpp
Reviewed-by: coleenp, dcubed, dholmes
|
2022-08-19 17:25:12 +00:00 |
|
Coleen Phillimore
|
6e6ae596d6
|
8292286: Convert PlaceholderTable to ResourceHashtable
Reviewed-by: hseigel, iklam
|
2022-08-15 21:53:02 +00:00 |
|
Calvin Cheung
|
27c8826090
|
8291840: Avoid JavaCalls for setting up _java_system_loader and _java_platform_loader
Reviewed-by: coleenp, iklam
|
2022-08-04 23:56:11 +00:00 |
|
Justin Gu
|
13f0f126b9
|
8290370: Convert SymbolPropertyTable to ResourceHashtable
Reviewed-by: coleenp, iklam
|
2022-08-03 19:53:30 +00:00 |
|
Coleen Phillimore
|
b7d2bde8e3
|
8291733: Remove JFR events that expose hashtable
Reviewed-by: egahlin
|
2022-08-03 13:06:53 +00:00 |
|
Ioi Lam
|
bc6a3c7b83
|
8290739: Simplify storage of dump-time class information
Reviewed-by: ccheung
|
2022-07-27 23:52:30 +00:00 |
|
Justin Gu
|
86f63f9703
|
8289164: Convert ResolutionErrorTable to use ResourceHashtable
Reviewed-by: iklam, coleenp
|
2022-07-07 14:57:24 +00:00 |
|
Coleen Phillimore
|
0f580974a6
|
8288134: Super class names don't have envelopes
Reviewed-by: iklam, hseigel, fparain
|
2022-06-14 19:30:39 +00:00 |
|
Coleen Phillimore
|
cec23b1b07
|
8286556: Remove EagerInitialization develop option
Reviewed-by: rehn, redestad
|
2022-05-11 16:19:49 +00:00 |
|
Ioi Lam
|
61c68abc68
|
8285518: CDS assert: visibility cannot change between dump time and runtime
Reviewed-by: dholmes, ccheung
|
2022-05-10 18:18:37 +00:00 |
|
Magnus Ihse Bursie
|
4594696f54
|
8284903: Fix typos in hotspot
Reviewed-by: cjplummer, coleenp, kvn, lucy, stefank
|
2022-04-19 19:10:52 +00:00 |
|
Andrey Turbanov
|
d80f697182
|
8282523: Fix 'hierachy' typo
Reviewed-by: jiefu, kbarrett, dholmes
|
2022-03-02 13:05:12 +00:00 |
|
Vladimir Ivanov
|
f86f38a8af
|
8280901: MethodHandle::linkToNative stub is missing w/ -Xint
Reviewed-by: shade, kvn
|
2022-02-23 20:29:23 +00:00 |
|
Vladimir Ivanov
|
534e557874
|
8256368: Avoid repeated upcalls into Java to re-resolve MH/VH linkers/invokers
Reviewed-by: dlong, kvn
|
2022-02-14 11:57:46 +00:00 |
|
Coleen Phillimore
|
bec977c778
|
8275917: Some locks shouldn't allow_vm_block
Reviewed-by: dholmes, pchilanomate
|
2021-10-28 11:57:21 +00:00 |
|
Harold Seigel
|
bbc606117f
|
8272614: Unused parameters in MethodHandleNatives linking methods
Reviewed-by: dholmes, lfoltan
|
2021-10-20 15:48:43 +00:00 |
|
Markus Grönlund
|
72a976ef05
|
8266936: Add a finalization JFR event
Reviewed-by: coleenp, mchung, egahlin
|
2021-10-18 16:52:36 +00:00 |
|
Coleen Phillimore
|
464e874a5c
|
8048190: NoClassDefFoundError omits original ExceptionInInitializerError
Reviewed-by: dholmes, iklam
|
2021-08-12 13:45:36 +00:00 |
|
Patricio Chilano Mateo
|
2fd7943ec1
|
8256425: Obsolete Biased Locking in JDK 18
Reviewed-by: kvn, dholmes, dcubed, rrich
|
2021-06-24 18:54:41 +00:00 |
|
Coleen Phillimore
|
c20f80a4d2
|
8259066: Obsolete -XX:+AlwaysLockClassLoader
Reviewed-by: hseigel
|
2021-06-16 16:34:08 +00:00 |
|
Coleen Phillimore
|
af13fe1107
|
8267870: Remove unnecessary char_converter during class loading
Reviewed-by: dholmes, iklam
|
2021-06-16 12:41:51 +00:00 |
|