equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
33 #include "gc/shared/cardTableModRefBS.hpp" |
33 #include "gc/shared/cardTableModRefBS.hpp" |
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.hpp" |
38 #include "oops/method.inline.hpp" |
39 #include "runtime/java.hpp" |
39 #include "runtime/java.hpp" |
40 #include "runtime/os.hpp" |
40 #include "runtime/os.hpp" |
41 #include "runtime/sharedRuntime.hpp" |
41 #include "runtime/sharedRuntime.hpp" |
42 #include "utilities/xmlstream.hpp" |
42 #include "utilities/xmlstream.hpp" |
43 |
43 |