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
Merge jdk #175
Merge jdk #175
Conversation
Reviewed-by: sundar
…s::DefaultsLookupMode to enum class Use C++11 scoped enumeration declarations for several different Klass and LinkInfo enumerations. Reviewed-by: coleenp, hseigel, kbarrett
…he jvm libraries Reviewed-by: sspitsyn, amenkov
Reviewed-by: kvn
Reviewed-by: cjplummer, sspitsyn
…code and inflate Reviewed-by: dcubed, coleenp
Reviewed-by: dholmes, dcubed
Reviewed-by: bchristi, naoto, jlaskey
Reviewed-by: mchung
Reviewed-by: naoto
Reviewed-by: egahlin
Reviewed-by: aph
Reviewed-by: coleenp, dholmes, kbarrett
Move the oop and handle releasing it in the service thread. Remove Universe::oops_do from callers. Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com> Co-authored-by: Tom Rodriguez <tom.rodriguez@oracle.com> Reviewed-by: dholmes, zgu, eosterlund, cjplummer
…s very infrequently TransportImpl is modified to make sure the CLOSED state is recorded before the channel is closed. The tests are modified to enable their retry mechanism on windows, similar to what was done previously for macOS. Reviewed-by: prappo, chegar
SocketTube is fixed to cater for errors caused by pausing/resuming events on an asynchronously closed connection, from within the selector's manager thread. Http2Connection and Stream are fixed to prevent sending a DataFrame on a stream after Reset has been sent. Reviewed-by: chegar
Reviewed-by: asemenyuk, almatvee
…trinsic" Do not run intrinsics/sha/sanity tests with AOTed java.base Reviewed-by: vlivanov
Move recent timestamp of most recent whole heap liveness analysis into CollectedHeap, removing the duplicates in all collectors Reviewed-by: kbarrett, ayang, stefank
…eout SO_RCVBUF was previously set to match the SO_SNDBUF, however the kernel value for SO_RCVBUF is much larger. This mismatch caused the test to fail, and the fix removes this issue. Reviewed-by: alanb, dfuchs
…xpected IndexOutOfBoundsExceptions Reviewed-by: bpb
Make test method really trivial, adjust trivial logic, make logic independent of background compilation. Reviewed-by: iignatyev, thartmann, kvn
Reviewed-by: herrick, asemenyuk
Reviewed-by: mchung, iris, vtewari
Improved existing scalar rotate operations, added support for vector rotate operations using new AVX512 instructions. Reviewed-by: vlivanov, kvn
Reviewed-by: mullan, hchao
Reviewed-by: zgu, dholmes
Reviewed-by: aph
…rier Reviewed-by: shade
Reviewed-by: naoto, rriggs
Move PhaseChaitin verify_base_ptrs() and verify() from live.cpp to chaitin.cpp Reviewed-by: chagedorn, kvn
…ssertion poison page Reviewed-by: stuefe, dcubed
Icrease test timout to 6 min Reviewed-by: iignatyev
Reviewed-by: coleenp, dholmes
…nvalid Added bailout in combine_spilled_intervals() to avoid an overlap between two intervals Reviewed-by: kvn, thartmann
… intermittently with javax.naming.ServiceUnavailableException Reviewed-by: dfuchs
…eout Reviewed-by: dfuchs, vtewari
Reviewed-by: shade
…ion on closed channel This fix addresses an issue where an AsynchronousCloseException was being thrown instead of a ChannelClosedException when SocketChannel.write() is called on a closed SocketChannel. Reviewed-by: alanb, chegar, dfuchs
Release OopStorage oops for threadObj for exiting threads outside the service lock region that is marked as safe for safepoint. Reviewed-by: zgu, dholmes, kbarrett
…hRanges.java test fails on Alpine Linux with debug build Reviewed-by: dholmes, stuefe, dsamersoff
Reviewed-by: herrick, almatvee
Added tag jdk-16+11 for changeset 5c18d696c7ce # Conflicts: # src/hotspot/share/opto/live.cpp # src/hotspot/share/runtime/synchronizer.cpp
|
@MrSimms This change now passes all automated pre-integration checks, type
There are currently no new commits on the
|
Webrevs |
/summary Merge tag 'jdk-16+11' |
@MrSimms Setting summary to |
/integrate |
Merge tag 'jdk-16+11' into lworld_merge_jdk_16_11
Added tag jdk-16+11 for changeset 5c18d696c7ce
Conflicts:
src/hotspot/share/opto/live.cpp
src/hotspot/share/runtime/synchronizer.cpp
Progress
Download
$ git fetch https://git.openjdk.java.net/valhalla pull/175/head:pull/175
$ git checkout pull/175