src/hotspot/share/opto/rootnode.hpp
changeset 58061 fafba5cf3546
parent 53244 9807daeb47c4
--- a/src/hotspot/share/opto/rootnode.hpp	Tue Sep 10 07:42:04 2019 +0200
+++ b/src/hotspot/share/opto/rootnode.hpp	Tue Sep 10 08:43:33 2019 +0200
@@ -51,7 +51,8 @@
 // Throw an exception & die
 class HaltNode : public Node {
 public:
-  HaltNode( Node *ctrl, Node *frameptr );
+  const char* _halt_reason;
+  HaltNode(Node* ctrl, Node* frameptr, const char* halt_reason);
   virtual int Opcode() const;
   virtual bool  pinned() const { return true; };
   virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);