Skip to content

Commit 13d6b49

Browse files
committedMay 8, 2020
8244625: Zero VM is broken after JDK-8244550 (java_lang_Class::as_Klass(oopDesc*) undefined)
Reviewed-by: dholmes
1 parent 601891a commit 13d6b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/cpu/zero/methodHandles_zero.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525

2626
#include "precompiled.hpp"
27+
#include "classfile/javaClasses.inline.hpp"
2728
#include "interpreter/cppInterpreterGenerator.hpp"
2829
#include "interpreter/interpreter.hpp"
2930
#include "interpreter/interpreterRuntime.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.