src/hotspot/share/compiler/directivesParser.cpp
changeset 49480 d7df2dd501ce
parent 47216 71c04702a3d5
child 52290 db83eceba962
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2018, 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.
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "compiler/compileBroker.hpp"
    26 #include "compiler/compileBroker.hpp"
    27 #include "compiler/directivesParser.hpp"
    27 #include "compiler/directivesParser.hpp"
    28 #include "memory/allocation.inline.hpp"
    28 #include "memory/allocation.inline.hpp"
    29 #include "memory/resourceArea.hpp"
    29 #include "memory/resourceArea.hpp"
    30 #include "runtime/os.hpp"
    30 #include "runtime/os.inline.hpp"
    31 #include <string.h>
    31 #include <string.h>
    32 
    32 
    33 void DirectivesParser::push_tmp(CompilerDirectives* dir) {
    33 void DirectivesParser::push_tmp(CompilerDirectives* dir) {
    34   _tmp_depth++;
    34   _tmp_depth++;
    35   dir->set_next(_tmp_top);
    35   dir->set_next(_tmp_top);