Greetings,
Kindly asking for reviews for the following fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8171960 Webrev: http://cr.openjdk.java.net/~mgronlun/8171960/webrev01/ Summary: In order to fix a closed confidential bug, I would need to separate the flag representation that is currently being used by the Event-based tracing framework for Method. The separate flag representation will be non-existent by default; it will only materialize under the conjunction (INCLUDE_TRACE AND implementation available). The existing bit will be removed from the Flags enum with the associated accessors. Thank you Markus
