commit | a9c8b17acf3e40166192bc976067cafa00006cd4 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Jun 06 06:13:39 2018 -0700 |
committer | Calin Juravle <calin@google.com> | Wed Jun 06 06:13:39 2018 -0700 |
tree | 38c01f42721ca6a69852d19036431002e7e2c900 | |
parent | 183ec8ee3510a63a7e26518f1435c8f52d6b7ae5 [diff] |
Remove sun.nio.fs.UnixChannelFactory from preloaded-classes The tests use the preloaded classes to create the core image and that leads to UnixChannelFactory being initialized despite the fact that FileDescriptor is not. This manifests with a null pointer crash in tests. Bug: 80495283 Test: m test-art-host Change-Id: I785104e6c69c605b16357a9557b203b489972261