src/share/vm/utilities/exceptions.hpp

changeset 4425
aefb345d3f5e
parent 4041
d17383603741
child 5259
ef57c43512d6
     1.1 --- a/src/share/vm/utilities/exceptions.hpp	Wed Jan 09 12:10:25 2013 -0800
     1.2 +++ b/src/share/vm/utilities/exceptions.hpp	Thu Jan 10 17:38:20 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 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 @@ -267,6 +267,7 @@
    1.11  #define THROW_WRAPPED_0(name, oop_to_wrap)  THROW_WRAPPED_(name, oop_to_wrap, 0)
    1.12  #define THROW_ARG_0(name, signature, arg)   THROW_ARG_(name, signature, arg, 0)
    1.13  #define THROW_MSG_CAUSE_0(name, message, cause) THROW_MSG_CAUSE_(name, message, cause, 0)
    1.14 +#define THROW_MSG_CAUSE_NULL(name, message, cause) THROW_MSG_CAUSE_(name, message, cause, NULL)
    1.15  
    1.16  #define THROW_NULL(name)                    THROW_(name, NULL)
    1.17  #define THROW_MSG_NULL(name, message)       THROW_MSG_(name, message, NULL)

mercurial