diff -r fd0ca2c1433b -r 46ab61b0758b src/share/vm/services/memoryPool.cpp --- a/src/share/vm/services/memoryPool.cpp Tue Dec 31 08:58:08 2013 -0500 +++ b/src/share/vm/services/memoryPool.cpp Thu May 29 08:58:51 2014 -0400 @@ -1,5 +1,5 @@ /* - * 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 @@ -46,7 +46,7 @@ _name = name; _initial_size = init_size; _max_size = max_size; - (void)const_cast(_memory_pool_obj = NULL); + (void)const_cast(_memory_pool_obj = instanceOop(NULL)); _available_for_allocation = true; _num_managers = 0; _type = type;