URGENT (trivial) RFR: 8241124: Aarch64 build broken by JDK-8239593
David Holmes
david.holmes at oracle.com
Wed Mar 18 00:47:07 UTC 2020
Bug: https://bugs.openjdk.java.net/browse/JDK-8241124
webrev: http://cr.openjdk.java.net/~dholmes/8241124/webrev/
Missing include file.
--- old/src/hotspot/share/prims/jni.cpp 2020-03-17 20:42:10.342771597 -0400
+++ new/src/hotspot/share/prims/jni.cpp 2020-03-17 20:42:08.606752168 -0400
@@ -32,6 +32,7 @@
#include "classfile/classLoader.hpp"
#include "classfile/javaClasses.hpp"
#include "classfile/javaClasses.inline.hpp"
+#include "classfile/moduleEntry.hpp"
#include "classfile/modules.hpp"
#include "classfile/symbolTable.hpp"
#include "classfile/systemDictionary.hpp"
Tested with local aarch64 and x64 build.
Thanks,
David
More information about the hotspot-runtime-dev
mailing list