Block or Report
Block or report jaikiran
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
844 contributions in the last year
Contribution activity
May 2022
Created 84 commits in 11 repositories
Created a pull request in openjdk/jdk that received 14 comments
8286689: (se) Adjusting to select timeout after EINTR messed up after JDK-8286378
Can I please get a review which fixes a recent unintentional change that went in as part of #8642? The issue was caught here https://github.com/ope…
+3
−3
•
14
comments
Opened 6 other pull requests in 1 repository
openjdk/jdk
1
open
5
closed
- 8287318: ConcurrentModificationException in sun.net.httpserver.ServerImpl$Dispatcher
- 8287104: AddressChangeListener thread inherits CCL and can cause memory leak for webapp-servers
- 8286744: failure_handler: dmesg command on macos fails to collect data due to permission issues
- 8286623: Bundle zlib by default with JDK on macos aarch64
- 8286582: Build fails on macos aarch64 when using --with-zlib=bundled
- 8286559: Re-examine synchronization of mark and reset methods on InflaterInputStream
Reviewed 25 pull requests in 1 repository
openjdk/jdk
25 pull requests
- 8287497: Use String.contains() instead of String.indexOf() in java.naming
- 8287237: (fs) Files.probeContentType returns null if filename contains hash mark on Linux
- 8287440: Typo in package-info.java of java.util.random
- 8287003: InputStreamReader::read() can return zero despite writing a char in the buffer
- 8286855: javac error on invalid jar should only print filename
- 8287285: Avoid redundant HashMap.containsKey call in java.util.zip.ZipFile.Source.get
- 8287104: AddressChangeListener thread inherits CCL and can cause memory leak for webapp-servers
-
8285401: Proxy class initializer should use 3-arg
Class.forNameto avoid unnecessary class initialization - 8287121: Fix typo in jlink's description resource key lookup
- 8279031: Add API note to ToolProvider about being reusable/reentrant
- 8287162: (zipfs) Performance regression related to support for POSIX file permissions
- 8286788: Test java/lang/Thread/virtual/ThreadAPI.testGetStackTrace3 fails
- 8283544: HttpClient GET method adds Content-Length: 0 header
- 8286444: javac errors after JDK-8251329 are not helpful enough to find root cause
- 8286671: (fc) Modify sun.nio.ch.FileChannelImpl.map0() to accept a FileDescriptor parameter
- 8286582: Build fails on macos aarch64 when using --with-zlib=bundled
- 8286287: Reading file as UTF-16 causes Error which "shouldn't happen"
- 8209137: Add ability to bind to specific local address to HTTP client
- 8286474: Drop --enable-preview from Sealed Classes related tests
- 8286473: Drop --enable-preview from Record related tests
- 8285285: Avoid redundant allocations in WindowsPreferences
- 8285844: TimeZone.getTimeZone(ZoneOffset) does not work for all ZoneOffsets and returns GMT unexpected
- 8286194: ExecutorShutdown test fails intermittently
- 8285295: Need better testing for IdentityHashMap
- 8285452: Add a new test library API to replace a file content using FileUtils.java