equal
deleted
inserted
replaced
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, \ |