hotspot/test/gc/TestHumongousReferenceObject.java
author stsmirno
Mon, 17 Oct 2016 18:54:12 -0400
changeset 41705 332239c052cc
parent 37423 d55fe8159440
permissions -rw-r--r--
8165687: Fix license and copyright headers in jd9 under hotspot/test Summary: Legal notices and Oracle copyrights were updated (white and blank space, commas) in tests files for uniformity to meet Oracle requirements. Reviewed-by: dholmes, iris Contributed-by: Stanislav Smirnov <stanislav.smirnov@oracle.com>, Vassili Igouchkine <vassili.igouchkine@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     1
/*
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     2
 * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     4
 *
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
41705
332239c052cc 8165687: Fix license and copyright headers in jd9 under hotspot/test
stsmirno
parents: 37423
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     7
 * published by the Free Software Foundation.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     8
 *
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
41705
332239c052cc 8165687: Fix license and copyright headers in jd9 under hotspot/test
stsmirno
parents: 37423
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    13
 * accompanied this code).
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    14
 *
41705
332239c052cc 8165687: Fix license and copyright headers in jd9 under hotspot/test
stsmirno
parents: 37423
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    18
 *
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    21
 * questions.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    22
 */
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    23
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    24
import jdk.internal.vm.annotation.Contended;
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    25
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    26
/*
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    27
 * @test
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    28
 * @summary Test that verifies that iteration over large, plain Java objects, that potentially cross region boundaries on G1, with references in them works.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    29
 * @requires vm.gc == "null"
37423
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    30
 * @bug 8151499 8153734
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    31
 * @modules java.base/jdk.internal.vm.annotation
37423
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    32
 * @run main/othervm -XX:+EnableContended -XX:-RestrictContended -Xmx128m -XX:+UseParallelGC -XX:ContendedPaddingWidth=8192 TestHumongousReferenceObject
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    33
 * @run main/othervm -XX:+EnableContended -XX:-RestrictContended -Xmx128m -XX:+UseG1GC -XX:G1HeapRegionSize=1M -XX:ContendedPaddingWidth=8192 TestHumongousReferenceObject
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    34
 * @run main/othervm -XX:+EnableContended -XX:-RestrictContended -Xmx128m -XX:+UseG1GC -XX:G1HeapRegionSize=2M -XX:ContendedPaddingWidth=8192 TestHumongousReferenceObject
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    35
 * @run main/othervm -XX:+EnableContended -XX:-RestrictContended -Xmx128m -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:ContendedPaddingWidth=8192 TestHumongousReferenceObject
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    36
 * @run main/othervm -XX:+EnableContended -XX:-RestrictContended -Xmx128m -XX:+UseG1GC -XX:G1HeapRegionSize=8M -XX:ContendedPaddingWidth=8192 TestHumongousReferenceObject
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    37
 */
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    38
public class TestHumongousReferenceObject {
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    39
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    40
    /*
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    41
      Due to 300 fields with 8K @Contended padding around each field, it takes 2.4M bytes per instance.
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    42
      With small G1 regions, it is bound to cross regions. G1 should properly (card) mark the object nevertheless.
37423
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    43
      With 128M heap, it is enough to allocate ~100 of these objects to provoke at least one GC.
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    44
     */
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    45
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    46
    static volatile Object instance;
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    47
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    48
    public static void main(String[] args) {
37423
d55fe8159440 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
tschatzl
parents: 37258
diff changeset
    49
        for (int c = 0; c < 100; c++) {
37258
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    50
            instance = new TestHumongousReferenceObject();
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    51
        }
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    52
    }
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    53
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    54
    @Contended Integer int_1 = new Integer(1);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    55
    @Contended Integer int_2 = new Integer(2);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    56
    @Contended Integer int_3 = new Integer(3);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    57
    @Contended Integer int_4 = new Integer(4);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    58
    @Contended Integer int_5 = new Integer(5);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    59
    @Contended Integer int_6 = new Integer(6);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    60
    @Contended Integer int_7 = new Integer(7);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    61
    @Contended Integer int_8 = new Integer(8);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    62
    @Contended Integer int_9 = new Integer(9);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    63
    @Contended Integer int_10 = new Integer(10);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    64
    @Contended Integer int_11 = new Integer(11);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    65
    @Contended Integer int_12 = new Integer(12);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    66
    @Contended Integer int_13 = new Integer(13);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    67
    @Contended Integer int_14 = new Integer(14);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    68
    @Contended Integer int_15 = new Integer(15);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    69
    @Contended Integer int_16 = new Integer(16);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    70
    @Contended Integer int_17 = new Integer(17);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    71
    @Contended Integer int_18 = new Integer(18);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    72
    @Contended Integer int_19 = new Integer(19);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    73
    @Contended Integer int_20 = new Integer(20);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    74
    @Contended Integer int_21 = new Integer(21);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    75
    @Contended Integer int_22 = new Integer(22);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    76
    @Contended Integer int_23 = new Integer(23);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    77
    @Contended Integer int_24 = new Integer(24);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    78
    @Contended Integer int_25 = new Integer(25);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    79
    @Contended Integer int_26 = new Integer(26);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    80
    @Contended Integer int_27 = new Integer(27);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    81
    @Contended Integer int_28 = new Integer(28);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    82
    @Contended Integer int_29 = new Integer(29);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    83
    @Contended Integer int_30 = new Integer(30);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    84
    @Contended Integer int_31 = new Integer(31);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    85
    @Contended Integer int_32 = new Integer(32);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    86
    @Contended Integer int_33 = new Integer(33);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    87
    @Contended Integer int_34 = new Integer(34);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    88
    @Contended Integer int_35 = new Integer(35);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    89
    @Contended Integer int_36 = new Integer(36);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    90
    @Contended Integer int_37 = new Integer(37);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    91
    @Contended Integer int_38 = new Integer(38);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    92
    @Contended Integer int_39 = new Integer(39);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    93
    @Contended Integer int_40 = new Integer(40);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    94
    @Contended Integer int_41 = new Integer(41);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    95
    @Contended Integer int_42 = new Integer(42);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    96
    @Contended Integer int_43 = new Integer(43);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    97
    @Contended Integer int_44 = new Integer(44);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    98
    @Contended Integer int_45 = new Integer(45);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
    99
    @Contended Integer int_46 = new Integer(46);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   100
    @Contended Integer int_47 = new Integer(47);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   101
    @Contended Integer int_48 = new Integer(48);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   102
    @Contended Integer int_49 = new Integer(49);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   103
    @Contended Integer int_50 = new Integer(50);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   104
    @Contended Integer int_51 = new Integer(51);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   105
    @Contended Integer int_52 = new Integer(52);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   106
    @Contended Integer int_53 = new Integer(53);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   107
    @Contended Integer int_54 = new Integer(54);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   108
    @Contended Integer int_55 = new Integer(55);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   109
    @Contended Integer int_56 = new Integer(56);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   110
    @Contended Integer int_57 = new Integer(57);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   111
    @Contended Integer int_58 = new Integer(58);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   112
    @Contended Integer int_59 = new Integer(59);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   113
    @Contended Integer int_60 = new Integer(60);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   114
    @Contended Integer int_61 = new Integer(61);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   115
    @Contended Integer int_62 = new Integer(62);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   116
    @Contended Integer int_63 = new Integer(63);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   117
    @Contended Integer int_64 = new Integer(64);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   118
    @Contended Integer int_65 = new Integer(65);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   119
    @Contended Integer int_66 = new Integer(66);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   120
    @Contended Integer int_67 = new Integer(67);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   121
    @Contended Integer int_68 = new Integer(68);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   122
    @Contended Integer int_69 = new Integer(69);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   123
    @Contended Integer int_70 = new Integer(70);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   124
    @Contended Integer int_71 = new Integer(71);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   125
    @Contended Integer int_72 = new Integer(72);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   126
    @Contended Integer int_73 = new Integer(73);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   127
    @Contended Integer int_74 = new Integer(74);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   128
    @Contended Integer int_75 = new Integer(75);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   129
    @Contended Integer int_76 = new Integer(76);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   130
    @Contended Integer int_77 = new Integer(77);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   131
    @Contended Integer int_78 = new Integer(78);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   132
    @Contended Integer int_79 = new Integer(79);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   133
    @Contended Integer int_80 = new Integer(80);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   134
    @Contended Integer int_81 = new Integer(81);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   135
    @Contended Integer int_82 = new Integer(82);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   136
    @Contended Integer int_83 = new Integer(83);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   137
    @Contended Integer int_84 = new Integer(84);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   138
    @Contended Integer int_85 = new Integer(85);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   139
    @Contended Integer int_86 = new Integer(86);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   140
    @Contended Integer int_87 = new Integer(87);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   141
    @Contended Integer int_88 = new Integer(88);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   142
    @Contended Integer int_89 = new Integer(89);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   143
    @Contended Integer int_90 = new Integer(90);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   144
    @Contended Integer int_91 = new Integer(91);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   145
    @Contended Integer int_92 = new Integer(92);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   146
    @Contended Integer int_93 = new Integer(93);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   147
    @Contended Integer int_94 = new Integer(94);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   148
    @Contended Integer int_95 = new Integer(95);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   149
    @Contended Integer int_96 = new Integer(96);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   150
    @Contended Integer int_97 = new Integer(97);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   151
    @Contended Integer int_98 = new Integer(98);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   152
    @Contended Integer int_99 = new Integer(99);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   153
    @Contended Integer int_100 = new Integer(100);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   154
    @Contended Integer int_101 = new Integer(101);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   155
    @Contended Integer int_102 = new Integer(102);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   156
    @Contended Integer int_103 = new Integer(103);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   157
    @Contended Integer int_104 = new Integer(104);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   158
    @Contended Integer int_105 = new Integer(105);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   159
    @Contended Integer int_106 = new Integer(106);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   160
    @Contended Integer int_107 = new Integer(107);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   161
    @Contended Integer int_108 = new Integer(108);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   162
    @Contended Integer int_109 = new Integer(109);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   163
    @Contended Integer int_110 = new Integer(110);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   164
    @Contended Integer int_111 = new Integer(111);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   165
    @Contended Integer int_112 = new Integer(112);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   166
    @Contended Integer int_113 = new Integer(113);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   167
    @Contended Integer int_114 = new Integer(114);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   168
    @Contended Integer int_115 = new Integer(115);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   169
    @Contended Integer int_116 = new Integer(116);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   170
    @Contended Integer int_117 = new Integer(117);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   171
    @Contended Integer int_118 = new Integer(118);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   172
    @Contended Integer int_119 = new Integer(119);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   173
    @Contended Integer int_120 = new Integer(120);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   174
    @Contended Integer int_121 = new Integer(121);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   175
    @Contended Integer int_122 = new Integer(122);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   176
    @Contended Integer int_123 = new Integer(123);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   177
    @Contended Integer int_124 = new Integer(124);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   178
    @Contended Integer int_125 = new Integer(125);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   179
    @Contended Integer int_126 = new Integer(126);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   180
    @Contended Integer int_127 = new Integer(127);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   181
    @Contended Integer int_128 = new Integer(128);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   182
    @Contended Integer int_129 = new Integer(129);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   183
    @Contended Integer int_130 = new Integer(130);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   184
    @Contended Integer int_131 = new Integer(131);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   185
    @Contended Integer int_132 = new Integer(132);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   186
    @Contended Integer int_133 = new Integer(133);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   187
    @Contended Integer int_134 = new Integer(134);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   188
    @Contended Integer int_135 = new Integer(135);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   189
    @Contended Integer int_136 = new Integer(136);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   190
    @Contended Integer int_137 = new Integer(137);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   191
    @Contended Integer int_138 = new Integer(138);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   192
    @Contended Integer int_139 = new Integer(139);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   193
    @Contended Integer int_140 = new Integer(140);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   194
    @Contended Integer int_141 = new Integer(141);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   195
    @Contended Integer int_142 = new Integer(142);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   196
    @Contended Integer int_143 = new Integer(143);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   197
    @Contended Integer int_144 = new Integer(144);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   198
    @Contended Integer int_145 = new Integer(145);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   199
    @Contended Integer int_146 = new Integer(146);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   200
    @Contended Integer int_147 = new Integer(147);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   201
    @Contended Integer int_148 = new Integer(148);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   202
    @Contended Integer int_149 = new Integer(149);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   203
    @Contended Integer int_150 = new Integer(150);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   204
    @Contended Integer int_151 = new Integer(151);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   205
    @Contended Integer int_152 = new Integer(152);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   206
    @Contended Integer int_153 = new Integer(153);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   207
    @Contended Integer int_154 = new Integer(154);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   208
    @Contended Integer int_155 = new Integer(155);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   209
    @Contended Integer int_156 = new Integer(156);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   210
    @Contended Integer int_157 = new Integer(157);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   211
    @Contended Integer int_158 = new Integer(158);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   212
    @Contended Integer int_159 = new Integer(159);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   213
    @Contended Integer int_160 = new Integer(160);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   214
    @Contended Integer int_161 = new Integer(161);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   215
    @Contended Integer int_162 = new Integer(162);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   216
    @Contended Integer int_163 = new Integer(163);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   217
    @Contended Integer int_164 = new Integer(164);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   218
    @Contended Integer int_165 = new Integer(165);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   219
    @Contended Integer int_166 = new Integer(166);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   220
    @Contended Integer int_167 = new Integer(167);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   221
    @Contended Integer int_168 = new Integer(168);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   222
    @Contended Integer int_169 = new Integer(169);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   223
    @Contended Integer int_170 = new Integer(170);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   224
    @Contended Integer int_171 = new Integer(171);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   225
    @Contended Integer int_172 = new Integer(172);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   226
    @Contended Integer int_173 = new Integer(173);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   227
    @Contended Integer int_174 = new Integer(174);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   228
    @Contended Integer int_175 = new Integer(175);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   229
    @Contended Integer int_176 = new Integer(176);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   230
    @Contended Integer int_177 = new Integer(177);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   231
    @Contended Integer int_178 = new Integer(178);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   232
    @Contended Integer int_179 = new Integer(179);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   233
    @Contended Integer int_180 = new Integer(180);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   234
    @Contended Integer int_181 = new Integer(181);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   235
    @Contended Integer int_182 = new Integer(182);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   236
    @Contended Integer int_183 = new Integer(183);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   237
    @Contended Integer int_184 = new Integer(184);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   238
    @Contended Integer int_185 = new Integer(185);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   239
    @Contended Integer int_186 = new Integer(186);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   240
    @Contended Integer int_187 = new Integer(187);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   241
    @Contended Integer int_188 = new Integer(188);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   242
    @Contended Integer int_189 = new Integer(189);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   243
    @Contended Integer int_190 = new Integer(190);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   244
    @Contended Integer int_191 = new Integer(191);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   245
    @Contended Integer int_192 = new Integer(192);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   246
    @Contended Integer int_193 = new Integer(193);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   247
    @Contended Integer int_194 = new Integer(194);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   248
    @Contended Integer int_195 = new Integer(195);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   249
    @Contended Integer int_196 = new Integer(196);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   250
    @Contended Integer int_197 = new Integer(197);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   251
    @Contended Integer int_198 = new Integer(198);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   252
    @Contended Integer int_199 = new Integer(199);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   253
    @Contended Integer int_200 = new Integer(200);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   254
    @Contended Integer int_201 = new Integer(201);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   255
    @Contended Integer int_202 = new Integer(202);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   256
    @Contended Integer int_203 = new Integer(203);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   257
    @Contended Integer int_204 = new Integer(204);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   258
    @Contended Integer int_205 = new Integer(205);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   259
    @Contended Integer int_206 = new Integer(206);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   260
    @Contended Integer int_207 = new Integer(207);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   261
    @Contended Integer int_208 = new Integer(208);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   262
    @Contended Integer int_209 = new Integer(209);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   263
    @Contended Integer int_210 = new Integer(210);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   264
    @Contended Integer int_211 = new Integer(211);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   265
    @Contended Integer int_212 = new Integer(212);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   266
    @Contended Integer int_213 = new Integer(213);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   267
    @Contended Integer int_214 = new Integer(214);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   268
    @Contended Integer int_215 = new Integer(215);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   269
    @Contended Integer int_216 = new Integer(216);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   270
    @Contended Integer int_217 = new Integer(217);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   271
    @Contended Integer int_218 = new Integer(218);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   272
    @Contended Integer int_219 = new Integer(219);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   273
    @Contended Integer int_220 = new Integer(220);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   274
    @Contended Integer int_221 = new Integer(221);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   275
    @Contended Integer int_222 = new Integer(222);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   276
    @Contended Integer int_223 = new Integer(223);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   277
    @Contended Integer int_224 = new Integer(224);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   278
    @Contended Integer int_225 = new Integer(225);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   279
    @Contended Integer int_226 = new Integer(226);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   280
    @Contended Integer int_227 = new Integer(227);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   281
    @Contended Integer int_228 = new Integer(228);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   282
    @Contended Integer int_229 = new Integer(229);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   283
    @Contended Integer int_230 = new Integer(230);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   284
    @Contended Integer int_231 = new Integer(231);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   285
    @Contended Integer int_232 = new Integer(232);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   286
    @Contended Integer int_233 = new Integer(233);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   287
    @Contended Integer int_234 = new Integer(234);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   288
    @Contended Integer int_235 = new Integer(235);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   289
    @Contended Integer int_236 = new Integer(236);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   290
    @Contended Integer int_237 = new Integer(237);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   291
    @Contended Integer int_238 = new Integer(238);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   292
    @Contended Integer int_239 = new Integer(239);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   293
    @Contended Integer int_240 = new Integer(240);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   294
    @Contended Integer int_241 = new Integer(241);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   295
    @Contended Integer int_242 = new Integer(242);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   296
    @Contended Integer int_243 = new Integer(243);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   297
    @Contended Integer int_244 = new Integer(244);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   298
    @Contended Integer int_245 = new Integer(245);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   299
    @Contended Integer int_246 = new Integer(246);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   300
    @Contended Integer int_247 = new Integer(247);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   301
    @Contended Integer int_248 = new Integer(248);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   302
    @Contended Integer int_249 = new Integer(249);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   303
    @Contended Integer int_250 = new Integer(250);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   304
    @Contended Integer int_251 = new Integer(251);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   305
    @Contended Integer int_252 = new Integer(252);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   306
    @Contended Integer int_253 = new Integer(253);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   307
    @Contended Integer int_254 = new Integer(254);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   308
    @Contended Integer int_255 = new Integer(255);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   309
    @Contended Integer int_256 = new Integer(256);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   310
    @Contended Integer int_257 = new Integer(257);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   311
    @Contended Integer int_258 = new Integer(258);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   312
    @Contended Integer int_259 = new Integer(259);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   313
    @Contended Integer int_260 = new Integer(260);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   314
    @Contended Integer int_261 = new Integer(261);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   315
    @Contended Integer int_262 = new Integer(262);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   316
    @Contended Integer int_263 = new Integer(263);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   317
    @Contended Integer int_264 = new Integer(264);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   318
    @Contended Integer int_265 = new Integer(265);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   319
    @Contended Integer int_266 = new Integer(266);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   320
    @Contended Integer int_267 = new Integer(267);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   321
    @Contended Integer int_268 = new Integer(268);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   322
    @Contended Integer int_269 = new Integer(269);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   323
    @Contended Integer int_270 = new Integer(270);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   324
    @Contended Integer int_271 = new Integer(271);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   325
    @Contended Integer int_272 = new Integer(272);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   326
    @Contended Integer int_273 = new Integer(273);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   327
    @Contended Integer int_274 = new Integer(274);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   328
    @Contended Integer int_275 = new Integer(275);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   329
    @Contended Integer int_276 = new Integer(276);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   330
    @Contended Integer int_277 = new Integer(277);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   331
    @Contended Integer int_278 = new Integer(278);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   332
    @Contended Integer int_279 = new Integer(279);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   333
    @Contended Integer int_280 = new Integer(280);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   334
    @Contended Integer int_281 = new Integer(281);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   335
    @Contended Integer int_282 = new Integer(282);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   336
    @Contended Integer int_283 = new Integer(283);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   337
    @Contended Integer int_284 = new Integer(284);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   338
    @Contended Integer int_285 = new Integer(285);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   339
    @Contended Integer int_286 = new Integer(286);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   340
    @Contended Integer int_287 = new Integer(287);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   341
    @Contended Integer int_288 = new Integer(288);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   342
    @Contended Integer int_289 = new Integer(289);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   343
    @Contended Integer int_290 = new Integer(290);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   344
    @Contended Integer int_291 = new Integer(291);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   345
    @Contended Integer int_292 = new Integer(292);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   346
    @Contended Integer int_293 = new Integer(293);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   347
    @Contended Integer int_294 = new Integer(294);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   348
    @Contended Integer int_295 = new Integer(295);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   349
    @Contended Integer int_296 = new Integer(296);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   350
    @Contended Integer int_297 = new Integer(297);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   351
    @Contended Integer int_298 = new Integer(298);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   352
    @Contended Integer int_299 = new Integer(299);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   353
    @Contended Integer int_300 = new Integer(300);
d5fb0ee5e41a 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
diff changeset
   354
}