comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp @ 6008:b632e80fc9dc

4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
author brutisso
date Mon, 16 Apr 2012 08:57:18 +0200
parents 41e6ee74f879
children 9f059abe8cf2
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008:b632e80fc9dc
1 /* 1 /*
2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2001, 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.
986 // Adaptive size policy 986 // Adaptive size policy
987 CMSAdaptiveSizePolicy* size_policy(); 987 CMSAdaptiveSizePolicy* size_policy();
988 CMSGCAdaptivePolicyCounters* gc_adaptive_policy_counters(); 988 CMSGCAdaptivePolicyCounters* gc_adaptive_policy_counters();
989 989
990 // debugging 990 // debugging
991 void verify(bool); 991 void verify();
992 bool verify_after_remark(); 992 bool verify_after_remark();
993 void verify_ok_to_terminate() const PRODUCT_RETURN; 993 void verify_ok_to_terminate() const PRODUCT_RETURN;
994 void verify_work_stacks_empty() const PRODUCT_RETURN; 994 void verify_work_stacks_empty() const PRODUCT_RETURN;
995 void verify_overflow_empty() const PRODUCT_RETURN; 995 void verify_overflow_empty() const PRODUCT_RETURN;
996 996
1277 void pre_adjust_pointers(); 1277 void pre_adjust_pointers();
1278 void post_compact(); 1278 void post_compact();
1279 1279
1280 // Debugging 1280 // Debugging
1281 void prepare_for_verify(); 1281 void prepare_for_verify();
1282 void verify(bool allow_dirty); 1282 void verify();
1283 void print_statistics() PRODUCT_RETURN; 1283 void print_statistics() PRODUCT_RETURN;
1284 1284
1285 // Performance Counters support 1285 // Performance Counters support
1286 virtual void update_counters(); 1286 virtual void update_counters();
1287 virtual void update_counters(size_t used); 1287 virtual void update_counters(size_t used);