aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/classfile/classLoader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/classfile/classLoader.hpp')
-rw-r--r--src/share/vm/classfile/classLoader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/classfile/classLoader.hpp b/src/share/vm/classfile/classLoader.hpp
index 38063e1a4..27f5068f7 100644
--- a/src/share/vm/classfile/classLoader.hpp
+++ b/src/share/vm/classfile/classLoader.hpp
@@ -346,7 +346,7 @@ class ClassLoader: AllStatic {
static void exit_with_path_failure(const char* error, const char* message);
#endif
- static void trace_class_path(const char* msg, const char* name = NULL);
+ static void trace_class_path(outputStream* out, const char* msg, const char* name = NULL);
// VM monitoring and management support
static jlong classloader_time_ms();