RFR: 8313139: INTERNAL_VISIBILITY should check for OS
Julian Waters
jwaters at openjdk.org
Wed Jul 26 05:05:07 UTC 2023
INTERNAL_VISIBILITY should check for the Operating System we are currently on and should be redefined as specified in the comment if we are on Windows (more OS conditions can be added later).
This change is part of [JDK-8288293](https://bugs.openjdk.org/browse/JDK-8288293), the preliminary phase of which is nearing completion. The changes here are somewhat minimal and hopefully not too disruptive
-------------
Commit messages:
- 8313139
Changes: https://git.openjdk.org/jdk/pull/15030/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15030&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8313139
Stats: 28 lines in 5 files changed: 15 ins; 0 del; 13 mod
Patch: https://git.openjdk.org/jdk/pull/15030.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15030/head:pull/15030
PR: https://git.openjdk.org/jdk/pull/15030
More information about the hotspot-compiler-dev
mailing list