src/share/vm/c1/c1_LIRGenerator.hpp

changeset 8368
32b682649973
parent 7598
ddce0b7cee93
child 8415
d109bda16490
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Mon Jan 11 13:41:45 2016 -0800
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Fri Jan 15 22:33:15 2016 +0000
     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 @@ -445,6 +445,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