< prev index next >

src/cpu/zero/vm/relocInfo_zero.cpp

Print this page
@    rev 9248 : 8141138: Zero fails to build
|\   Summary: Adjust to recent JDK-9 changes.
| \
| |\
| | \
| | |\
| | | \
| | | |\
| | | | \
| | | | |\
| | | | | \
| | | | | |\
| | | | | | \
| | | | | | |\
+-+-+-+-+-+---o  rev 5753 : 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
| | | | | | |/   Summary: Copyright year updated for files modified during 2013
| | | | | | |    Reviewed-by: twisti, iveresov
+-+-+-+-+---o  rev 5110 : 8022956: Clang: enable return type warnings on BSD
| | | | | |/   Reviewed-by: coleenp, sla
+-+-+-+---o  rev 4879 : 8017308: Remove unused breakpoint relocation type
| | | | |/   Summary: remove unused breakpoint relocation type
| | | | |    Reviewed-by: kvn
+-+-+---o  rev 3802 : 8000780: make Zero build and run with JDK8
| | | |/   Reviewed-by: coleenp, dholmes, twisti
| | | |    Contributed-by: Roman Kennke <rkennke@redhat.com>
+-+---o  rev 2294 : 7032458: Zero and Shark fixes
| | |/   Reviewed-by: twisti
| | |    Contributed-by: Gary Benson <gbenson@redhat.com>
+---o  rev 1879 : 6989984: Use standard include model for Hospot
| |/   Summary: Replaced MakeDeps and the includeDB files with more standardized solutions.
| |    Reviewed-by: coleenp, kvn, kamg
| o  rev 1472 : 6941466: Oracle rebranding changes for Hotspot repositories
|/   Summary: Change all the Sun copyrights to Oracle copyright
|    Reviewed-by: ohair
o  rev 1010 : 6890308: integrate zero assembler hotspot changes
|  Reviewed-by: never
|  Contributed-by: gbenson@redhat.com

@@ -57,13 +57,8 @@
 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src,
                                                 CodeBuffer*       dst) {
   ShouldNotCallThis();
 }
 
-void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src,
-                                                       CodeBuffer*       dst) {
-  ShouldNotCallThis();
-}
-
 void metadata_Relocation::pd_fix_value(address x) {
   ShouldNotCallThis();
 }
< prev index next >