hotspot/src/share/vm/oops/annotations.cpp
changeset 24424 2658d7834c6e
parent 17858 c292f8791cca
child 46746 ea379ebb9447
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    74   }
    74   }
    75 }
    75 }
    76 
    76 
    77 
    77 
    78 void Annotations::print_value_on(outputStream* st) const {
    78 void Annotations::print_value_on(outputStream* st) const {
    79   st->print("Anotations(" INTPTR_FORMAT ")", this);
    79   st->print("Anotations(" INTPTR_FORMAT ")", p2i(this));
    80 }
    80 }
    81 
    81 
    82 #if INCLUDE_SERVICES
    82 #if INCLUDE_SERVICES
    83 // Size Statistics
    83 // Size Statistics
    84 
    84