aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/opto/node.hpp')
-rw-r--r--src/share/vm/opto/node.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/vm/opto/node.hpp b/src/share/vm/opto/node.hpp
index 6dbd2a4cd..56800ae1d 100644
--- a/src/share/vm/opto/node.hpp
+++ b/src/share/vm/opto/node.hpp
@@ -917,6 +917,7 @@ public:
// These guys are called by code generated by ADLC:
intptr_t get_ptr() const;
+ intptr_t get_narrowcon() const;
jdouble getd() const;
jfloat getf() const;