1
0

Accepting request 402031 from home:algraf:branches:Java:Factory

- Fix aarch64 running with 48 bits va space (bsc#984684)
  * hotspot-aarch64-fix-48bit-va.patch

OBS-URL: https://build.opensuse.org/request/show/402031
OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=169
This commit is contained in:
2016-06-15 05:47:57 +00:00
committed by Git OBS Bridge
parent 35ff7c400d
commit d72dd700f0
3 changed files with 53 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 14 11:46:16 UTC 2016 - agraf@suse.com
- Fix aarch64 running with 48 bits va space (bsc#984684)
* hotspot-aarch64-fix-48bit-va.patch
-------------------------------------------------------------------
Fri Jun 3 09:01:23 UTC 2016 - fstrba@suse.com
@@ -19,7 +25,6 @@ Tue May 31 06:47:43 UTC 2016 - fstrba@suse.com
+ Fix build with gcc 6.1
- Add -fno-delete-null-pointer-checks -fno-lifetime-dse to try to
avoid some crashes
-------------------------------------------------------------------
Thu Apr 28 08:19:17 UTC 2016 - fstrba@suse.com