Calvin Cheung
|
14010876dc
|
8309753: Include array classes in the output of -XX:+PrintSharedArchiveAndExit
Reviewed-by: iklam, matsaave
|
2023-06-13 15:54:31 +00:00 |
|
Johan Sjölen
|
c8ace482ed
|
8301072: Replace NULL with nullptr in share/oops/
Reviewed-by: stefank, coleenp, dholmes
|
2023-02-10 09:57:59 +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 |
|
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
|
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 |
|
Zhengyu Gu
|
135cf3c94d
|
8275439: Remove PrintVtableStats
Reviewed-by: coleenp, dholmes
|
2021-10-20 11:46:13 +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 |
|
Coleen Phillimore
|
4b19771401
|
8264150: CDS dumping code calls TRAPS functions in VM thread
Reviewed-by: dholmes, iklam
|
2021-04-01 15:09:12 +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
|
ffbcf1b0a7
|
8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
Reviewed-by: lfoltan, hseigel, dholmes, stuefe
|
2021-02-02 23:40:29 +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 |
|
Lois Foltan
|
deaadfad52
|
8247938: Change various JVM enums like LinkInfo::AccessCheck and Klass::DefaultsLookupMode to enum class
Use C++11 scoped enumeration declarations for several different Klass and LinkInfo enumerations.
Reviewed-by: coleenp, hseigel, kbarrett
|
2020-08-06 18:13:56 +00:00 |
|
Mandy Chung
|
7cc1371059
|
8238358: Implementation of JEP 371: Hidden Classes
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: David Holmes <david.holmes@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jamsheed Mohammed C M <jamsheed.c.m@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Reviewed-by: alanb, cjplummer, coleenp, dholmes, dlong, forax, jlahoda, psandoz, plevart, sspitsyn, vromero
|
2020-04-21 06:55:38 -07:00 |
|
Harold Seigel
|
a1e9328367
|
8235225: Replace CHECK_0 with CHECK_NULL for non-integer returning methods
Change CHECK_0 to CHECK_NULL and CHECK_false where appropriate
Reviewed-by: mikael, dholmes, coleenp
|
2020-02-27 13:00:05 +00:00 |
|
Ioi Lam
|
22484b8c35
|
8221698: Remove redundant includes from popular header files
Removed histogram.hpp classLoader.hpp utf8.hpp moduleEntry.hpp packageEntry.hpp
Reviewed-by: coleenp, stuefe
|
2019-03-30 08:26:20 -07:00 |
|
Claes Redestad
|
13fcbf9d8f
|
8216189: Remove Klass::compute_is_subtype_of
Reviewed-by: hseigel, jiangli
|
2019-01-05 20:08:24 +01:00 |
|
Doug Simon
|
548eb6860a
|
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Reviewed-by: never, kvn, sspitsyn
|
2018-10-05 20:03:14 +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 |
|
Lois Foltan
|
e8fcd927c3
|
8178712: ResourceMark may be missing inside initialize_[vi]table
Clean up use of ResourceMark within initialize_[vi]table.
Reviewed-by: ccheung, iklam, jiangli
|
2018-07-16 09:06:33 -04:00 |
|
Erik Österlund
|
e4dbe9909f
|
8205683: Refactor heap allocation to separate concerns
Reviewed-by: pliden, kbarrett
|
2018-06-28 14:22:28 +02:00 |
|
Stefan Karlsson
|
11813888b8
|
8204540: Automatic oop closure devirtualization
Reviewed-by: kbarrett, eosterlund
|
2018-05-26 06:59:49 +02:00 |
|
David Holmes
|
95bf19563b
|
8010319: Implementation of JEP 181: Nest-Based Access Control
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Maurizio Mimadamore <maurizio.mimadamore@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Daniel Smith <daniel.smith@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Kumar Srinivasan <kumardotsrinivasan@gmail.com>
Co-authored-by: Boris Ulasevich <boris.ulasevich@bell-sw.com>
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
|
2018-06-23 01:32:41 -04:00 |
|
Goetz Lindenmaier
|
ff2c3d4dbe
|
8203881: Print erroneous size in NegativeArraySizeException
Reviewed-by: dholmes, stuefe
|
2018-05-30 11:39:26 +02:00 |
|
Erik Gahlin
|
a060be188d
|
8199712: Flight Recorder
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
|
2018-05-15 20:24:34 +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 |
|
Stefan Karlsson
|
1a1aecd166
|
8200106: Move NoSafepointVerifier out from gcLocker.hpp
Reviewed-by: coleenp
|
2018-03-23 18:54:12 +01:00 |
|
Volker Simonis
|
97cfb7bbb7
|
8199472: Fix non-PCH build after JDK-8199319
Reviewed-by: stefank, coleenp
|
2018-03-14 12:12:00 +01:00 |
|
Stefan Karlsson
|
133faf856d
|
8199264: Remove universe.inline.hpp to simplify include dependencies
Reviewed-by: coleenp, hseigel
|
2018-03-07 21:57:36 +01:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|