src/share/vm/runtime/arguments.hpp

changeset 9413
5aa3d728164a
parent 9348
cb9634ab2906
child 9448
73d689add964
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Tue Jul 10 18:31:51 2018 +0100
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Fri Jul 06 18:50:13 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -365,6 +365,8 @@
    1.11    // Aggressive optimization flags.
    1.12    static void set_aggressive_opts_flags();
    1.13  
    1.14 +  static jint set_aggressive_heap_flags();
    1.15 +
    1.16    // Argument parsing
    1.17    static void do_pd_flag_adjustments();
    1.18    static bool parse_argument(const char* arg, Flag::Flags origin);

mercurial