src/share/vm/adlc/main.cpp

changeset 6472
2b8e28fdf503
parent 6441
d2907f74462e
parent 5614
9758d9f36299
child 6490
41b780b43b74
     1.1 --- a/src/share/vm/adlc/main.cpp	Wed Oct 16 10:52:41 2013 +0200
     1.2 +++ b/src/share/vm/adlc/main.cpp	Tue Nov 05 17:38:04 2013 -0800
     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 @@ -490,7 +490,7 @@
    1.11  
    1.12  // VS2005 has its own definition, identical to this one.
    1.13  #if !defined(_WIN32) || defined(_WIN64) || _MSC_VER < 1400
    1.14 -void *operator new( size_t size, int, const char *, int ) {
    1.15 +void *operator new( size_t size, int, const char *, int ) throw() {
    1.16    return ::operator new( size );
    1.17  }
    1.18  #endif

mercurial