langtools/test/tools/javac/MethodParameters/InstanceMethods.out
author ysuenaga
Wed, 30 Mar 2016 21:05:13 +0900
changeset 37218 c7241bc368bf
parent 21044 ffba9cdeff1a
permissions -rw-r--r--
8151674: STW phases at Concurrent GC should count in PerfCounter Reviewed-by: jmasa, sla, tschatzl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21044
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     1
public class InstanceMethods -- 
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     2
InstanceMethods.<init>()
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     3
InstanceMethods.empty()
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     4
InstanceMethods.def(a, final ba, final cba)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     5
InstanceMethods.pub(d, final ed, final fed)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     6
InstanceMethods.prot(g, final hg, final ihg)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     7
InstanceMethods.priv(j, final kj, final lkj)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     8
InstanceMethods.def(A, BA, final CBA, final DCBA)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     9
InstanceMethods.pub(B, CB, final DCB, final EDCB)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
    10
InstanceMethods.prot(C, DC, final EDC, final FEDC)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
    11
InstanceMethods.priv(D, ED, final FED, final GFED)