nashorn/test/script/trusted/optimistic_recompilation.js
author aefimov
Tue, 10 Jan 2017 22:15:54 +0300
changeset 43126 26c4004e8cc0
parent 41143 7a3195db5d86
permissions -rw-r--r--
8159058: SAXParseException when sending soap message Reviewed-by: lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     1
/*
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     2
 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     4
 *
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     7
 * published by the Free Software Foundation.
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     8
 *
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    13
 * accompanied this code).
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    14
 *
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    18
 *
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    21
 * questions.
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    22
 */
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    23
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    24
/**
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    25
 * Ask Debug for an event log of favourable events instead of using --log flags printing to screen
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    26
 * @test
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    27
 * @bug 8037086,8038398
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    28
 * @fork
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    29
 * @option -Dnashorn.debug=true
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    30
 * @option --log=recompile:quiet
25828
077046a5d726 8044786: Some tests fail with non-optimistic compilation
attila
parents: 24779
diff changeset
    31
 * @option --optimistic-types=true
36517
41a1c20eb619 8142968: Module System implementation
alanb
parents: 25828
diff changeset
    32
 * @run
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    33
 */
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    34
41143
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    35
var Reflector     = Java.type("jdk.nashorn.test.models.Reflector");
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    36
var forName       = java.lang.Class["forName(String)"];
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    37
var RuntimeEvent  = forName("jdk.nashorn.internal.runtime.events.RuntimeEvent").static;
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    38
var getValue      = RuntimeEvent.class.getMethod("getValue");
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    39
var RewriteException = forName("jdk.nashorn.internal.runtime.RewriteException").static;
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    40
var getReturnType    = RewriteException.class.getMethod("getReturnType");
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    41
var RecompilationEvent = forName("jdk.nashorn.internal.runtime.events.RecompilationEvent").static;
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    42
var getReturnValue     = RecompilationEvent.class.getMethod("getReturnValue");
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    43
var setReturnTypeAndValue = [];
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    44
var expectedValues = [];
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    45
41143
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    46
function invoke(m, obj) {
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    47
    return Reflector.invoke(m, obj);
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    48
}
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    49
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    50
function checkExpectedRecompilation(f, expectedValues, testCase) {
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    51
    Debug.clearRuntimeEvents();
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    52
    print(f());
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    53
    events = Debug.getRuntimeEvents();
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    54
    //make sure we got runtime events
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    55
    print("events = " + (events.toString().indexOf("RuntimeEvent") != -1));
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    56
    if (events.length ==  expectedValues.length) {
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    57
        for (var i in events) {
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    58
            var e = events[i];
41143
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    59
            var returnValue = invoke(getReturnValue, e);
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    60
            if (typeof returnValue != 'undefined') {
41143
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    61
                setReturnTypeAndValue[i] = [invoke(getReturnType, invoke(getValue, e)), returnValue];
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    62
            } else {
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    63
                returnValue = "undefined";
41143
7a3195db5d86 8166298: 3 nashorn ant tests fail with latest jdk9-dev tip
sundar
parents: 36517
diff changeset
    64
                setReturnTypeAndValue[i] = [invoke(getReturnType, invoke(getValue, e)), returnValue];
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    65
            }
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    66
            if (!setReturnTypeAndValue[i].toString().equals(expectedValues[i].toString())) {
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    67
                fail("The return values are not as expected. Expected value: " + expectedValues[i] + " and got: " + setReturnTypeAndValue[i] + " in test case: " + f);
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    68
            }
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    69
        }
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    70
    } else {
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    71
        fail("Number of Deoptimizing recompilation is not correct, expected: " + expectedValues.length + " and found: " + events.length + " in test case: " + f);
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    72
    }
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    73
}
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    74
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    75
checkExpectedRecompilation(function divisionByZeroTest() {var x = { a: 2, b:1 }; x.a = Number.POSITIVE_INFINITY; x.b = 0; print(x.a/x.b); return 1;},
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    76
                           expectedValues =[['double', 'Infinity']]);
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    77
checkExpectedRecompilation(function divisionWithRemainderTest() {var x = { a: 7, b:2 }; print(x.a/x.b); return 1;}, expectedValues =[['double', '3.5']]);
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    78
checkExpectedRecompilation(function infinityMultiplicationTest() {var x = { a: Number.POSITIVE_INFINITY, b: Number.POSITIVE_INFINITY}; print(x.a*x.b); return 1;},
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    79
                           expectedValues =[['double', 'Infinity']]);
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    80
checkExpectedRecompilation(function maxValueMultiplicationTest() {var x = { a: Number.MAX_VALUE, b: Number.MAX_VALUE}; print(x.a*x.b); return 1;},
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    81
                           expectedValues =[['double', '1.7976931348623157e+308']]);
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    82
checkExpectedRecompilation(function divisionByInfinityTest() {var x = { a: -1, b: Number.POSITIVE_INFINITY}; print(x.a/x.b); return 1;},
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    83
                           expectedValues =[['double', 'Infinity']]);
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    84
checkExpectedRecompilation(function divisionByStringTest() {var x = { a: Number.POSITIVE_INFINITY, b: 'Hello'}; print(x.a/x.b); return 1;},
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    85
                           expectedValues =[['double', 'Infinity']]);
24778
2ff5d7041566 8044638: Tidy up Nashorn codebase for code standards
attila
parents: 24769
diff changeset
    86
checkExpectedRecompilation(function nestedFunctionTest() {var a=3,b,c; function f() {var x = 2, y =1; function g(){var y = x; var z = a; z = x*y; print(a*b)} g()}f(); return 1;},
24748
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    87
                           expectedValues =[['object', 'undefined']]);
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    88
checkExpectedRecompilation(function functionTest(a,b,c) { d = (a + b) * c; print(d); return 1;}, expectedValues =[['double', 'NaN']]);
69787da7c664 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez
parents:
diff changeset
    89
checkExpectedRecompilation(function andTest(a,b) { d = a && b; print(d); return 1;}, expectedValues =[['object', 'undefined']]);