mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8306538: Zero variant build failure after JDK-8257967
Reviewed-by: shade, dholmes
(cherry picked from commit 33a7978e85)
This commit is contained in:
committed by
Vitaly Provodin
parent
9088ddc325
commit
f90ea696b8
@@ -62,7 +62,7 @@ class JvmtiAgent : public CHeapObj<mtServiceability> {
|
||||
const char* options() const;
|
||||
bool is_absolute_path() const NOT_JVMTI_RETURN_(false);
|
||||
void* os_lib() const NOT_JVMTI_RETURN_(nullptr);
|
||||
void set_os_lib(void* os_lib);
|
||||
void set_os_lib(void* os_lib) NOT_JVMTI_RETURN;
|
||||
const char* os_lib_path() const;
|
||||
void set_os_lib_path(const char* path) NOT_JVMTI_RETURN;
|
||||
bool is_static_lib() const NOT_JVMTI_RETURN_(false);
|
||||
|
||||
Reference in New Issue
Block a user