src/hotspot/share/runtime/fieldDescriptor.cpp
changeset 54807 33fe50b6d707
parent 54786 ebf733a324d4
child 58273 08a5148e7c4e
--- a/src/hotspot/share/runtime/fieldDescriptor.cpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/runtime/fieldDescriptor.cpp	Fri May 10 09:05:29 2019 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
@@ -145,6 +145,8 @@
   }
 }
 
+void fieldDescriptor::print() const { print_on(tty); }
+
 void fieldDescriptor::print_on_for(outputStream* st, oop obj) {
   print_on(st);
   BasicType ft = field_type();