comparison src/share/vm/runtime/globals.hpp @ 14333:26c3b944dc35

8033528: assert(0 <= i && i < length()) failed: index out of bounds Summary: Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option. Reviewed-by: twisti, hseigel
author coleenp
date Fri, 07 Feb 2014 18:30:27 -0500
parents 2c95095271e9
children e8ef156f0bc9
comparison
equal deleted inserted replaced
14332:c2626e4f0c80 14333:26c3b944dc35
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. 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.
1258 "Trace run-time calls") \ 1258 "Trace run-time calls") \
1259 \ 1259 \
1260 develop(bool, TraceJNICalls, false, \ 1260 develop(bool, TraceJNICalls, false, \
1261 "Trace JNI calls") \ 1261 "Trace JNI calls") \
1262 \ 1262 \
1263 develop(bool, StressRewriter, false, \
1264 "Stress linktime bytecode rewriting") \
1265 \
1263 notproduct(bool, TraceJVMCalls, false, \ 1266 notproduct(bool, TraceJVMCalls, false, \
1264 "Trace JVM calls") \ 1267 "Trace JVM calls") \
1265 \ 1268 \
1266 product(ccstr, TraceJVMTI, NULL, \ 1269 product(ccstr, TraceJVMTI, NULL, \
1267 "Trace flags for JVMTI functions and events") \ 1270 "Trace flags for JVMTI functions and events") \