jdk/src/java.desktop/windows/native/libawt/windows/awt_Debug.h
changeset 28059 e576535359cc
parent 26751 70bac69b37c9
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    38             AwtDebugSupport();
    38             AwtDebugSupport();
    39             ~AwtDebugSupport();
    39             ~AwtDebugSupport();
    40 
    40 
    41             static void AssertCallback(const char * expr, const char * file,
    41             static void AssertCallback(const char * expr, const char * file,
    42                                        int line);
    42                                        int line);
    43             /* This method signals that the VM is exiting cleanly, and thus the
    43             /* This method signals that the VM is exiting cleanly, and thus
    44                the debug memory manager should dump a leaks report when the
    44                the debug memory manager should dump a leaks report when the
    45                VM has finished exiting. This method should not be called for
    45                VM has finished exiting. This method should not be called for
    46                termination exits (such as <CTRL>-C) */
    46                termination exits (such as <CTRL>-C) */
    47             static void GenerateLeaksReport();
    47             static void GenerateLeaksReport();
    48     };
    48     };