jdk8u-dev
jdk8u-dev copied to clipboard
https://wiki.openjdk.org/display/jdk8u
Hi all, This pull request contains a backport of commit [eb790603](https://github.com/openjdk/jdk/commit/eb790603374262134543bb03171a6ead1b13fc4b) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Brian Burkhalter on 11 Aug 2015 and was...
When running AsyncGetCallTrace based profiler, JVM occasionally crashes on the guarantee at codeCache.cpp:287: ``` guarantee(is_result_safe || is_in_asgct(), "unsafe access to zombie method"); ``` According to the stack trace, a thread...
Hi all, This PR contains two backports [JDK-8266881](https://github.com/openjdk/jdk11u-dev/commit/8138382780b16f4184ad5bbfe07ab2468afe71a8) and [JDK-8227651](https://github.com/openjdk/jdk11u-dev/commit/e8b7e77c8b71946eaee952443e001105b48fe73e) from jdk11u-dev. We observed `javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch` by ours nightly CI, so we want to...
This is a backport of JDK-8189687: Swing: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows. JDK-8189687 contains two fixes to AwtComponent:.OpenCandidateWindow, one of which is backported in...
Turns out there is still one failing jdi test on MacOS (after DNS issue with macos-13 image was fixed): `com/sun/jdi/PrivateTransportTest.sh` **Error:** ``` STDOUT: JDK under test is: /Users/runner/jdk-macos-x64/jdk-1.8.0-internal+0_osx-x64_bin/j2sdk-image Setup private...
Alright, I know this small change might seem insignificant, but after thinking it over, I’ve decided to submit my code and hope it gets accepted --------- ### Progress - [...
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
Hi all, We observerd the test `sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java` intermittent fails on jdk8u-dev. The failure phenomenon samt to [JDK-8228658](https://bugs.openjdk.org/browse/JDK-8228658). So I want to backport this PR from jdk11u-dev to jdk8u-dev. Only the...
clean backport --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous whitespace -...
This change replaces 3 instances of `ThreadLocalStorage::thread` with `Thread::current_or_null` to ensure that `ThreadLocalStorage::is_initialized` is checked before attempting to get the current thread. Change passes all tier1 tests locally on Linux...
Hi all, This pull request contains a backport of commit [bc24a0ce](https://github.com/openjdk/jdk/commit/bc24a0ce18373217b97dc3a8f4071a7ffc92691d) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Alexander Zvegintsev on 13 Jan 2015 and was...