Skip to content

Commit 33a7978

Browse files
caizixianshipilev
authored andcommitted
8306538: Zero variant build failure after JDK-8257967
Reviewed-by: shade, dholmes
1 parent 9c2e5b3 commit 33a7978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/prims/jvmtiAgent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class JvmtiAgent : public CHeapObj<mtServiceability> {
6262
const char* options() const;
6363
bool is_absolute_path() const NOT_JVMTI_RETURN_(false);
6464
void* os_lib() const NOT_JVMTI_RETURN_(nullptr);
65-
void set_os_lib(void* os_lib);
65+
void set_os_lib(void* os_lib) NOT_JVMTI_RETURN;
6666
const char* os_lib_path() const;
6767
void set_os_lib_path(const char* path) NOT_JVMTI_RETURN;
6868
bool is_static_lib() const NOT_JVMTI_RETURN_(false);

0 commit comments

Comments
 (0)