comparison src/share/vm/runtime/globals.hpp @ 356:1ee8caae33af

Merge
author tonyp
date Thu, 21 Aug 2008 23:36:31 -0400
parents fab5f738c515 850fdf70db2b
children 2564c620fa42
comparison
equal deleted inserted replaced
355:0edda524b58c 356:1ee8caae33af
1 /* 1 /*
2 * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2008 Sun Microsystems, Inc. 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.
602 "Zap freed VM handle space with 0xBCBCBCBC") \ 602 "Zap freed VM handle space with 0xBCBCBCBC") \
603 \ 603 \
604 develop(bool, ZapJNIHandleArea, trueInDebug, \ 604 develop(bool, ZapJNIHandleArea, trueInDebug, \
605 "Zap freed JNI handle space with 0xFEFEFEFE") \ 605 "Zap freed JNI handle space with 0xFEFEFEFE") \
606 \ 606 \
607 develop(bool, ZapUnusedHeapArea, false, \ 607 develop(bool, ZapUnusedHeapArea, trueInDebug, \
608 "Zap unused heap space with 0xBAADBABE") \ 608 "Zap unused heap space with 0xBAADBABE") \
609 \
610 develop(bool, TraceZapUnusedHeapArea, false, \
611 "Trace zapping of unused heap space") \
612 \
613 develop(bool, CheckZapUnusedHeapArea, false, \
614 "Check zapping of unused heap space") \
609 \ 615 \
610 develop(bool, PrintVMMessages, true, \ 616 develop(bool, PrintVMMessages, true, \
611 "Print vm messages on console") \ 617 "Print vm messages on console") \
612 \ 618 \
613 product(bool, PrintGCApplicationConcurrentTime, false, \ 619 product(bool, PrintGCApplicationConcurrentTime, false, \