RFR: 8144146: Unified Logging tags cannot be reserved keywords

2015-12-04 Thread Marcus Larsson
Hi, Please review the following patch to allow C++ reserved keywords to be used as UL tags. This allows usage of a 'class' tag, for example. Tags are now automatically prefixed with underscores by the macros. This means they will still be referred to without underscores when used, but avoid

Re: RFR(S): JDK-8131694 backout the fix for JDK-8131331 when JDK-8131693 is fixed

2015-12-04 Thread Daniel D. Daugherty
I believe so... but I'm not a Serviceability expert :-) Dan On 12/4/15 11:16 AM, Dmitry Samersoff wrote: Dan, I run RBT job with vm.tmtools testset. Is it enough? -Dmitry On 2015-12-04 00:50, Daniel D. Daugherty wrote: On 12/3/15 1:01 PM, Dmitry Samersoff wrote: Everybody, Please

Re: RFR(S): JDK-8131694 backout the fix for JDK-8131331 when JDK-8131693 is fixed

2015-12-04 Thread Dmitry Samersoff
Dan, I run RBT job with vm.tmtools testset. Is it enough? -Dmitry On 2015-12-04 00:50, Daniel D. Daugherty wrote: > On 12/3/15 1:01 PM, Dmitry Samersoff wrote: >> Everybody, >> >> Please review: >> >> http://cr.openjdk.java.net/~dsamersoff/JDK-8131694/webrev.01/ > >