comparison src/share/vm/compiler/compileLog.hpp @ 14392:b5c8a61d7fa0

Merge
author kvn
date Fri, 21 Jun 2013 15:56:24 -0700
parents 813f26e34135
children de6a9e811145
comparison
equal deleted inserted replaced
14391:d2907f74462e 14392:b5c8a61d7fa0
55 static CompileLog* _first; // head of static chain 55 static CompileLog* _first; // head of static chain
56 56
57 void va_tag(bool push, const char* format, va_list ap); 57 void va_tag(bool push, const char* format, va_list ap);
58 58
59 public: 59 public:
60 CompileLog(const char* file, FILE* fp, intx thread_id); 60 CompileLog(const char* file_name, FILE* fp, intx thread_id);
61 ~CompileLog(); 61 ~CompileLog();
62 62
63 intx thread_id() { return _thread_id; } 63 intx thread_id() { return _thread_id; }
64 const char* file() { return _file; } 64 const char* file() { return _file; }
65 65