src/share/vm/opto/memnode.hpp

changeset 8879
6bc9abf210fd
parent 8653
0ffee573412b
child 9041
95a08233f46c
     1.1 --- a/src/share/vm/opto/memnode.hpp	Wed Jun 07 13:59:35 2017 -0400
     1.2 +++ b/src/share/vm/opto/memnode.hpp	Tue Jul 25 10:10:41 2017 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2017, 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 @@ -75,6 +75,8 @@
    1.11      debug_only(_adr_type=at; adr_type();)
    1.12    }
    1.13  
    1.14 +  static bool check_if_adr_maybe_raw(Node* adr);
    1.15 +
    1.16  public:
    1.17    // Helpers for the optimizer.  Documented in memnode.cpp.
    1.18    static bool detect_ptr_independence(Node* p1, AllocateNode* a1,

mercurial