8327444: simplify RESTARTABLE macro usage in JDK codebase

Reviewed-by: gli, clanger, alanb, dholmes, bpb
This commit is contained in:
Matthias Baesken 2024-03-08 08:31:40 +00:00
parent de428daf9a
commit fb4610e6b7
18 changed files with 79 additions and 116 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -27,6 +27,7 @@
#define JNI_UTIL_H
#include "jni.h"
#include "jni_util_md.h"
#include "jlong.h"
#ifdef __cplusplus