From de30637b0ce2fc440aa9b0797d5050c14b4ba5e4 Mon Sep 17 00:00:00 2001 From: Tomas Zezula Date: Wed, 3 Apr 2024 21:53:04 +0200 Subject: [PATCH] JDK-8329564: Fixed vmSymbols.hpp formatting. --- src/hotspot/share/classfile/vmSymbols.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/classfile/vmSymbols.hpp b/src/hotspot/share/classfile/vmSymbols.hpp index 826043cec54de..f35858fe5861f 100644 --- a/src/hotspot/share/classfile/vmSymbols.hpp +++ b/src/hotspot/share/classfile/vmSymbols.hpp @@ -764,7 +764,7 @@ class SerializeClosure; template(decodeAndThrowThrowable_name, "decodeAndThrowThrowable") \ template(encodeAnnotations_name, "encodeAnnotations") \ template(encodeAnnotations_signature, "([BLjava/lang/Class;Ljdk/internal/reflect/ConstantPool;Z[Ljava/lang/Class;)[B")\ - template(decodeAndThrowThrowable_signature, "(IJZZ)V") \ + template(decodeAndThrowThrowable_signature, "(IJZZ)V") \ template(classRedefinedCount_name, "classRedefinedCount") \ template(classLoader_name, "classLoader") \ template(componentType_name, "componentType") \