/[packages]/updates/5/java-1.8.0-openjdk/current/SOURCES/remove_aarch64_template_for_gcc6.patch
ViewVC logotype

Contents of /updates/5/java-1.8.0-openjdk/current/SOURCES/remove_aarch64_template_for_gcc6.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 995482 - (show annotations) (download)
Fri Mar 25 15:48:52 2016 UTC (8 years, 1 month ago) by luigiwalser
File size: 834 byte(s)
sync with fedora as of 2016-03-24, update to u77b03
1 diff --git openjdk/hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp b/java-1.8.0-openjdk-1.8.0.72-5.b15.fc24.x86_64/openjdk/hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
2 index ef50802..9d604d5 100644
3 --- openjdk/hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
4 +++ openjdk/hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
5 @@ -194,10 +194,6 @@ static int reg2offset_out(VMReg r) {
6 return (r->reg2stack() + SharedRuntime::out_preserve_stack_slots()) * VMRegImpl::stack_slot_size;
7 }
8
9 -template <class T> static const T& min (const T& a, const T& b) {
10 - return (a > b) ? b : a;
11 -}
12 -
13 // ---------------------------------------------------------------------------
14 // Read the array of BasicTypes from a signature, and compute where the
15 // arguments should go. Values in the VMRegPair regs array refer to 4-byte

  ViewVC Help
Powered by ViewVC 1.1.30