src/cpu/ppc/vm/c2_globals_ppc.hpp

changeset 6515
71a71b0bc844
parent 6495
67fa91961822
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/ppc/vm/c2_globals_ppc.hpp	Thu Feb 20 14:44:33 2014 +0100
     1.2 +++ b/src/cpu/ppc/vm/c2_globals_ppc.hpp	Thu Mar 20 11:03:06 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 - * Copyright 2012, 2013 SAP AG. All rights reserved.
     1.7 + * Copyright 2012, 2014 SAP AG. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -87,7 +87,7 @@
    1.12  define_pd_global(uintx, CodeCacheMinBlockLength,     4);
    1.13  define_pd_global(uintx, CodeCacheMinimumUseSpace,    400*K);
    1.14  
    1.15 -define_pd_global(bool,  TrapBasedRangeChecks,        false);
    1.16 +define_pd_global(bool,  TrapBasedRangeChecks,        true);
    1.17  
    1.18  // Heap related flags
    1.19  define_pd_global(uintx,MetaspaceSize,                ScaleForWordSize(16*M));

mercurial