hotspot/src/share/vm/prims/stackwalk.hpp
changeset 46505 fd4bc78630b1
parent 43677 5228814c1da2
--- a/hotspot/src/share/vm/prims/stackwalk.hpp	Fri May 26 13:47:33 2017 -0700
+++ b/hotspot/src/share/vm/prims/stackwalk.hpp	Sat May 27 09:21:01 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, 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
@@ -45,7 +45,7 @@
   JavaThread*           _thread;
   jlong                 _anchor;
 protected:
-  void fill_stackframe(Handle stackFrame, const methodHandle& method);
+  void fill_stackframe(Handle stackFrame, const methodHandle& method, TRAPS);
 public:
   BaseFrameStream(JavaThread* thread) : _thread(thread), _anchor(0L) {}