hotspot/src/os_cpu/windows_x86/vm/thread_windows_x86.hpp
changeset 18025 b7bcf7497f93
parent 7397 5b173b4ca846
child 40644 39e631ed7145
--- a/hotspot/src/os_cpu/windows_x86/vm/thread_windows_x86.hpp	Fri Jun 07 09:33:01 2013 -0700
+++ b/hotspot/src/os_cpu/windows_x86/vm/thread_windows_x86.hpp	Mon Jun 10 11:30:51 2013 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2013, 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
@@ -58,6 +58,12 @@
   bool pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext,
     bool isInJava);
 
+   bool pd_get_top_frame_for_profiling(frame* fr_addr, void* ucontext, bool isInJava);
+
+private:
+  bool pd_get_top_frame(frame* fr_addr, void* ucontext, bool isInJava);
+
+ public:
   // These routines are only used on cpu architectures that
   // have separate register stacks (Itanium).
   static bool register_stack_overflow() { return false; }