8253084: Zero VM is broken after JDK-8252689

Reviewed-by: iklam, dholmes
This commit is contained in:
Jie Fu 2020-09-14 07:21:04 +00:00
parent 07da3a1808
commit 779d2c34ae

View file

@ -320,7 +320,7 @@ public:
static void print_table_statistics(outputStream* st) NOT_CDS_RETURN;
static bool empty_dumptime_table() NOT_CDS_RETURN_(true);
static void start_dumping() NOT_CDS_RETURN;
static Handle create_jar_manifest(const char* man, size_t size, TRAPS) NOT_CDS_RETURN_(NULL);
static Handle create_jar_manifest(const char* man, size_t size, TRAPS) NOT_CDS_RETURN_(Handle());
DEBUG_ONLY(static bool no_class_loading_should_happen() {return _no_class_loading_should_happen;})