< prev index next >

src/share/vm/gc/g1/vmStructs_g1.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 1,7 **** /* ! * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_VMSTRUCTS_G1_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_VMSTRUCTS_G1_HPP ! #include "gc_implementation/g1/heapRegion.hpp" ! #include "gc_implementation/g1/heapRegionManager.hpp" ! #include "gc_implementation/g1/g1CollectedHeap.hpp" #define VM_STRUCTS_G1(nonstatic_field, static_field) \ \ static_field(HeapRegion, GrainBytes, size_t) \ static_field(HeapRegion, LogOfHRGrainBytes, int) \ --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_VMSTRUCTS_G1_HPP ! #define SHARE_VM_GC_G1_VMSTRUCTS_G1_HPP ! #include "gc/g1/g1CollectedHeap.hpp" ! #include "gc/g1/heapRegion.hpp" ! #include "gc/g1/heapRegionManager.hpp" #define VM_STRUCTS_G1(nonstatic_field, static_field) \ \ static_field(HeapRegion, GrainBytes, size_t) \ static_field(HeapRegion, LogOfHRGrainBytes, int) \
*** 84,89 **** declare_toplevel_type(HeapRegion*) \ declare_toplevel_type(G1MonitoringSupport*) \ declare_toplevel_type(G1Allocator*) \ ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_VMSTRUCTS_G1_HPP --- 84,89 ---- declare_toplevel_type(HeapRegion*) \ declare_toplevel_type(G1MonitoringSupport*) \ declare_toplevel_type(G1Allocator*) \ ! #endif // SHARE_VM_GC_G1_VMSTRUCTS_G1_HPP
< prev index next >