src/share/vm/c1/c1_LIR.cpp

changeset 2488
e4fee0bdaa85
parent 2344
ac637b7220d1
child 3141
10ee2b297ccd
     1.1 --- a/src/share/vm/c1/c1_LIR.cpp	Fri Jan 21 13:03:13 2011 -0800
     1.2 +++ b/src/share/vm/c1/c1_LIR.cpp	Mon Jan 24 13:34:18 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 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 @@ -396,7 +396,7 @@
    1.11    , _should_profile(false)
    1.12  {
    1.13    if (code == lir_store_check) {
    1.14 -    _stub = new ArrayStoreExceptionStub(info_for_exception);
    1.15 +    _stub = new ArrayStoreExceptionStub(object, info_for_exception);
    1.16      assert(info_for_exception != NULL, "store_check throws exceptions");
    1.17    } else {
    1.18      ShouldNotReachHere();

mercurial