< prev index next >

src/share/vm/memory/genCollectedHeap.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2014, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2000, 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 122,132 **** GCStats* gc_stats(int level) const; // Returns JNI_OK on success virtual jint initialize(); ! char* allocate(size_t alignment, size_t* _total_reserved, ReservedSpace* heap_rs); // Does operations required after initialization has been done. void post_initialize(); // Initialize ("weak") refs processing support --- 122,134 ---- GCStats* gc_stats(int level) const; // Returns JNI_OK on success virtual jint initialize(); ! ! // Reserve aligned space for the heap as needed by the contained generations. ! char* allocate(size_t alignment, ReservedSpace* heap_rs); // Does operations required after initialization has been done. void post_initialize(); // Initialize ("weak") refs processing support
< prev index next >