src/share/vm/utilities/exceptions.cpp

changeset 6680
78bbf4d43a14
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
child 7089
6e0cb14ce59b
     1.1 --- a/src/share/vm/utilities/exceptions.cpp	Thu May 15 18:23:26 2014 -0400
     1.2 +++ b/src/share/vm/utilities/exceptions.cpp	Thu May 22 15:52:41 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2014, 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 @@ -35,6 +35,7 @@
    1.11  #include "utilities/events.hpp"
    1.12  #include "utilities/exceptions.hpp"
    1.13  
    1.14 +PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    1.15  
    1.16  // Implementation of ThreadShadow
    1.17  void check_ThreadShadow() {
    1.18 @@ -237,6 +238,7 @@
    1.19    _throw_msg(thread, file, line, h_name, msg);
    1.20  }
    1.21  
    1.22 +
    1.23  // Creates an exception oop, calls the <init> method with the given signature.
    1.24  // and returns a Handle
    1.25  Handle Exceptions::new_exception(Thread *thread, Symbol* name,

mercurial