src/share/vm/services/memoryPool.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/memoryPool.cpp	Thu May 22 13:13:36 2014
--- new/src/share/vm/services/memoryPool.cpp	Thu May 22 13:13:35 2014

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2003, 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.
*** 44,54 **** --- 44,54 ---- bool support_usage_threshold, bool support_gc_threshold) { _name = name; _initial_size = init_size; _max_size = max_size; ! (void)const_cast<instanceOop&>(_memory_pool_obj = instanceOop(NULL)); _available_for_allocation = true; _num_managers = 0; _type = type; // initialize the max and init size of collection usage

src/share/vm/services/memoryPool.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File