< prev index next >

src/hotspot/share/logging/logTag.hpp

Print this page
rev 53140 : [mq]: new_allocator

*** 1,7 **** /* ! * Copyright (c) 2015, 2018, 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) 2015, 2019, 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.
*** 131,140 **** --- 131,141 ---- LOG_TAG(refine) \ LOG_TAG(region) \ LOG_TAG(reloc) \ LOG_TAG(remset) \ LOG_TAG(parser) \ + LOG_TAG(ptrqueue) \ LOG_TAG(purge) \ LOG_TAG(resolve) \ LOG_TAG(safepoint) \ LOG_TAG(sampling) \ LOG_TAG(scavenge) \
< prev index next >