< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_Debug.h

Print this page
rev 52923 : 8226346: Build better binary builders
Reviewed-by: andrew

@@ -61,16 +61,11 @@
         _DTrace_Template(DumpUpdateRectangle, 2, "", (_msg), (_hwnd), 0, 0, 0, 0, 0, 0)
 
     #define AWT_DUMP_CLIP_RECTANGLE(_msg, _hwnd) \
         _DTrace_Template(DumpClipRectangle, 2, "", (_msg), (_hwnd), 0, 0, 0, 0, 0, 0)
 
-    /* Use THIS_FILE when it is available. */
-    #ifndef THIS_FILE
-        #define THIS_FILE __FILE__
-    #endif
-
-    #define new         new(THIS_FILE, __LINE__)
+    #define new         new(__FILE__, __LINE__)
 
     #define VERIFY(exp)         DASSERT(exp)
     #define UNIMPLEMENTED()     DASSERT(FALSE)
 
     /* Disable inlining. */
< prev index next >