src/share/vm/code/vtableStubs.cpp

changeset 5614
9758d9f36299
parent 4993
746b070f5022
child 5732
b2e698d2276c
     1.1 --- a/src/share/vm/code/vtableStubs.cpp	Thu Aug 29 21:46:09 2013 +0200
     1.2 +++ b/src/share/vm/code/vtableStubs.cpp	Thu Aug 29 18:56:29 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, 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 @@ -49,7 +49,7 @@
    1.11  static int num_vtable_chunks = 0;
    1.12  
    1.13  
    1.14 -void* VtableStub::operator new(size_t size, int code_size) {
    1.15 +void* VtableStub::operator new(size_t size, int code_size) throw() {
    1.16    assert(size == sizeof(VtableStub), "mismatched size");
    1.17    num_vtable_chunks++;
    1.18    // compute real VtableStub size (rounded to nearest word)

mercurial