src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp

changeset 1844
cff162798819
parent 1580
e018e6884bd8
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp	Tue Apr 27 18:13:47 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp	Sun Oct 11 16:19:25 2009 -0700
     1.3 @@ -118,7 +118,7 @@
     1.4      // TreeList from the first chunk to the next chunk and update all
     1.5      // the TreeList pointers in the chunks in the list.
     1.6      if (nextTC == NULL) {
     1.7 -      assert(prevFC == NULL, "Not last chunk in the list")
     1.8 +      assert(prevFC == NULL, "Not last chunk in the list");
     1.9        set_tail(NULL);
    1.10        set_head(NULL);
    1.11      } else {

mercurial