mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/java7-openjdk: add missing patch
This commit is contained in:
parent
33e540951a
commit
9978262366
1 changed files with 13 additions and 0 deletions
13
extra/java7-openjdk/vmstructs.diff
Normal file
13
extra/java7-openjdk/vmstructs.diff
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp.orig 2015-07-21 19:07:36.946010099 -0600
|
||||
+++ openjdk/hotspot/src/share/vm/runtime/vmStructs.cpp 2015-07-21 19:07:55.625685939 -0600
|
||||
@@ -843,10 +843,6 @@
|
||||
/***********************************/ \
|
||||
\
|
||||
static_field(StubRoutines, _call_stub_return_address, address) \
|
||||
- AARCH64_ONLY( \
|
||||
- static_field(StubRoutines, _updateBytesCRC32, address) \
|
||||
- static_field(StubRoutines, _crc_table_adr, address) \
|
||||
- ) \
|
||||
\
|
||||
/***************************************/ \
|
||||
/* PcDesc and other compiled code info */ \
|
Loading…
Reference in a new issue