src/hotspot/share/runtime/stubCodeGenerator.cpp
changeset 54807 33fe50b6d707
parent 50528 1fd4844371bb
child 54960 e46fe26d7f77
--- a/src/hotspot/share/runtime/stubCodeGenerator.cpp	Thu May 09 14:28:30 2019 +0200
+++ b/src/hotspot/share/runtime/stubCodeGenerator.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
@@ -63,6 +63,8 @@
   st->print(" [" INTPTR_FORMAT ", " INTPTR_FORMAT "[ (%d bytes)", p2i(begin()), p2i(end()), size_in_bytes());
 }
 
+void StubCodeDesc::print() const { print_on(tty); }
+
 // Implementation of StubCodeGenerator
 
 StubCodeGenerator::StubCodeGenerator(CodeBuffer* code, bool print_code) {