src/share/vm/opto/opcodes.cpp

changeset 3882
8c92982cbbc4
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
equal deleted inserted replaced
3849:eba1d5bce9e8 3882:8c92982cbbc4
1 /* 1 /*
2 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 2012, 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.
36 "RegP", 36 "RegP",
37 "RegF", 37 "RegF",
38 "RegD", 38 "RegD",
39 "RegL", 39 "RegL",
40 "RegFlags", 40 "RegFlags",
41 "VecS",
42 "VecD",
43 "VecX",
44 "VecY",
41 "_last_machine_leaf", 45 "_last_machine_leaf",
42 #include "classes.hpp" 46 #include "classes.hpp"
43 "_last_class_name", 47 "_last_class_name",
44 }; 48 };
45 #undef macro 49 #undef macro

mercurial