RFR: 8275162: Use varargs in 'def' macros in mutexLocker.cpp

Coleen Phillimore coleenp at openjdk.java.net
Tue Oct 26 14:34:13 UTC 2021


On Mon, 25 Oct 2021 14:11:15 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This change uses vararags in the 'def' and 'defl' macros in mutexLocker.cpp so that only the exceptions to the default parameter for _allow_vm_block are specified.
> Some of these exceptions are not needed but that's a later patch that I'm working on.
> Tested with tier1 sanity (all Oracle platforms) and tier1-3 linux-x64-debug, linux-x64, windows-x64-debug.

Thanks Patricio and David!

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

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


More information about the hotspot-runtime-dev mailing list