Coleen Phillimore
|
2e801e16ec
|
8298475: Remove JVM_ACC_PROMOTED_FLAGS
Reviewed-by: sspitsyn, dcubed, dholmes
|
2022-12-14 12:47:08 +00:00 |
|
Coleen Phillimore
|
04b8d0cf5c
|
8298084: Memory leak in Method::build_profiling_method_data
Co-authored-by: Justin King <jcking@openjdk.org>
Reviewed-by: kbarrett, eosterlund, dholmes, jcking, thartmann
|
2022-12-13 13:02:23 +00:00 |
|
Coleen Phillimore
|
7e88209e6c
|
8295964: Move InstanceKlass::_misc_flags
Reviewed-by: sspitsyn, dholmes
|
2022-10-31 13:00:09 +00:00 |
|
Ioi Lam
|
40b0ed5657
|
8292891: ifdef-out some CDS-only functions
Reviewed-by: coleenp, ccheung, dholmes
|
2022-08-29 23:20:21 +00:00 |
|
Erik Österlund
|
054c23f484
|
8290025: Remove the Sweeper
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
|
2022-08-25 09:48:55 +00:00 |
|
Albert Mingkun Yang
|
2961b7eede
|
8285364: Remove REF_ enum for java.lang.ref.Reference
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Reviewed-by: kbarrett, coleenp, stefank
|
2022-06-29 13:15:19 +00:00 |
|
Coleen Phillimore
|
cf4a4966a8
|
8288064: Class initialization locking
Reviewed-by: rehn, vlivanov
|
2022-06-16 12:38:06 +00:00 |
|
Coleen Phillimore
|
cec23b1b07
|
8286556: Remove EagerInitialization develop option
Reviewed-by: rehn, redestad
|
2022-05-11 16:19:49 +00:00 |
|
Calvin Cheung
|
29ccb8fbb8
|
8285914: AppCDS crash when using shared archive with old class file
Reviewed-by: dholmes, iklam
|
2022-05-09 16:00:57 +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 |
|
Stefan Karlsson
|
636225b815
|
8283607: Rename KlassID to KlassKind
Reviewed-by: dholmes, tschatzl
|
2022-03-25 08:17:45 +00:00 |
|
Stefan Karlsson
|
af18b1111a
|
8283574: Use Klass::_id for type checks in the C++ code
Reviewed-by: tschatzl, kbarrett
|
2022-03-24 06:02:09 +00:00 |
|
Yi Yang
|
3f0684d0b8
|
8275775: Add jcmd VM.classes to print details of all classes
Reviewed-by: dholmes, iklam, stuefe
|
2022-03-08 03:14:21 +00:00 |
|
Coleen Phillimore
|
3607a5cdd9
|
8277216: Examine InstanceKlass::_misc_flags for concurrency issues
Reviewed-by: hseigel, dholmes
|
2021-12-17 13:42:54 +00:00 |
|
Stuart Marks
|
d7ad546758
|
8276422: Add command-line option to disable finalization
Co-authored-by: David Holmes <dholmes@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Reviewed-by: dholmes, kbarrett, bchristi
|
2021-12-08 00:27:53 +00:00 |
|
Coleen Phillimore
|
09e8c8c64a
|
8277342: vmTestbase/nsk/stress/strace/strace004.java fails with SIGSEGV in InstanceKlass::jni_id_for
Reviewed-by: dholmes, hseigel
|
2021-11-19 17:48:43 +00:00 |
|
Coleen Phillimore
|
a907b2b144
|
8276177: nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption failed with "assert(def_ik->is_being_redefined()) failed: should be being redefined to get here"
Reviewed-by: hseigel, sspitsyn
|
2021-11-17 19:53:55 +00:00 |
|
Stefan Karlsson
|
93be099ccb
|
4718400 : Many quantities are held as signed that should be unsigned
Reviewed-by: coleenp, rbackman, dholmes
|
2021-10-27 13:23:24 +00:00 |
|
Coleen Phillimore
|
40606021ee
|
8275800: Redefinition leaks MethodData::_extra_data_lock
Reviewed-by: sspitsyn, dholmes
|
2021-10-27 12:09:46 +00:00 |
|
Zhengyu Gu
|
135cf3c94d
|
8275439: Remove PrintVtableStats
Reviewed-by: coleenp, dholmes
|
2021-10-20 11:46:13 +00:00 |
|
Zhengyu Gu
|
a4491f2253
|
8275413: Remove unused InstanceKlass::set_array_klasses() method
Reviewed-by: coleenp
|
2021-10-19 12:00:30 +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 |
|
Coleen Phillimore
|
464e874a5c
|
8048190: NoClassDefFoundError omits original ExceptionInInitializerError
Reviewed-by: dholmes, iklam
|
2021-08-12 13:45:36 +00:00 |
|
Coleen Phillimore
|
286106dd2a
|
8271219: [REDO] JDK-8271063 Print injected fields for InstanceKlass
Reviewed-by: dcubed, fparain
|
2021-07-23 20:52:45 +00:00 |
|
Daniel D. Daugherty
|
ec71e2d891
|
8271221 : [BACKOUT] JDK-8271063 Print injected fields for InstanceKlass
Reviewed-by: coleenp
|
2021-07-23 15:53:49 +00:00 |
|
Coleen Phillimore
|
9b27df6a4f
|
8271063: Print injected fields for InstanceKlass
Reviewed-by: fparain, hseigel, yyang
|
2021-07-23 12:23:12 +00:00 |
|
Yumin Qi
|
7ff6e7b2b1
|
8267954: Shared classes that failed to load should not be loaded again
Reviewed-by: iklam, ccheung
|
2021-06-09 21:33:28 +00:00 |
|
Kevin Walls
|
5e557d8650
|
8266967: debug.cpp utility find() should print Java Object fields.
Reviewed-by: sspitsyn, coleenp
|
2021-06-07 22:26:13 +00:00 |
|
Calvin Cheung
|
de27da7ded
|
8267431: Rename InstanceKlass::has_old_class_version to can_be_verified_at_dumptime
Reviewed-by: iklam
|
2021-05-25 00:42:21 +00:00 |
|
Vladimir Ivanov
|
9d168e25d1
|
8266973: Migrate to ClassHierarchyIterator when enumerating subclasses
Reviewed-by: kvn, coleenp
|
2021-05-18 12:46:50 +00:00 |
|
Harold Seigel
|
e14b026841
|
8243287: Removal of Unsafe::defineAnonymousClass
Reviewed-by: iklam, mchung, alanb, dholmes
|
2021-05-13 12:46:54 +00:00 |
|
David Holmes
|
e828a939a8
|
8261395: C1 crash "cannot make java calls from the native compiler"
Co-authored-by: Ioi Lam <iklam@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: iklam, hseigel, coleenp
|
2021-05-12 05:21:58 +00:00 |
|
Calvin Cheung
|
57c6ba6e6b
|
8266822: Rename MetaspaceShared::is_old_class to be more explicit about what "old" means
Reviewed-by: iklam, minqi, coleenp
|
2021-05-11 23:53:06 +00:00 |
|
David Holmes
|
23180f848f
|
8266017: Refactor the *klass::array_klass_impl code to separate the non-exception-throwing API
Reviewed-by: coleenp, iklam
|
2021-04-28 20:52:50 +00:00 |
|
Vladimir Kozlov
|
694acedf18
|
8264805: Remove the experimental Ahead-of-Time Compiler
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
|
2021-04-27 01:12:18 +00:00 |
|
Ioi Lam
|
33b6378f1e
|
8265101: Remove unnecessary functions in os*.inline.hpp
Reviewed-by: dholmes, kbarrett
|
2021-04-22 05:44:39 +00:00 |
|
Yumin Qi
|
e7cbeba866
|
8259070: Add jcmd option to dump CDS
Reviewed-by: ccheung, iklam, mli
|
2021-04-15 05:21:24 +00:00 |
|
Vladimir Ivanov
|
33fa855d5a
|
8264732: Clean up LinkResolver::vtable_index_of_interface_method()
Reviewed-by: lfoltan, coleenp, dholmes
|
2021-04-09 11:36:20 +00:00 |
|
Vladimir Ivanov
|
6e2b82a45f
|
8264731: Introduce InstanceKlass::method_at_itable_or_null()
Reviewed-by: coleenp, dholmes
|
2021-04-07 21:07:12 +00:00 |
|
Ioi Lam
|
c3abdc9aad
|
8264797: Do not include klassVtable.hpp from instanceKlass.hpp
Reviewed-by: coleenp, stefank
|
2021-04-07 03:44:56 +00:00 |
|
Coleen Phillimore
|
bc91596ca1
|
8264051: Remove unused TRAPS parameters from runtime functions
Reviewed-by: iklam, dholmes
|
2021-03-24 12:18:57 +00:00 |
|
Harold Seigel
|
75bf10610f
|
8262028: Make InstanceKlass::implementor return InstanceKlass
Reviewed-by: coleenp, ccheung, vlivanov
|
2021-03-01 13:25:23 +00:00 |
|
Vladimir Ivanov
|
0a4e710ff6
|
8261954: Dependencies: Improve iteration over class hierarchy under context class
Reviewed-by: kvn, coleenp, eosterlund
|
2021-02-26 08:19:47 +00:00 |
|
Ioi Lam
|
235da6aa04
|
8261672: Reduce inclusion of classLoaderData.hpp
Reviewed-by: lfoltan, coleenp
|
2021-02-13 07:13:22 +00:00 |
|
Ioi Lam
|
adca84cc29
|
8260341: CDS dump VM init code does not check exceptions
Reviewed-by: coleenp, hseigel
|
2021-02-11 05:11:48 +00:00 |
|
Coleen Phillimore
|
6e824b3f51
|
8258408: SystemDictionary passes TRAPS to functions that don't throw exceptions
Reviewed-by: dholmes, lfoltan
|
2020-12-17 18:49:42 +00:00 |
|
Mandy Chung
|
2001da3dd4
|
8257596: Clarify trusted final fields for record classes
Reviewed-by: hseigel, chegar, psandoz
|
2020-12-11 22:44:48 +00:00 |
|
Ioi Lam
|
02a0a027f4
|
8257563: Remove excessive include of klass.inline.hpp
Reviewed-by: dholmes, stuefe, stefank
|
2020-12-03 01:34:04 +00:00 |
|
Coleen Phillimore
|
fa8dce4f77
|
8256365: Clean up vtable initialization code
Reviewed-by: eosterlund, dholmes
|
2020-11-18 14:12:48 +00:00 |
|
Ioi Lam
|
03a4df0acd
|
8244778: Archive full module graph in CDS
Reviewed-by: erikj, coleenp, lfoltan, redestad, alanb, mchung
|
2020-09-13 14:45:12 +00:00 |
|