src/hotspot/share/oops/constantPool.hpp
changeset 50971 34872a21af82
parent 49364 601146c66cad
child 51334 cc2c79d22508
--- a/src/hotspot/share/oops/constantPool.hpp	Thu Jun 28 10:51:02 2018 -0700
+++ b/src/hotspot/share/oops/constantPool.hpp	Mon Jul 02 10:09:01 2018 -0700
@@ -719,6 +719,9 @@
   enum { _no_index_sentinel = -1, _possible_index_sentinel = -2 };
  public:
 
+  // Get the tag for a constant, which may involve a constant dynamic
+  constantTag constant_tag_at(int which);
+  // Get the basic type for a constant, which may involve a constant dynamic
   BasicType basic_type_for_constant_at(int which);
 
   // Resolve late bound constants.