src/share/vm/utilities/errorReporter.hpp

changeset 2531
7dc5384467e0
parent 2515
d8a72fbc4be7
child 6876
710a3c8b516e
equal deleted inserted replaced
2530:f3e07ceeaed9 2531:7dc5384467e0
24 24
25 #ifndef SHARE_VM_UTILITIES_ERRORREPORTER_HPP 25 #ifndef SHARE_VM_UTILITIES_ERRORREPORTER_HPP
26 #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP 26 #define SHARE_VM_UTILITIES_ERRORREPORTER_HPP
27 27
28 #include "utilities/globalDefinitions.hpp" 28 #include "utilities/globalDefinitions.hpp"
29 #include "memory/allocation.hpp"
29 30
30 class ErrorReporter : public StackObj { 31 class ErrorReporter : public StackObj {
31 32
32 public: 33 public:
33 ErrorReporter(); 34 ErrorReporter();

mercurial