comparison src/cpu/zero/vm/sharedRuntime_zero.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents abec000618bf
children 89152779163c
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
1 /* 1 /*
2 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc. 3 * Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
133 } 133 }
134 134
135 135
136 int SharedRuntime::c_calling_convention(const BasicType *sig_bt, 136 int SharedRuntime::c_calling_convention(const BasicType *sig_bt,
137 VMRegPair *regs, 137 VMRegPair *regs,
138 VMRegPair *regs2,
139 int total_args_passed) { 138 int total_args_passed) {
140 ShouldNotCallThis(); 139 ShouldNotCallThis();
141 return 0; 140 return 0;
142 } 141 }