hotspot/src/share/vm/utilities/debug.hpp
changeset 18683 a6418e038255
parent 17087 f0b76c4c93a0
child 19285 0a3b3f115402
child 22827 07d991d45a51
--- a/hotspot/src/share/vm/utilities/debug.hpp	Thu Jul 04 04:03:28 2013 -0700
+++ b/hotspot/src/share/vm/utilities/debug.hpp	Thu Jul 04 21:10:17 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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
@@ -243,7 +243,7 @@
 void set_error_reported();
 
 /* Test assert(), fatal(), guarantee(), etc. */
-NOT_PRODUCT(void test_error_handler(size_t test_num);)
+NOT_PRODUCT(void test_error_handler();)
 
 void pd_ps(frame f);
 void pd_obfuscate_location(char *buf, size_t buflen);