8164523: Clean up metadata for event based tracing

Reviewed-by: mlarsson, mgronlun
This commit is contained in:
Erik Gahlin 2016-08-23 19:21:48 +02:00
parent d4728727fb
commit c98e599afa
23 changed files with 271 additions and 278 deletions

View file

@ -342,7 +342,7 @@ class ciMethod : public ciMetadata {
void print_short_name(outputStream* st = tty);
#if INCLUDE_TRACE
TraceStructCiMethod to_trace_struct() const;
TraceStructCalleeMethod to_trace_struct() const;
#endif
};