comparison src/share/vm/runtime/globals.hpp @ 880:2b4230d1e589

6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints) Summary: Correctly count full GC operations for framework collectors. Add ForceFullGCJVMTIEpilogues as a future work around if needed. Reviewed-by: jcoomes, alanb, ysr
author dcubed
date Tue, 28 Jul 2009 13:35:00 -0600
parents ffe19141e312
children 16c930df1e9b
comparison
equal deleted inserted replaced
501:26bc4770e671 880:2b4230d1e589
1 /* 1 /*
2 * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2009 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.
1051 "Trace JVM calls") \ 1051 "Trace JVM calls") \
1052 \ 1052 \
1053 product(ccstr, TraceJVMTI, NULL, \ 1053 product(ccstr, TraceJVMTI, NULL, \
1054 "Trace flags for JVMTI functions and events") \ 1054 "Trace flags for JVMTI functions and events") \
1055 \ 1055 \
1056 product(bool, ForceFullGCJVMTIEpilogues, false, \
1057 "Force 'Full GC' was done semantics for JVMTI GC epilogues") \
1058 \
1056 /* This option can change an EMCP method into an obsolete method. */ \ 1059 /* This option can change an EMCP method into an obsolete method. */ \
1057 /* This can affect tests that except specific methods to be EMCP. */ \ 1060 /* This can affect tests that except specific methods to be EMCP. */ \
1058 /* This option should be used with caution. */ \ 1061 /* This option should be used with caution. */ \
1059 product(bool, StressLdcRewrite, false, \ 1062 product(bool, StressLdcRewrite, false, \
1060 "Force ldc -> ldc_w rewrite during RedefineClasses") \ 1063 "Force ldc -> ldc_w rewrite during RedefineClasses") \