src/share/vm/c1/c1_Canonicalizer.cpp

changeset 8415
d109bda16490
parent 8316
626f594dffa6
parent 8368
32b682649973
child 8604
04d83ba48607
     1.1 --- a/src/share/vm/c1/c1_Canonicalizer.cpp	Tue Mar 29 23:01:10 2016 +0100
     1.2 +++ b/src/share/vm/c1/c1_Canonicalizer.cpp	Tue Apr 05 08:55:39 2016 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2016, 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 @@ -265,7 +265,8 @@
    1.11      // limit this optimization to current block
    1.12      if (value != NULL && in_current_block(conv)) {
    1.13        set_canonical(new StoreIndexed(x->array(), x->index(), x->length(),
    1.14 -                                     x->elt_type(), value, x->state_before()));
    1.15 +                                     x->elt_type(), value, x->state_before(),
    1.16 +                                     x->check_boolean()));
    1.17        return;
    1.18      }
    1.19    }

mercurial