Skip to content

Commit 779d2c3

Browse files
committed
8253084: Zero VM is broken after JDK-8252689
Reviewed-by: iklam, dholmes
1 parent 07da3a1 commit 779d2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/classfile/systemDictionaryShared.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class SystemDictionaryShared: public SystemDictionary {
320320
static void print_table_statistics(outputStream* st) NOT_CDS_RETURN;
321321
static bool empty_dumptime_table() NOT_CDS_RETURN_(true);
322322
static void start_dumping() NOT_CDS_RETURN;
323-
static Handle create_jar_manifest(const char* man, size_t size, TRAPS) NOT_CDS_RETURN_(NULL);
323+
static Handle create_jar_manifest(const char* man, size_t size, TRAPS) NOT_CDS_RETURN_(Handle());
324324

325325
DEBUG_ONLY(static bool no_class_loading_should_happen() {return _no_class_loading_should_happen;})
326326

0 commit comments

Comments
 (0)