hotspot/src/share/vm/oops/method.cpp
changeset 43607 015723e36620
parent 43453 a2097d148d0e
parent 43605 07baf498d588
child 46324 8764956ec928
--- a/hotspot/src/share/vm/oops/method.cpp	Thu Feb 09 17:21:46 2017 +0000
+++ b/hotspot/src/share/vm/oops/method.cpp	Thu Feb 09 18:15:37 2017 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2017, 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
@@ -2199,7 +2199,6 @@
   ResourceMark rm;
   assert(is_method(), "must be method");
   st->print_cr("%s", internal_name());
-  // get the effect of PrintOopAddress, always, for methods:
   st->print_cr(" - this oop:          " INTPTR_FORMAT, p2i(this));
   st->print   (" - method holder:     "); method_holder()->print_value_on(st); st->cr();
   st->print   (" - constants:         " INTPTR_FORMAT " ", p2i(constants()));