Skip to content

Commit

Permalink
Fix minimal build.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleenp committed Nov 16, 2020
1 parent daaa13f commit 1940eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/share/prims/jvmtiTagMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ class JvmtiTagMap : public CHeapObj<mtInternal> {
void flush_object_free_events();

// For ServiceThread
static void flush_all_object_free_events();
static bool has_object_free_events_and_reset();
static void flush_all_object_free_events() NOT_JVMTI_RETURN;
static bool has_object_free_events_and_reset() NOT_JVMTI_RETURN_(false);
};

#endif // SHARE_PRIMS_JVMTITAGMAP_HPP

0 comments on commit 1940eaf

Please sign in to comment.