hotspot/test/compiler/codegen/C1NullCheckOfNullStore.java
author hseigel
Wed, 01 Mar 2017 08:00:02 -0500
changeset 46194 5596e6f63072
parent 40059 c2304140ed64
permissions -rw-r--r--
8172307: Remove ununsed JVM API JVM_GetModuleByPackageName() Summary: Remove get_module_by_package_name() etc., and unneeded test. Reviewed-by: sspitsyn, gtriantafill
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23530
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     1
/*
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     2
 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     4
 *
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     7
 * published by the Free Software Foundation.
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     8
 *
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    13
 * accompanied this code).
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    14
 *
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    18
 *
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    21
 * questions.
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    22
 */
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    23
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    24
/*
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    25
 * @test
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    26
 * @bug 8039043
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    27
 * @summary Null check is placed in a wrong place when storing a null to an object field on x64 with compressed oops off
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    28
 *
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    29
 * @run main/othervm -Xbatch -XX:+IgnoreUnrecognizedVMOptions
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    30
 *    -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:-UseCompressedOops
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    31
 *    -XX:CompileCommand=compileonly,compiler.codegen.C1NullCheckOfNullStore::test
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    32
 *    compiler.codegen.C1NullCheckOfNullStore
23530
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    33
 */
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    34
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    35
package compiler.codegen;
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    36
23530
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    37
public class C1NullCheckOfNullStore {
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    38
    private static class Foo {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    39
        Object bar;
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    40
    }
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    41
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    42
    static private void test(Foo x) {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    43
        x.bar = null;
23530
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    44
    }
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    45
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    46
    static public void main(String args[]) {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    47
        Foo x = new Foo();
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    48
        for (int i = 0; i < 10000; i++) {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    49
            test(x);
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    50
        }
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    51
        boolean gotNPE = false;
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    52
        try {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    53
            for (int i = 0; i < 10000; i++) {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    54
                test(null);
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    55
            }
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    56
        } catch (NullPointerException e) {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    57
            gotNPE = true;
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    58
        }
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    59
        if (!gotNPE) {
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    60
            throw new Error("Expecting a NullPointerException");
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 23530
diff changeset
    61
        }
23530
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    62
    }
b0fb0c2df62b 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
iveresov
parents:
diff changeset
    63
}