equal
deleted
inserted
replaced
29 #include "interpreter/interpreter.hpp" |
29 #include "interpreter/interpreter.hpp" |
30 #include "interpreter/interp_masm.hpp" |
30 #include "interpreter/interp_masm.hpp" |
31 #include "memory/allocation.inline.hpp" |
31 #include "memory/allocation.inline.hpp" |
32 #include "memory/resourceArea.hpp" |
32 #include "memory/resourceArea.hpp" |
33 #include "prims/methodHandles.hpp" |
33 #include "prims/methodHandles.hpp" |
|
34 #include "runtime/flags/flagSetting.hpp" |
34 #include "runtime/frame.inline.hpp" |
35 #include "runtime/frame.inline.hpp" |
35 #include "utilities/preserveException.hpp" |
36 #include "utilities/preserveException.hpp" |
36 |
37 |
37 #define __ _masm-> |
38 #define __ _masm-> |
38 |
39 |