comparison src/share/vm/runtime/globals.hpp @ 1506:2338d41fbd81

6943304: remove tagged stack interpreter Reviewed-by: coleenp, never, gbenson
author twisti
date Fri, 30 Apr 2010 08:37:24 -0700
parents 9e321dcfa5b7
children df736661d0c8
comparison
equal deleted inserted replaced
1505:0c5b3cf3c1f5 1506:2338d41fbd81
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.
3495 "recognize the invokedynamic instruction") \ 3495 "recognize the invokedynamic instruction") \
3496 \ 3496 \
3497 develop(bool, TraceInvokeDynamic, false, \ 3497 develop(bool, TraceInvokeDynamic, false, \
3498 "trace internal invoke dynamic operations") \ 3498 "trace internal invoke dynamic operations") \
3499 \ 3499 \
3500 product(bool, TaggedStackInterpreter, false, \
3501 "Insert tags in interpreter execution stack for oopmap generaion")\
3502 \
3503 diagnostic(bool, PauseAtStartup, false, \ 3500 diagnostic(bool, PauseAtStartup, false, \
3504 "Causes the VM to pause at startup time and wait for the pause " \ 3501 "Causes the VM to pause at startup time and wait for the pause " \
3505 "file to be removed (default: ./vm.paused.<pid>)") \ 3502 "file to be removed (default: ./vm.paused.<pid>)") \
3506 \ 3503 \
3507 diagnostic(ccstr, PauseAtStartupFile, NULL, \ 3504 diagnostic(ccstr, PauseAtStartupFile, NULL, \