Integrated: 8370065: Windows perfmemory coding - use SetSecurityDescriptorControl directly
Matthias Baesken
mbaesken at openjdk.org
Thu Oct 23 13:06:52 UTC 2025
On Wed, 22 Oct 2025 12:40:58 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We have some 'at runtime' checks for availability of SetSecurityDescriptorControl in the Windows perfmemory coding. But those were done for very old Windows versions like Win98 and can probably be removed.
> Looking at the description
> https://learn.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securitybaseapi-setsecuritydescriptorcontrol
> it is available at least since Win2003/XP so the function can be called directly.
This pull request has now been integrated.
Changeset: b597b655
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b597b6556dbd18360423c29c784a5fbb792a8899
Stats: 26 lines in 1 file changed: 0 ins; 14 del; 12 mod
8370065: Windows perfmemory coding - use SetSecurityDescriptorControl directly
Reviewed-by: dholmes, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/27937
More information about the hotspot-runtime-dev
mailing list