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

Upgrade OpenJDK to jdk8u101-b13 #265

Closed
wants to merge 14 commits into from
Closed

Conversation

wasabii
Copy link
Contributor

@wasabii wasabii commented Jan 11, 2023

No description provided.

…erstand the point.

Rebase ZipFile and ZipEntry. We can't consme the JDK versions of these because they use native libraries for stuff, and we have no suitable CLR replacement currently. They open Zip files, and expect to be able to read and write from them raw, without passing through a *flat stream. The deflation happens in Java. No .NET package lets you do this. We did incorporate the other changes, notable the addition of xdostime, which superceeds the custom IKVM implementation of the same.
Rebase OSEnvironment. Very simple.
Same with SharedSecrets. Not sure why it's going out and initializing the field on it's own. Need to evaluate.
VM.
Include some wildcards to capture some additional files added in OpenJDK. We'll replace this entire thing with wild cards eventually.
Add missing method on FileDispatcherImpl.
Clean up method in MethodHandleImpl. It might be possible to remove this guy. Need to examine.
Add some tests for MethodHandle.
@GeorgeS2019
Copy link

GeorgeS2019 commented Feb 11, 2023

Waiting for jdk8u111

Java SE 8 Update 111[212] | 2016-10-18 | 7 Security fixes and 9 bug fixes

Just found jdk8u372-b01

@wasabii
Copy link
Contributor Author

wasabii commented Apr 24, 2023

No longer applicable. Need to rebuild.

@wasabii wasabii closed this Apr 24, 2023
@wasabii wasabii deleted the feature/jdk8u101-b13 branch June 2, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants