src/hotspot/share/code/vmreg.cpp
changeset 54807 33fe50b6d707
parent 47216 71c04702a3d5
child 54960 e46fe26d7f77
equal deleted inserted replaced
54786:ebf733a324d4 54807:33fe50b6d707
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2019, 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.
    46     st->print("[%d]", stk*4);
    46     st->print("[%d]", stk*4);
    47   } else {
    47   } else {
    48     st->print("BAD!");
    48     st->print("BAD!");
    49   }
    49   }
    50 }
    50 }
       
    51 
       
    52 void VMRegImpl::print() const { print_on(tty); }