We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcc373 commit a086d0eCopy full SHA for a086d0e
runtime/compiler/exceptions/JITShutDown.hpp
@@ -34,12 +34,11 @@ namespace J9 {
34
*
35
* Thrown to terminate a compile during the JIT Shutdown phase.
36
*/
37
-class JITShutdown : public virtual TR::CompilationInterrupted
38
- {
39
- virtual const char* what() const throw() { return "JIT Shutdown"; }
40
- };
+class JITShutdown : public virtual TR::CompilationInterrupted {
+ virtual const char *what() const throw() { return "JIT Shutdown"; }
+};
41
42
-}
+} // namespace J9
43
44
#endif // JIT_SHUTDOWN_HPP
45
0 commit comments