URGENT (trivial) RFR: 8241124: Aarch64 build broken by JDK-8239593
Mikael Vidstedt
mikael.vidstedt at oracle.com
Wed Mar 18 00:47:47 UTC 2020
Looks good, thanks for fixing!
Cheers,
Mikael
> On Mar 17, 2020, at 5:47 PM, David Holmes <david.holmes at oracle.com> wrote:
>
> 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