Skip to content

Commit

Permalink
8293500: [lworld] runtime/NMT/MallocLimitTest.java#invalid-settings c…
Browse files Browse the repository at this point in the history
…rashes after merge
  • Loading branch information
David Simms committed Sep 7, 2022
1 parent a649fec commit 1a081f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hotspot/share/memory/allocation.hpp
Expand Up @@ -140,7 +140,6 @@ typedef AllocFailStrategy::AllocFailEnum AllocFailType;
*/
enum class MEMFLAGS {
MEMORY_TYPES_DO(MEMORY_TYPE_DECLARE_ENUM)
mtValueTypes, // memory for buffered value types
mt_number_of_types // number of memory types (mtDontTrack
// is not included as validate type)
};
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/services/nmtCommon.cpp
Expand Up @@ -34,7 +34,6 @@ STATIC_ASSERT(NMT_detail > NMT_summary);

NMTUtil::S NMTUtil::_strings[] = {
MEMORY_TYPES_DO(MEMORY_TYPE_DECLARE_NAME)
"Value Types",
};

const char* NMTUtil::scale_name(size_t scale) {
Expand Down

0 comments on commit 1a081f6

Please sign in to comment.