hotspot/src/share/vm/opto/machnode.hpp
changeset 25637 369f62cdfaba
parent 24923 9631f7d691dc
child 25930 eae8b7490d2c
--- a/hotspot/src/share/vm/opto/machnode.hpp	Wed Jul 09 21:56:16 2014 +0000
+++ b/hotspot/src/share/vm/opto/machnode.hpp	Fri Jul 11 19:51:36 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, 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
@@ -842,6 +842,10 @@
 
   bool returns_long() const { return tf()->return_type() == T_LONG; }
   bool return_value_is_used() const;
+
+  // Similar to cousin class CallNode::returns_pointer
+  bool returns_pointer() const;
+
 #ifndef PRODUCT
   virtual void dump_spec(outputStream *st) const;
 #endif