RFR: 8256857: ARM32 builds broken after JDK-8254231 [v4]
Aleksey Shipilev
shade at openjdk.java.net
Tue Nov 24 09:16:14 UTC 2020
> Foreign linker broke ARM32 builds. This change stubs out the new entry points, without implementing the actual support yet.
>
> Additional testing:
> - [x] Linux arm fastdebug cross-compilation
Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
- Fix the runtime error as well: stub out _linkToNative
- Merge branch 'master' into JDK-8256857-arm-foreign
- Merge branch 'master' into JDK-8256857-arm-foreign
- Use nullptr instead
- Add debug.hpp include as well
- 8256857: ARM32 builds broken after JDK-8254231
- 8256857: ARM32 builds broken after JDK-8254231
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1383/files
- new: https://git.openjdk.java.net/jdk/pull/1383/files/ff639741..fc8f7392
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1383&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1383&range=02-03
Stats: 3208 lines in 86 files changed: 1767 ins; 926 del; 515 mod
Patch: https://git.openjdk.java.net/jdk/pull/1383.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1383/head:pull/1383
PR: https://git.openjdk.java.net/jdk/pull/1383
More information about the hotspot-compiler-dev
mailing list