comparison src/share/vm/runtime/globals.hpp @ 1523:8bfe9058ca46 hs19-b01

Merge
author jcoomes
date Thu, 13 May 2010 13:05:47 -0700
parents bb843ebc7c55 df736661d0c8
children 1a88d3c58e1d
comparison
equal deleted inserted replaced
1522:67d74f7a15d9 1523:8bfe9058ca46
1 /* 1 /*
2 * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2010 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.
3508 "recognize the invokedynamic instruction") \ 3508 "recognize the invokedynamic instruction") \
3509 \ 3509 \
3510 develop(bool, TraceInvokeDynamic, false, \ 3510 develop(bool, TraceInvokeDynamic, false, \
3511 "trace internal invoke dynamic operations") \ 3511 "trace internal invoke dynamic operations") \
3512 \ 3512 \
3513 product(bool, TaggedStackInterpreter, false, \
3514 "Insert tags in interpreter execution stack for oopmap generaion")\
3515 \
3516 diagnostic(bool, PauseAtStartup, false, \ 3513 diagnostic(bool, PauseAtStartup, false, \
3517 "Causes the VM to pause at startup time and wait for the pause " \ 3514 "Causes the VM to pause at startup time and wait for the pause " \
3518 "file to be removed (default: ./vm.paused.<pid>)") \ 3515 "file to be removed (default: ./vm.paused.<pid>)") \
3519 \ 3516 \
3520 diagnostic(ccstr, PauseAtStartupFile, NULL, \ 3517 diagnostic(ccstr, PauseAtStartupFile, NULL, \