hotspot/src/os/bsd/vm/decoder_machO.hpp
changeset 31352 a6ab7217b5cc
parent 13340 40c424a6ff53
child 46630 75aa3e39d02c
--- a/hotspot/src/os/bsd/vm/decoder_machO.hpp	Mon Jun 15 14:33:51 2015 -0700
+++ b/hotspot/src/os/bsd/vm/decoder_machO.hpp	Tue Jun 16 11:58:25 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015, 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
@@ -42,7 +42,7 @@
   virtual bool decode(address pc, char* buf, int buflen, int* offset,
                       const void* base);
   virtual bool decode(address pc, char* buf, int buflen, int* offset,
-                      const char* module_path = NULL) {
+                      const char* module_path, bool demangle) {
     ShouldNotReachHere();
     return false;
   }