src/hotspot/share/classfile/compactHashtable.inline.hpp
changeset 51179 516acf6956a2
parent 49592 77fb0be7d19f
child 51491 187c84a5efe1
--- a/src/hotspot/share/classfile/compactHashtable.inline.hpp	Fri Jul 20 11:55:05 2018 -0700
+++ b/src/hotspot/share/classfile/compactHashtable.inline.hpp	Fri Jul 20 14:52:11 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -36,7 +36,7 @@
                                                     u4 offset, const char* name, int len) {
   Symbol* sym = (Symbol*)(_base_address + offset);
   if (sym->equals(name, len)) {
-    assert(sym->refcount() == -1, "must be shared");
+    assert(sym->refcount() == PERM_REFCOUNT, "must be shared");
     return sym;
   }