comparison src/cpu/zero/vm/sharedRuntime_zero.cpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
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,
138 int total_args_passed) { 139 int total_args_passed) {
139 ShouldNotCallThis(); 140 ShouldNotCallThis();
140 return 0; 141 return 0;
141 } 142 }