comparison src/share/vm/runtime/globals.hpp @ 17665:10c9507f544a

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 a034dc5e910b
children cd7a42c7be06
comparison
equal deleted inserted replaced
17664:76a75ac07a92 17665:10c9507f544a
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.
1256 "Trace run-time calls") \ 1256 "Trace run-time calls") \
1257 \ 1257 \
1258 develop(bool, TraceJNICalls, false, \ 1258 develop(bool, TraceJNICalls, false, \
1259 "Trace JNI calls") \ 1259 "Trace JNI calls") \
1260 \ 1260 \
1261 develop(bool, StressRewriter, false, \
1262 "Stress linktime bytecode rewriting") \
1263 \
1261 notproduct(bool, TraceJVMCalls, false, \ 1264 notproduct(bool, TraceJVMCalls, false, \
1262 "Trace JVM calls") \ 1265 "Trace JVM calls") \
1263 \ 1266 \
1264 product(ccstr, TraceJVMTI, NULL, \ 1267 product(ccstr, TraceJVMTI, NULL, \
1265 "Trace flags for JVMTI functions and events") \ 1268 "Trace flags for JVMTI functions and events") \