8026252: [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform
authorserb
Fri, 18 Apr 2014 20:10:39 +0400
changeset 24521 97047c850d31
parent 24520 e8afd90fcb69
child 24522 3a0bbf9f5e81
8026252: [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform Reviewed-by: azvegint, pchelko
jdk/src/macosx/native/sun/osxapp/AWT_debug.h
--- a/jdk/src/macosx/native/sun/osxapp/AWT_debug.h	Fri Apr 18 10:47:23 2014 +0400
+++ b/jdk/src/macosx/native/sun/osxapp/AWT_debug.h	Fri Apr 18 20:10:39 2014 +0400
@@ -32,9 +32,10 @@
 #define kInternalError "java/lang/InternalError"
 
 #define AWT_DEBUG_LOG(str) \
-    NSLog(@"Cocoa AWT: %@ %@", str, [NSThread callStackSymbols])
+    NSLog(@"\tCocoa AWT: %@ %@", str, [NSThread callStackSymbols])
 
 #define AWT_DEBUG_BUG_REPORT_MESSAGE \
-    NSLog(@"\tPlease file a bug report at http://java.net/jira/browse/MACOSX_PORT with this message and a reproducible test case.")
+    NSLog(@"\tPlease file a bug report at http://bugreport.java.com/bugreport \
+with this message and a reproducible test case.")
 
 #endif