RFR: 8267920: Create separate Events buffer for VMOperations [v2]

Stefan Karlsson stefank at openjdk.java.net
Mon May 31 08:59:22 UTC 2021


On Mon, 31 May 2021 05:28:05 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Hi Stefan,
> 
> Adding the new event buffer itself seems fine.
> 
> Unlike Coleen I can't figure out why you added LogFunction and the new template classes. :) I can't tell if this was necessary or you just preferred to re-do the specialization mechanism. ??
> 
> Thanks,
> David

It was mostly done to not duplicate the code of EventMark when adding new EventMarkX classes. This can probably be done different ways. I'm open to suggestions.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4243


More information about the hotspot-dev mailing list