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 to 8u92 #332

Merged
merged 17 commits into from
Jun 3, 2023
Merged

Upgrade to 8u92 #332

merged 17 commits into from
Jun 3, 2023

Conversation

AliveDevil
Copy link
Collaborator

@AliveDevil AliveDevil commented May 22, 2023

Steps done:

  • Merge upstream OpenJDK 8u92 (includes binary-checkout)
  • Checked java.security (made MD5 obsolete)
  • java.io.FileDescriptor did not change
  • sun.misc.VM - found nothing special
  • sun.nio.ch
    Includes change in windows, socket0 has additional check for WSAEINVAL, determined not relevant
    FileChannelImpl.java introduced local field, didn't see a forked version of this class.
  • sun.nio.fs
    Includes new native methods Java_sun_nio_fs_WindowsNativeDispatcher_CreateEvent, Java_sun_nio_fs_WindowsNativeDispatcher_CancelIo, Java_sun_nio_fs_WindowsNativeDispatcher_GetOverlappedResult (don't seem relevant)
  • Found no "jniptr"-symbols outside of GSSLib and Win32ShellFolder2.

Tests disabled, due to awt/swing:

  • java/awt/Component/TreeLockDeadlock/TreeLockDeadlock.java
  • java/awt/dnd/ImageTransferTest/ImageTransferTest.java
  • java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
  • java/awt/Toolkit/AutoShutdown/EventQueuePush/EventQueuePushAutoshutdown.sh
  • javax/imageio/plugins/jpeg/JpegImageColorSpaceTest.java
  • javax/swing/JEditorPane/6882559/bug6882559.java
  • javax/swing/JEditorPane/8158734/bug8158734.java
  • javax/swing/JScrollPane/HorizontalMouseWheelOnShiftPressed/HorizontalMouseWheelOnShiftPressed.java
  • javax/swing/plaf/nimbus/8041642/ScrollBarThumbVisibleTest.java

Tests disabled, due to mscapi:

  • sun/security/mscapi/IterateWindowsRootStore.java
  • sun/security/mscapi/CastError.java

Tests disabled, due to jtreg being too new for JDK8u92 (reenable from 8u112):

  • java/lang/invoke/CustomizedLambdaFormTest.java

Changed AlgorithmTests.CanCreateKeysAndSignAndVerify, downgrade 2048 SHA1 to 1024 SH1 (new policy in 8u91).

Resolves #327

@AliveDevil
Copy link
Collaborator Author

For reference, 9a4008a builds and tests fine: iterate-ch@9a4008a

@wasabii
Copy link
Contributor

wasabii commented May 22, 2023

Yeah. Waiting for GH to get back to me to figure out why GHA is disabled.

@wasabii wasabii merged commit 9d52b47 into develop Jun 3, 2023
68 checks passed
@wasabii wasabii deleted the feature/jdk8u92 branch June 3, 2023 03:27
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.

OpenJDK 8u92 Upgrade
2 participants