hotspot/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
changeset 24424 2658d7834c6e
parent 24351 61b33cc6d3cf
child 27880 afb974a04396
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2014, 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 "runtime/java.hpp"
    33 #include "runtime/java.hpp"
    34 #include "runtime/mutexLocker.hpp"
    34 #include "runtime/mutexLocker.hpp"
    35 #include "runtime/orderAccess.inline.hpp"
    35 #include "runtime/orderAccess.inline.hpp"
    36 #include "runtime/virtualspace.hpp"
    36 #include "runtime/virtualspace.hpp"
    37 #include "runtime/vmThread.hpp"
    37 #include "runtime/vmThread.hpp"
       
    38 
       
    39 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    38 
    40 
    39 void CardTableModRefBS::non_clean_card_iterate_parallel_work(Space* sp, MemRegion mr,
    41 void CardTableModRefBS::non_clean_card_iterate_parallel_work(Space* sp, MemRegion mr,
    40                                                              OopsInGenClosure* cl,
    42                                                              OopsInGenClosure* cl,
    41                                                              CardTableRS* ct,
    43                                                              CardTableRS* ct,
    42                                                              int n_threads) {
    44                                                              int n_threads) {