equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2016, 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. |
82 // http://openjdk.java.net/jeps/192 |
82 // http://openjdk.java.net/jeps/192 |
83 // |
83 // |
84 |
84 |
85 #include "memory/allocation.hpp" |
85 #include "memory/allocation.hpp" |
86 #include "oops/oop.hpp" |
86 #include "oops/oop.hpp" |
87 #include "runtime/atomic.hpp" |
|
88 |
87 |
89 class OopClosure; |
88 class OopClosure; |
90 class BoolObjectClosure; |
89 class BoolObjectClosure; |
91 class ThreadClosure; |
90 class ThreadClosure; |
92 class outputStream; |
91 class outputStream; |