Skip to content

Instantly share code, notes, and snippets.

@headius
Created December 8, 2020 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/beb7ffbb87beb7ee8109d047aede6880 to your computer and use it in GitHub Desktop.
Save headius/beb7ffbb87beb7ee8109d047aede6880 to your computer and use it in GitHub Desktop.

Security

  • The WEBrick HTTP server has been updated to 1.6.1 to address CVE-2020-25613. (#6462, #6463)

Standard Library

  • did_you_mean was updated to 1.2.1 to remove some Creative Commons licensed content. (#6471, #6473)
  • jruby-openssl was updated to 0.10.5 to eliminate some Java module warnings and improve compatibility. (#6423)

Concurrency

  • A race in storing the lock a thread has just acquired was fixed, preventing that lock from being left locked if the thread dies prematurely. (#6326, #6405, #6407)

Performance

  • Call sites bound using invokedynamic were not inlining due to a quirk of classloading on OpenJDK. This has been fixed so such calls inline properly. (#6280)

Native Integration

  • The Java Native Runtime used to integrate with native system code has been updated to latest versions to improve compatibility. (#6482)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment