diff -r d3cc20285653 -r 6bc9abf210fd src/share/vm/opto/memnode.hpp --- a/src/share/vm/opto/memnode.hpp Wed Jun 07 13:59:35 2017 -0400 +++ b/src/share/vm/opto/memnode.hpp Tue Jul 25 10:10:41 2017 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -75,6 +75,8 @@ debug_only(_adr_type=at; adr_type();) } + static bool check_if_adr_maybe_raw(Node* adr); + public: // Helpers for the optimizer. Documented in memnode.cpp. static bool detect_ptr_independence(Node* p1, AllocateNode* a1,