comparison src/share/vm/gc_implementation/shared/mutableNUMASpace.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 1e1c8d358b52
children 89152779163c
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
1 /* 1 /*
2 * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
215 virtual size_t free_in_words() const; 215 virtual size_t free_in_words() const;
216 216
217 using MutableSpace::capacity_in_words; 217 using MutableSpace::capacity_in_words;
218 virtual size_t capacity_in_words(Thread* thr) const; 218 virtual size_t capacity_in_words(Thread* thr) const;
219 virtual size_t tlab_capacity(Thread* thr) const; 219 virtual size_t tlab_capacity(Thread* thr) const;
220 virtual size_t tlab_used(Thread* thr) const;
221 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const; 220 virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
222 221
223 // Allocation (return NULL if full) 222 // Allocation (return NULL if full)
224 virtual HeapWord* allocate(size_t word_size); 223 virtual HeapWord* allocate(size_t word_size);
225 virtual HeapWord* cas_allocate(size_t word_size); 224 virtual HeapWord* cas_allocate(size_t word_size);