There is an optimization opportunity for the widespread use-case when a
resource is read from classpath using
`getClass().getClassLoader().getResource()` or
`getClass().getClassLoader().getResourceAsStream()`.
Pay attention to lines starting from 261. In case I run something like
var props = g
On Thu, 17 Jun 2021 21:31:48 GMT, Mark Sheppard wrote:
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
>> with "SocketException: Cannot allocate memory"
>>
>> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
>> on a regular basis on m
On Thu, 17 Jun 2021 21:31:48 GMT, Mark Sheppard wrote:
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
>> with "SocketException: Cannot allocate memory"
>>
>> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
>> on a regular basis on m
On Thu, 17 Jun 2021 21:31:48 GMT, Mark Sheppard wrote:
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
>> with "SocketException: Cannot allocate memory"
>>
>> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
>> on a regular basis on m
On Thu, 17 Jun 2021 16:23:08 GMT, Mahendra Chhipa
wrote:
>> …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests
>
> Mahendra Chhipa has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Implemented review comments
Marked as revie
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes wrote:
> This cleanup-only change fixes the indentation of all members from 8 to 4
> spaces and removes whitespace in method invocations (example: `foo ()` ->
> `foo()`). It also removes superfluous type parameters on lines 83, 168, 206.
This pull r
On Mon, 14 Jun 2021 15:28:01 GMT, Mark Sheppard wrote:
> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
> with "SocketException: Cannot allocate memory"
>
> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
> on a regular basis on macosx
`com.sun.net.httpserver.Headers` normalizes its keys to adhere to the following
format: First character uppercase, all other characters lowercase, for example
`"foo" -> "Foo"`. This behaviour is not consistent across the mutator methods
of the class, in particular `putAll()` and `replaceAll()` d
Forwardport JDK 17 -> JDK 18
-
Commit messages:
- Merge
- 8268316: Typo in JFR jdk.Deserialization event
- 8268638: semaphores of AsyncLogWriter may be broken when JVM is exiting.
- 8264775: ClhsdbFindPC still fails with java.lang.RuntimeException: 'In java
stack' missing from st
> Forwardport JDK 17 -> JDK 18
Jesper Wilhelmsson has updated the pull request with a new target base due to a
merge or a rebase. The pull request now contains 46 commits:
- Merge
- 8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized
BasicObjectLock::_displaced_header
On Fri, 18 Jun 2021 22:17:41 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 17 -> JDK 18
This pull request has now been integrated.
Changeset: b7d78a5b
Author:Jesper Wilhelmsson
URL:
https://git.openjdk.java.net/jdk/commit/b7d78a5b661e2b00f271298db3b6cc873cf754e7
Stats: 12229
11 matches
Mail list logo