src/cpu/x86/vm/c1_globals_x86.hpp

changeset 4037
da91efe96a93
parent 2314
f95d63e2154a
child 5352
738e04fb1232
     1.1 --- a/src/cpu/x86/vm/c1_globals_x86.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/cpu/x86/vm/c1_globals_x86.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   * 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 @@ -51,8 +51,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