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:
Ioi Lam 2017-10-29 18:13:18 -07:00
parent 97d1978c0f
commit a422994296
4 changed files with 26 additions and 6 deletions

View file

@ -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();