comparison src/cpu/zero/vm/relocInfo_zero.cpp @ 6926:a3e2f723f2a5

8000780: make Zero build and run with JDK8 Reviewed-by: coleenp, dholmes, twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Mon, 29 Oct 2012 11:08:48 -0700
parents e863062e521d
children 7875ea94bea5
comparison
equal deleted inserted replaced
6915:a516debe2cee 6926:a3e2f723f2a5
75 75
76 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, 76 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src,
77 CodeBuffer* dst) { 77 CodeBuffer* dst) {
78 ShouldNotCallThis(); 78 ShouldNotCallThis();
79 } 79 }
80
81 void metadata_Relocation::pd_fix_value(address x) {
82 ShouldNotCallThis();
83 }