Matias Saavedra Silva
|
3bb8de3145
|
8338693: assert(Atomic::add(&ik->_shared_class_load_count, 1) == 1) failed: shared class loaded more than once
Reviewed-by: iklam, dholmes
|
2024-09-19 14:18:03 +00:00 |
|
David Holmes
|
96df5a6d8f
|
8339316: Test runtime/exceptionMsgs/NoClassDefFoundError/NoClassDefFoundErrorTest.java fails after JDK-8338257
Reviewed-by: jsjolen, coleenp
|
2024-09-04 23:58:17 +00:00 |
|
David Holmes
|
72a49005ee
|
8338888: SystemDictionary::class_name_symbol has incorrect length check
Reviewed-by: stuefe, kbarrett, coleenp
|
2024-08-28 21:16:18 +00:00 |
|
Kim Barrett
|
7146daee68
|
8337783: Use THROW_NULL instead of THROW_0 in pointer contexts in misc runtime code
Reviewed-by: stefank, shade
|
2024-08-05 20:05:07 +00:00 |
|
Coleen Phillimore
|
8f039b5629
|
8336919: Cleanup and rename tags in placeholders code
Co-authored-by: Frederic Parain <fparain@openjdk.org>
Reviewed-by: iklam, fparain, dholmes
|
2024-07-31 17:55:01 +00:00 |
|
Sonia Zaldana Calles
|
438121be6b
|
8332785: Replace naked uses of UseSharedSpaces with CDSConfig::is_using_archive
Reviewed-by: dholmes, stuefe, sspitsyn
|
2024-06-05 15:58:59 +00:00 |
|
Coleen Phillimore
|
fcb4a8ba26
|
8330578: The VM creates instance of abstract class VirtualMachineError
Reviewed-by: iklam, dlong, jwaters, dholmes
|
2024-04-23 11:31:11 +00:00 |
|
David Holmes
|
8de2f6f883
|
8319851: Improve exception logging
Reviewed-by: rhalade, matsaave, coleenp
|
2024-04-16 11:17:05 +05:30 |
|
Stefan Karlsson
|
492b954f81
|
8329750: Change Universe functions to return more specific Klass* types
Reviewed-by: coleenp
|
2024-04-09 12:31:13 +00:00 |
|
Stefan Karlsson
|
71d48bcc3d
|
8329655: Cleanup KlassObj and klassOop names after the PermGen removal
Reviewed-by: rkennke, coleenp
|
2024-04-05 07:39:48 +00:00 |
|
Ioi Lam
|
d32ce65781
|
8327651: Rename DictionaryEntry members related to protection domain
Reviewed-by: coleenp, dholmes
|
2024-03-17 05:57:36 +00:00 |
|
Ioi Lam
|
761ed250ec
|
8327138: Clean up status management in cdsConfig.hpp and CDS.java
Reviewed-by: ccheung, matsaave
|
2024-03-09 03:48:38 +00:00 |
|
Matias Saavedra Silva
|
9a1b843ff6
|
8324584: Optimize Symbol and char* handling in ClassLoader
Reviewed-by: dholmes, coleenp
|
2024-02-15 14:48:39 +00:00 |
|
Magnus Ihse Bursie
|
09d4936657
|
8252136: Several methods in hotspot are missing "static"
Reviewed-by: coleenp, stefank, kvn, kbarrett
|
2024-02-14 16:29:58 +00:00 |
|
Calvin Cheung
|
d51aaf6304
|
8323950: Null CLD while loading shared lambda proxy class with javaagent active
Reviewed-by: matsaave, iklam
|
2024-01-30 20:00:10 +00:00 |
|
Ioi Lam
|
0712b22a3a
|
8320147: Remove DumpSharedSpaces
Reviewed-by: ccheung, matsaave
|
2023-11-20 17:09:55 +00:00 |
|
Ioi Lam
|
a6343c0b7b
|
8319999: Refactor MetaspaceShared::use_full_module_graph()
Reviewed-by: dholmes, ccheung
|
2023-11-15 05:09:10 +00:00 |
|
Doug Simon
|
d354141aa1
|
8318694: [JVMCI] disable can_call_java in most contexts for libjvmci compiler threads
Reviewed-by: dholmes, never
|
2023-11-01 16:27:04 +00:00 |
|
Ioi Lam
|
ecd25e7d6f
|
8318484: Initial version of cdsConfig.hpp
Reviewed-by: dholmes, ccheung, sspitsyn
|
2023-10-21 15:43:36 +00:00 |
|
Coleen Phillimore
|
68a9c81040
|
8316711: SEGV in LoaderConstraintTable::find_loader_constraint after JDK-8310874
Reviewed-by: dcubed, iklam
|
2023-09-22 21:58:01 +00:00 |
|
Coleen Phillimore
|
b3d75fe12e
|
8310874: Runthese30m crashes with klass should be in the placeholders during verification
Reviewed-by: dholmes, iklam
|
2023-09-21 12:17:34 +00:00 |
|
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 |
|