equal
deleted
inserted
replaced
34 #include "gc/shared/collectedHeap.hpp" |
34 #include "gc/shared/collectedHeap.hpp" |
35 #include "gc/shared/gcLocker.hpp" |
35 #include "gc/shared/gcLocker.hpp" |
36 #include "jvmci/compilerRuntime.hpp" |
36 #include "jvmci/compilerRuntime.hpp" |
37 #include "jvmci/jvmciRuntime.hpp" |
37 #include "jvmci/jvmciRuntime.hpp" |
38 #include "oops/method.inline.hpp" |
38 #include "oops/method.inline.hpp" |
|
39 #include "runtime/handles.inline.hpp" |
39 #include "runtime/java.hpp" |
40 #include "runtime/java.hpp" |
40 #include "runtime/os.hpp" |
41 #include "runtime/os.hpp" |
41 #include "runtime/sharedRuntime.hpp" |
42 #include "runtime/sharedRuntime.hpp" |
42 #include "utilities/xmlstream.hpp" |
43 #include "utilities/xmlstream.hpp" |
43 |
44 |
446 assert(cic->is_clean(), "!"); |
447 assert(cic->is_clean(), "!"); |
447 nativePltCall_at(iter.addr())->set_stub_to_clean(); |
448 nativePltCall_at(iter.addr())->set_stub_to_clean(); |
448 } |
449 } |
449 } |
450 } |
450 } |
451 } |
451 |
|