We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2e5b3 commit 33a7978Copy full SHA for 33a7978
src/hotspot/share/prims/jvmtiAgent.hpp
@@ -62,7 +62,7 @@ class JvmtiAgent : public CHeapObj<mtServiceability> {
62
const char* options() const;
63
bool is_absolute_path() const NOT_JVMTI_RETURN_(false);
64
void* os_lib() const NOT_JVMTI_RETURN_(nullptr);
65
- void set_os_lib(void* os_lib);
+ void set_os_lib(void* os_lib) NOT_JVMTI_RETURN;
66
const char* os_lib_path() const;
67
void set_os_lib_path(const char* path) NOT_JVMTI_RETURN;
68
bool is_static_lib() const NOT_JVMTI_RETURN_(false);
0 commit comments