src/share/classes/com/sun/tools/classfile/Instruction.java

changeset 1358
fc123bdeddb8
parent 972
694ff82ca68e
child 1428
d9fe1f80515d
     1.1 --- a/src/share/classes/com/sun/tools/classfile/Instruction.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/classfile/Instruction.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -103,7 +103,7 @@
    1.11          R visitConstantPoolRefAndValue(Instruction instr, int index, int value, P p);
    1.12          /** See {@link Kind#LOCAL}. */
    1.13          R visitLocal(Instruction instr, int index, P p);
    1.14 -        /** See {@link Kind#LOCAL_UBYTE}. */
    1.15 +        /** See {@link Kind#LOCAL_BYTE}. */
    1.16          R visitLocalAndValue(Instruction instr, int index, int value, P p);
    1.17          /** See {@link Kind#DYNAMIC}. */
    1.18          R visitLookupSwitch(Instruction instr, int default_, int npairs, int[] matches, int[] offsets, P p);

mercurial