src/cpu/x86/vm/vtableStubs_x86_64.cpp

changeset 2138
d5d065957597
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/cpu/x86/vm/vtableStubs_x86_64.cpp	Thu Sep 02 11:40:02 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/vtableStubs_x86_64.cpp	Fri Sep 03 17:51:07 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2010, 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 @@ -209,7 +209,7 @@
    1.11             (UseCompressedOops ? 16 : 0);  // 1 leaq can be 3 bytes + 1 long
    1.12    } else {
    1.13      // Itable stub size
    1.14 -    return (DebugVtables ? 512 : 72) + (CountCompiledCalls ? 13 : 0) +
    1.15 +    return (DebugVtables ? 512 : 74) + (CountCompiledCalls ? 13 : 0) +
    1.16             (UseCompressedOops ? 32 : 0);  // 2 leaqs
    1.17    }
    1.18    // In order to tune these parameters, run the JVM with VM options

mercurial