test/nashorn/script/basic/JDK-8023630.js.EXPECTED
author phh
Sat, 30 Nov 2019 14:33:05 -0800 (2019-11-30)
changeset 59330 5b96c12f909d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19627
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     1
ABCDEFGHIJKLMNO
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     2
cw_super has hashCode(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     3
cw_super has super equals(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     4
cw_super has no getClass(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     5
cw_super has no wait(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     6
r_super has no run(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     7
r_super has hashCode(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     8
r_super has equals(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     9
r_super has no getClass(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    10
r_super has no wait(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    11
cw_super can access write through [] getter: true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    12
cw_super can access hashCode through [] getter: true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    13
cw_super can not access getClass through [] getter: true