comparison src/share/vm/runtime/globals.hpp @ 1513:df736661d0c8

Merge
author jrose
date Tue, 11 May 2010 15:19:19 -0700
parents f03d0a26bf83 2338d41fbd81
children 8bfe9058ca46 bfe29ec02863
comparison
equal deleted inserted replaced
1496:e8e83be27dd7 1513:df736661d0c8
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.
3500 "recognize the invokedynamic instruction") \ 3500 "recognize the invokedynamic instruction") \
3501 \ 3501 \
3502 develop(bool, TraceInvokeDynamic, false, \ 3502 develop(bool, TraceInvokeDynamic, false, \
3503 "trace internal invoke dynamic operations") \ 3503 "trace internal invoke dynamic operations") \
3504 \ 3504 \
3505 product(bool, TaggedStackInterpreter, false, \
3506 "Insert tags in interpreter execution stack for oopmap generaion")\
3507 \
3508 diagnostic(bool, PauseAtStartup, false, \ 3505 diagnostic(bool, PauseAtStartup, false, \
3509 "Causes the VM to pause at startup time and wait for the pause " \ 3506 "Causes the VM to pause at startup time and wait for the pause " \
3510 "file to be removed (default: ./vm.paused.<pid>)") \ 3507 "file to be removed (default: ./vm.paused.<pid>)") \
3511 \ 3508 \
3512 diagnostic(ccstr, PauseAtStartupFile, NULL, \ 3509 diagnostic(ccstr, PauseAtStartupFile, NULL, \