comparison src/share/vm/c1/c1_globals.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 89152779163c
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
1 /* 1 /*
2 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2012, 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.
45 # include "c1_globals_solaris.hpp" 45 # include "c1_globals_solaris.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_OS_FAMILY_windows 47 #ifdef TARGET_OS_FAMILY_windows
48 # include "c1_globals_windows.hpp" 48 # include "c1_globals_windows.hpp"
49 #endif 49 #endif
50 #ifdef TARGET_OS_FAMILY_aix
51 # include "c1_globals_aix.hpp"
52 #endif
53 #ifdef TARGET_OS_FAMILY_bsd 50 #ifdef TARGET_OS_FAMILY_bsd
54 # include "c1_globals_bsd.hpp" 51 # include "c1_globals_bsd.hpp"
55 #endif 52 #endif
56 53
57 // 54 //
270 "Marks all fields as having unloaded classes") \ 267 "Marks all fields as having unloaded classes") \
271 \ 268 \
272 develop(bool, PrintNotLoaded, false, \ 269 develop(bool, PrintNotLoaded, false, \
273 "Prints where classes are not loaded during code generation") \ 270 "Prints where classes are not loaded during code generation") \
274 \ 271 \
272 notproduct(bool, VerifyOopMaps, false, \
273 "Adds oopmap verification code to the generated code") \
274 \
275 develop(bool, PrintLIR, false, \ 275 develop(bool, PrintLIR, false, \
276 "print low-level IR") \ 276 "print low-level IR") \
277 \ 277 \
278 develop(bool, BailoutAfterHIR, false, \ 278 develop(bool, BailoutAfterHIR, false, \
279 "bailout of compilation after building of HIR") \ 279 "bailout of compilation after building of HIR") \