hotspot/src/share/vm/memory/compactingPermGenGen.hpp
changeset 12379 2cf45b79ce3a
parent 8725 8c1e3dd5fe1b
equal deleted inserted replaced
12378:ed44b9ecfa2f 12379:2cf45b79ce3a
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2012, 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.
   228                                       char** mc_top, char* mc_end);
   228                                       char** mc_top, char* mc_end);
   229   static void* find_matching_vtbl_ptr(void** vtbl_list,
   229   static void* find_matching_vtbl_ptr(void** vtbl_list,
   230                                       void* new_vtable_start,
   230                                       void* new_vtable_start,
   231                                       void* obj);
   231                                       void* obj);
   232 
   232 
   233   void verify(bool allow_dirty);
   233   void verify();
   234 
   234 
   235   // Serialization
   235   // Serialization
   236   static void initialize_oops() KERNEL_RETURN;
   236   static void initialize_oops() KERNEL_RETURN;
   237   static void serialize_oops(SerializeOopClosure* soc);
   237   static void serialize_oops(SerializeOopClosure* soc);
   238   void serialize_bts(SerializeOopClosure* soc);
   238   void serialize_bts(SerializeOopClosure* soc);