Stefan Karlsson
|
bf0da3dd5c
|
8375040: Clearer names for non-metadata oop iterators in ObjArrayKlass
Reviewed-by: tschatzl, kbarrett, aboldtch
|
2026-01-15 09:22:42 +00:00 |
|
Axel Boldt-Christmas
|
78c2d57259
|
8373668: Add override keyword to *Klass classes
Reviewed-by: jwaters, dholmes, kbarrett, tschatzl
|
2025-12-16 07:38:26 +00:00 |
|
Coleen Phillimore
|
e8adc1f816
|
8367989: Remove InstanceKlass::allocate_objArray and ArrayKlass::allocate_arrayArray
Reviewed-by: stefank, fparain
|
2025-09-24 12:51:50 +00:00 |
|
Coleen Phillimore
|
38cd860daa
|
8363816: Refactor array name creation
Reviewed-by: shade, ccheung, dholmes
|
2025-07-23 14:48:49 +00:00 |
|
Coleen Phillimore
|
eb256deb80
|
8358326: Use oopFactory array allocation
Reviewed-by: fparain, stefank
|
2025-06-09 18:33:00 +00:00 |
|
Coleen Phillimore
|
6ee2bd2f33
|
8347147: [REDO] AccessFlags can be u2 in metadata
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: vlivanov, yzheng
|
2025-01-08 19:48:25 +00:00 |
|
David Holmes
|
021c476409
|
8347148: [BACKOUT] AccessFlags can be u2 in metadata
Reviewed-by: coleenp
|
2025-01-08 00:37:27 +00:00 |
|
Coleen Phillimore
|
098afc8b7d
|
8339113: AccessFlags can be u2 in metadata
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: sspitsyn, vlivanov, yzheng, dlong, dholmes
|
2025-01-07 22:03:38 +00:00 |
|
Albert Mingkun Yang
|
2637e8ddc4
|
8317314: Remove unimplemented ObjArrayKlass::oop_oop_iterate_elements_bounded
Reviewed-by: dcubed
|
2023-10-02 13:16:49 +00:00 |
|
Coleen Phillimore
|
9e00949a26
|
8316427: Duplicated code for {obj,type}ArrayKlass::array_klass
Reviewed-by: dholmes, adinn
|
2023-09-20 14:38:04 +00:00 |
|
Coleen Phillimore
|
e897041770
|
8312262: Klass::array_klass() should return ArrayKlass pointer
Reviewed-by: dlong, ccheung
|
2023-07-28 16:32:06 +00:00 |
|
Coleen Phillimore
|
265f40b4f7
|
8308396: Fix offset_of conversion warnings in runtime code
Reviewed-by: amitkumar, jsjolen, fparain
|
2023-05-19 17:16:04 +00:00 |
|
Stefan Karlsson
|
636225b815
|
8283607: Rename KlassID to KlassKind
Reviewed-by: dholmes, tschatzl
|
2022-03-25 08:17:45 +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 |
|
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 |
|
Coleen Phillimore
|
bc91596ca1
|
8264051: Remove unused TRAPS parameters from runtime functions
Reviewed-by: iklam, dholmes
|
2021-03-24 12:18:57 +00:00 |
|
Ioi Lam
|
235da6aa04
|
8261672: Reduce inclusion of classLoaderData.hpp
Reviewed-by: lfoltan, coleenp
|
2021-02-13 07:13:22 +00:00 |
|
Coleen Phillimore
|
3153373e49
|
8242898: Clean up InstanceKlass::_array_klasses
Make type ObjArrayKlass
Reviewed-by: dholmes, iklam
|
2020-04-30 06:05:53 -04:00 |
|
Coleen Phillimore
|
154a1a02bf
|
8216167: Update include guards to reflect correct directories
Use script and some manual fixup to fix directores names in include guards.
Reviewed-by: lfoltan, eosterlund, kbarrett
|
2019-01-10 15:13:51 -05:00 |
|
Claes Redestad
|
13fcbf9d8f
|
8216189: Remove Klass::compute_is_subtype_of
Reviewed-by: hseigel, jiangli
|
2019-01-05 20:08:24 +01:00 |
|
Leo Korinth
|
e898052f3b
|
8211447: Replace oop_pc_update_pointers with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
|
2018-10-12 12:14:01 +02:00 |
|
Leo Korinth
|
78fe66c3bb
|
8211446: Replace oop_pc_follow_contents with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
|
2018-10-12 12:13:06 +02:00 |
|
Leo Korinth
|
4bc903d17a
|
8201436: Replace oop_ps_push_contents with oop_iterate and closure
Reviewed-by: sjohanss, tschatzl
|
2018-10-12 12:10:34 +02:00 |
|
Ioi Lam
|
1b2e7cbaef
|
8208999: Some use of Klass* should be replaced by InstanceKlass*
Klass::java_super() => InstanceKlass*; InstanceKlass::{local,transitive}_interfaces() => Array<InstanceKlass*>*
Reviewed-by: coleenp, hseigel
|
2018-08-07 15:45:07 -07:00 |
|
Stefan Karlsson
|
11813888b8
|
8204540: Automatic oop closure devirtualization
Reviewed-by: kbarrett, eosterlund
|
2018-05-26 06:59:49 +02:00 |
|
Roman Kennke
|
482e40cc8c
|
8198285: More consistent Access API for arraycopy
Reviewed-by: eosterlund, shade
|
2018-06-04 23:01:48 +02:00 |
|
Stefan Karlsson
|
1cb95bd3d1
|
8200729: Conditional compilation of GCs
Reviewed-by: ehelin, coleenp, kvn, ihse
|
2018-05-04 11:41:35 +02:00 |
|
Calvin Cheung
|
aedb6040c6
|
8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
Delay the setting of _transitive_interfaces until after initialize_supers() in fill_instance_klass().
Reviewed-by: iklam, coleenp
|
2018-05-02 09:26:10 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|