src/cpu/zero/vm/shark_globals_zero.hpp

changeset 4037
da91efe96a93
parent 2314
f95d63e2154a
child 4576
f64ffbf81af5
     1.1 --- a/src/cpu/zero/vm/shark_globals_zero.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/cpu/zero/vm/shark_globals_zero.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -58,8 +58,7 @@
    1.11  define_pd_global(bool,     ProfileInterpreter,           false);
    1.12  define_pd_global(intx,     CodeCacheExpansionSize,       32*K );
    1.13  define_pd_global(uintx,    CodeCacheMinBlockLength,      1    );
    1.14 -define_pd_global(uintx,    PermSize,                     12*M );
    1.15 -define_pd_global(uintx,    MaxPermSize,                  64*M );
    1.16 +define_pd_global(uintx,    MetaspaceSize,                     12*M );
    1.17  define_pd_global(bool,     NeverActAsServerClassMachine, true );
    1.18  define_pd_global(uint64_t, MaxRAM,                       1ULL*G);
    1.19  define_pd_global(bool,     CICompileOSR,                 true );

mercurial