comparison src/share/vm/c1/c1_globals.hpp @ 17795:a9becfeecd1b

Merge
author kvn
date Wed, 22 Jan 2014 17:42:23 -0800
parents ef54656d5a65 da862781b584
children d8041d695d19 b9c94af14fd0
comparison
equal deleted inserted replaced
17794:3514ee402842 17795:a9becfeecd1b
1 /* 1 /*
2 * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2013, 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.
270 "Marks all fields as having unloaded classes") \ 270 "Marks all fields as having unloaded classes") \
271 \ 271 \
272 develop(bool, PrintNotLoaded, false, \ 272 develop(bool, PrintNotLoaded, false, \
273 "Prints where classes are not loaded during code generation") \ 273 "Prints where classes are not loaded during code generation") \
274 \ 274 \
275 notproduct(bool, VerifyOopMaps, false, \
276 "Adds oopmap verification code to the generated code") \
277 \
278 develop(bool, PrintLIR, false, \ 275 develop(bool, PrintLIR, false, \
279 "print low-level IR") \ 276 "print low-level IR") \
280 \ 277 \
281 develop(bool, BailoutAfterHIR, false, \ 278 develop(bool, BailoutAfterHIR, false, \
282 "bailout of compilation after building of HIR") \ 279 "bailout of compilation after building of HIR") \