test/hotspot/jtreg/runtime/linkResolver/TestDeletedMethod_Sub.jcod
author dholmes
Tue, 09 Oct 2018 20:19:22 -0400
changeset 52066 49a21be61dcd
permissions -rw-r--r--
8211065: Private method check in linkResolver is incorrect Reviewed-by: acorn, lfoltan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52066
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     1
/*
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     2
 * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     4
 *
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     7
 * published by the Free Software Foundation.
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     8
 *
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    13
 * accompanied this code).
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    14
 *
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    18
 *
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    21
 * questions.
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    22
 */
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    23
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    24
// We have deleted the local method m() by renaming it
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    25
// We have set the class file version to 49 to allow relaxed access checks
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    26
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    27
class TestDeletedMethod_Sub {
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    28
  0xCAFEBABE;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    29
  0; // minor version
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    30
  49; // version
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    31
  [] { // Constant Pool
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    32
    ; // first element is empty
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    33
    Method #7 #21; // #1
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    34
    Field #22 #23; // #2
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    35
    String #24; // #3
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    36
    Method #25 #26; // #4
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    37
    class #27; // #5
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    38
    Method #5 #28; // #6
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    39
    class #29; // #7
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    40
    Utf8 "ID"; // #8
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    41
    Utf8 "I"; // #9
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    42
    Utf8 "ConstantValue"; // #10
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    43
    int 0x00000001; // #11
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    44
    Utf8 "<init>"; // #12
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    45
    Utf8 "()V"; // #13
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    46
    Utf8 "Code"; // #14
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    47
    Utf8 "LineNumberTable"; // #15
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    48
    Utf8 "m"; // #16
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    49
    Utf8 "()I"; // #17
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    50
    Utf8 "test"; // #18
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    51
    Utf8 "SourceFile"; // #19
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    52
    Utf8 "TestDeletedMethod.java"; // #20
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    53
    NameAndType #12 #13; // #21
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    54
    class #30; // #22
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    55
    NameAndType #31 #32; // #23
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    56
    Utf8 "Sub.m"; // #24
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    57
    class #33; // #25
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    58
    NameAndType #34 #35; // #26
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    59
    Utf8 "TestDeletedMethod_Sub"; // #27
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    60
    NameAndType #16 #17; // #28
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    61
    Utf8 "TestDeletedMethod_Super"; // #29
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    62
    Utf8 "java/lang/System"; // #30
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    63
    Utf8 "out"; // #31
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    64
    Utf8 "Ljava/io/PrintStream;"; // #32
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    65
    Utf8 "java/io/PrintStream"; // #33
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    66
    Utf8 "println"; // #34
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    67
    Utf8 "(Ljava/lang/String;)V"; // #35
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    68
    Utf8 "m_renamed"; // #36 added
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    69
  } // Constant Pool
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    70
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    71
  0x0020; // access
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    72
  #5;// this_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    73
  #7;// super_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    74
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    75
  [] { // Interfaces
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    76
  } // Interfaces
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    77
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    78
  [] { // fields
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    79
    { // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    80
      0x0019; // access
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    81
      #8; // name_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    82
      #9; // sig_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    83
      [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    84
        Attr(#10) { // ConstantValue
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    85
          #11;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    86
        } // end ConstantValue
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    87
      } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    88
    } // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    89
  } // fields
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    90
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    91
  [] { // methods
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    92
    { // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    93
      0x0000; // access
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    94
      #12; // name_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    95
      #13; // sig_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    96
      [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    97
        Attr(#14) { // Code
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    98
          1; // max_stack
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
    99
          1; // max_locals
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   100
          Bytes[]{
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   101
            0x2AB70001B1;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   102
          };
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   103
          [] { // Traps
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   104
          } // end Traps
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   105
          [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   106
            Attr(#15) { // LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   107
              [] { // LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   108
                0  43;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   109
              }
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   110
            } // end LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   111
          } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   112
        } // end Code
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   113
      } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   114
    } // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   115
    ;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   116
    { // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   117
      0x000A; // access
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   118
      #36; // name_cpx UPDATED to rename method
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   119
      #17; // sig_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   120
      [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   121
        Attr(#14) { // Code
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   122
          2; // max_stack
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   123
          0; // max_locals
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   124
          Bytes[]{
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   125
            0xB200021203B60004;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   126
            0x04AC;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   127
          };
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   128
          [] { // Traps
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   129
          } // end Traps
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   130
          [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   131
            Attr(#15) { // LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   132
              [] { // LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   133
                0  47;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   134
                8  48;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   135
              }
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   136
            } // end LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   137
          } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   138
        } // end Code
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   139
      } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   140
    } // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   141
    ;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   142
    { // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   143
      0x0009; // access
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   144
      #18; // name_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   145
      #17; // sig_cpx
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   146
      [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   147
        Attr(#14) { // Code
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   148
          1; // max_stack
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   149
          0; // max_locals
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   150
          Bytes[]{
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   151
            0xB80006AC;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   152
          };
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   153
          [] { // Traps
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   154
          } // end Traps
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   155
          [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   156
            Attr(#15) { // LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   157
              [] { // LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   158
                0  51;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   159
              }
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   160
            } // end LineNumberTable
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   161
          } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   162
        } // end Code
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   163
      } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   164
    } // Member
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   165
  } // methods
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   166
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   167
  [] { // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   168
    Attr(#19) { // SourceFile
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   169
      #20;
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   170
    } // end SourceFile
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   171
  } // Attributes
49a21be61dcd 8211065: Private method check in linkResolver is incorrect
dholmes
parents:
diff changeset
   172
} // end class TestDeletedMethod_Sub