Skip to content

Commit 6c3e483

Browse files
committedSep 17, 2020
8253313: xmlstream.hpp missing from vmIntrinsics.cpp
Reviewed-by: mikael
1 parent 0a1dc50 commit 6c3e483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/classfile/vmIntrinsics.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "classfile/vmIntrinsics.hpp"
2626
#include "classfile/vmSymbols.hpp"
2727
#include "compiler/compilerDirectives.hpp"
28+
#include "utilities/xmlstream.hpp"
2829

2930
// These are flag-matching functions:
3031
inline bool match_F_R(jshort flags) {

0 commit comments

Comments
 (0)
Please sign in to comment.