Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPE when using --tree and --git-status together #144

Merged
merged 3 commits into from
Oct 8, 2022

Conversation

avdv
Copy link
Owner

@avdv avdv commented Oct 8, 2022

No description provided.

@avdv avdv added the bug Something isn't working label Oct 8, 2022
It is not working currently and spits out warnings:
```
Thread[JVMCI CompilerThread0,9,system]: Compilation of java.util.zip.ZipUtils.dosToJavaTime(long) failed: java.lang.AssertionError: dependencies invalid Code installation failed: dependencies invalid
 Failed dependency of type abstract_with_unique_concrete_subtype
   context = *java.util.TimeZone
   class   = sun.util.calendar.ZoneInfo
   witness = java.util.SimpleTimeZone
        at jdk.internal.vm.ci/jdk.vm.ci.hotspot.HotSpotCodeCacheProvider.installCode(HotSpotCodeCacheProvider.java:130)
        ...
```
This error was witnessed using `--tree` and `--git-status` options together.
@avdv avdv merged commit 75cb825 into main Oct 8, 2022
@avdv avdv deleted the fix-npe-path-getparent branch October 13, 2022 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant