src/cpu/sparc/vm/vm_version_sparc.cpp

changeset 3882
8c92982cbbc4
parent 3249
e3b0dcc327b9
child 3997
f99a36499b8c
     1.1 --- a/src/cpu/sparc/vm/vm_version_sparc.cpp	Thu Jun 14 14:59:52 2012 -0700
     1.2 +++ b/src/cpu/sparc/vm/vm_version_sparc.cpp	Fri Jun 15 01:25:19 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -217,6 +217,8 @@
    1.11    // Currently not supported anywhere.
    1.12    FLAG_SET_DEFAULT(UseFPUForSpilling, false);
    1.13  
    1.14 +  MaxVectorSize = 8;
    1.15 +
    1.16    assert((InteriorEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size");
    1.17  #endif
    1.18  

mercurial