test/nashorn/script/basic/JDK-8023630.js.EXPECTED
author mikael
Thu, 19 Apr 2018 17:13:19 -0700
changeset 49838 b37e0785ce0b
parent 47216 71c04702a3d5
permissions -rw-r--r--
8202052: Disable warnings when building libawt with VS2017 Reviewed-by: erikj, prr
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