src/share/vm/c1/c1_LIRGenerator.hpp

changeset 8415
d109bda16490
parent 8316
626f594dffa6
parent 8368
32b682649973
child 8604
04d83ba48607
child 9843
a6f289d66efe
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Mar 29 23:01:10 2016 +0100
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Apr 05 08:55:39 2016 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 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 @@ -446,6 +446,7 @@
    1.11    void profile_arguments(ProfileCall* x);
    1.12    void profile_parameters(Base* x);
    1.13    void profile_parameters_at_call(ProfileCall* x);
    1.14 +  LIR_Opr maybe_mask_boolean(StoreIndexed* x, LIR_Opr array, LIR_Opr value, CodeEmitInfo*& null_check_info);
    1.15  
    1.16   public:
    1.17    Compilation*  compilation() const              { return _compilation; }

mercurial