mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8164523: Clean up metadata for event based tracing
Reviewed-by: mlarsson, mgronlun
This commit is contained in:
parent
d4728727fb
commit
c98e599afa
23 changed files with 271 additions and 278 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue