mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8253084: Zero VM is broken after JDK-8252689
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
07da3a1808
commit
779d2c34ae
1 changed files with 1 additions and 1 deletions
|
@ -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;})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue