comparison src/cpu/sparc/vm/interp_masm_sparc.hpp @ 23614:32b682649973 jdk8u75-b04

8132051: Better byte behavior Reviewed-by: coleenp, roland
author kevinw
date Fri, 15 Jan 2016 22:33:15 +0000
parents add2caa66e7e
children b5f3a471e646
comparison
equal deleted inserted replaced
23613:b374548dcb48 23614:32b682649973
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2016, 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.
102 void dispatch_normal(TosState state); 102 void dispatch_normal(TosState state);
103 void dispatch_next(TosState state, int step = 0); 103 void dispatch_next(TosState state, int step = 0);
104 void dispatch_next_noverify_oop(TosState state, int step = 0); 104 void dispatch_next_noverify_oop(TosState state, int step = 0);
105 void dispatch_via (TosState state, address* table); 105 void dispatch_via (TosState state, address* table);
106 106
107
108 void narrow(Register result);
107 109
108 // Removes the current activation (incl. unlocking of monitors). 110 // Removes the current activation (incl. unlocking of monitors).
109 // Additionally this code is used for earlyReturn in which case we 111 // Additionally this code is used for earlyReturn in which case we
110 // want to skip throwing an exception and installing an exception. 112 // want to skip throwing an exception and installing an exception.
111 void remove_activation(TosState state, 113 void remove_activation(TosState state,