diff options
author | 2021-05-24 14:21:55 -0700 | |
---|---|---|
committer | 2021-06-10 15:22:02 +0000 | |
commit | a09d8b7d4cb6f35f12f2bd2ed4e04a0eb129eeea (patch) | |
tree | 79587d30dda7acb00545333067596dfcfa11bdb6 /compiler/utils/x86/assembler_x86.h | |
parent | e300c4e4eabe3388b730efe35561e54f1c306710 (diff) |
Add runtime option -Xbootclasspathfds: for pre-opened fds
The new option allows the client to pass a pre-opened fds to the
runtime. The number of elements must match the number of BCP jars
specified in -Xbootclasspath. An fd of negative number is a valid
option, in such case the runtime will still open the jar in the
corresponding path in -Xbootclasspath.
Example: -Xbootclasspathfds:10:11:-1:12
The option is currently only used in "unstarted runtime", but will also
be used elsewhere in the follow-up changes.
Bug: 187327262
Test: patch odrefresh to use the option, no longer seeing such openat(2)
Test: m test-art-host-gtest
Change-Id: I1bebbd80136419c03ac1309a8cb8229a0fd69838
Diffstat (limited to 'compiler/utils/x86/assembler_x86.h')
0 files changed, 0 insertions, 0 deletions