mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false
Do not archive these classes Reviewed-by: jiangli, sspitsyn
This commit is contained in:
parent
97d1978c0f
commit
a422994296
4 changed files with 26 additions and 6 deletions
|
@ -384,7 +384,7 @@ public:
|
|||
|
||||
public:
|
||||
// Sharing support.
|
||||
static void reorder_dictionary_for_sharing();
|
||||
static void reorder_dictionary_for_sharing() NOT_CDS_RETURN;
|
||||
static void combine_shared_dictionaries();
|
||||
static size_t count_bytes_for_buckets();
|
||||
static size_t count_bytes_for_table();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue