changeset 14235:933c8a58c9dc

8026413: ScopeDesc::is_equal is declared in header file but not implemented Reviewed-by: kvn
author twisti
date Thu, 09 Jan 2014 18:09:59 -0800
parents 68343762fd63
children 7c0122ed05fb
files src/share/vm/code/scopeDesc.hpp
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/code/scopeDesc.hpp	Thu Jan 09 19:03:36 2014 +0400
+++ b/src/share/vm/code/scopeDesc.hpp	Thu Jan 09 18:09:59 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, 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
@@ -86,8 +86,6 @@
 
   // Tells whether sender() returns NULL
   bool is_top() const;
-  // Tells whether sd is equal to this
-  bool is_equal(ScopeDesc* sd) const;
 
  private:
   // Alternative constructor