src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp

changeset 1844
cff162798819
parent 772
9ee9cf798b59
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp	Tue Apr 27 18:13:47 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp	Sun Oct 11 16:19:25 2009 -0700
     1.3 @@ -65,7 +65,7 @@
     1.4    // and releasing the heap lock, which is held during gc's anyway. This method is not
     1.5    // safe for use at the same time as allocate_noexpand()!
     1.6    HeapWord* cas_allocate_noexpand(size_t word_size) {
     1.7 -    assert(SafepointSynchronize::is_at_safepoint(), "Must only be called at safepoint")
     1.8 +    assert(SafepointSynchronize::is_at_safepoint(), "Must only be called at safepoint");
     1.9      HeapWord* res = object_space()->cas_allocate(word_size);
    1.10      if (res != NULL) {
    1.11        _start_array.allocate_block(res);

mercurial