hotspot/src/share/vm/ci/ciMethod.hpp
changeset 44738 11431bbc9549
parent 43947 a52ee13998f3
child 46542 73dd19b96b5d
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Wed Apr 19 14:37:11 2017 +0200
+++ b/hotspot/src/share/vm/ci/ciMethod.hpp	Thu Dec 01 14:21:31 2016 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -337,6 +337,7 @@
   bool has_reserved_stack_access() const         { return _has_reserved_stack_access; }
   bool is_boxing_method() const;
   bool is_unboxing_method() const;
+  bool is_object_initializer() const;
 
   // Replay data methods
   void dump_name_as_ascii(outputStream* st);