< prev index next >

src/share/vm/opto/compile.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 990,1000 **** _print_inlining_stream(NULL), _print_inlining_idx(0), _print_inlining_output(NULL), _allowed_reasons(0), _interpreter_frame_size(0), ! _max_node_limit(MaxNodeLimit) { C = this; TraceTime t1(NULL, &_t_totalCompilation, CITime, false); TraceTime t2(NULL, &_t_stubCompilation, CITime, false); --- 990,1001 ---- _print_inlining_stream(NULL), _print_inlining_idx(0), _print_inlining_output(NULL), _allowed_reasons(0), _interpreter_frame_size(0), ! _max_node_limit(MaxNodeLimit), ! _has_reserved_stack_access(false) { C = this; TraceTime t1(NULL, &_t_totalCompilation, CITime, false); TraceTime t2(NULL, &_t_stubCompilation, CITime, false);
< prev index next >