src/share/vm/interpreter/bytecodeStream.cpp

changeset 2462
8012aa3ccede
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
child 8498
9edc175ff3e6
     1.1 --- a/src/share/vm/interpreter/bytecodeStream.cpp	Wed Jan 12 13:59:18 2011 -0800
     1.2 +++ b/src/share/vm/interpreter/bytecodeStream.cpp	Thu Jan 13 22:15:41 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, 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 @@ -59,7 +59,7 @@
    1.11      // in raw mode, pretend indy is "bJJ__"
    1.12      assert(size == 2, "raw invokedynamic instruction has 2-byte index only");
    1.13    } else {
    1.14 -    bytecode()->assert_index_size(size, raw_code(), is_wide());
    1.15 +    bytecode().assert_index_size(size, raw_code(), is_wide());
    1.16    }
    1.17  }
    1.18  

mercurial