comparison src/cpu/x86/vm/interpreterGenerator_x86.hpp @ 11173:6b0fd0964b87

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 31 Jul 2013 11:00:54 +0200
parents c6a1ffc707ff b800986664f4
children 4062efea018b
comparison
equal deleted inserted replaced
10912:4ea54634f03e 11173:6b0fd0964b87
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, 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.
42 address generate_abstract_entry(void); 42 address generate_abstract_entry(void);
43 address generate_math_entry(AbstractInterpreter::MethodKind kind); 43 address generate_math_entry(AbstractInterpreter::MethodKind kind);
44 address generate_empty_entry(void); 44 address generate_empty_entry(void);
45 address generate_accessor_entry(void); 45 address generate_accessor_entry(void);
46 address generate_Reference_get_entry(); 46 address generate_Reference_get_entry();
47 address generate_CRC32_update_entry();
48 address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);
47 void lock_method(void); 49 void lock_method(void);
48 void generate_stack_overflow_check(void); 50 void generate_stack_overflow_check(void);
49 51
50 void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue); 52 void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);
51 void generate_counter_overflow(Label* do_continue); 53 void generate_counter_overflow(Label* do_continue);