On Mon, 24 Jan 2022 20:32:56 GMT, Ioi Lam wrote:
> All builds in our CI passed.
Thanks a lot, Ioi!
-
PR: https://git.openjdk.java.net/jdk/pull/7188
On Sat, 22 Jan 2022 13:33:24 GMT, Thomas Stuefe wrote:
> JDK-8249944 moved AllStatic to its own header. We should use that one instead
> of allocation.hpp where possible to reduce header dependencies.
>
> This patch:
> - replaces includes of allocation.hpp with allstatic.hpp where appropiate
>
On Tue, 18 Jan 2022 19:36:18 GMT, Chris Plummer wrote:
>> Aleksey Shipilev has updated the pull request with a new target base due to
>> a merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains four additional
>> co
On Tue, 18 Jan 2022 18:33:29 GMT, Aleksey Shipilev wrote:
> While working on JDK-8280003, I noticed that
> java/lang/instrument/GetObjectSizeIntrinsicsTest.java does not test arrays
> with more than 1-byte size elements, and no large arrays (past 4G limit) are
> tested either. It would be bett
On Thu, 20 Jan 2022 04:22:28 GMT, Chris Plummer wrote:
>> The JDWP spec mentions nothing about `DisableCollection` and
>> `EnableCollection` tracking the depth or nesting of the commands. This means
>> that `EnableCollection` should enable collection no matter how many
>> `DisableCollection` c
On Tue, 18 Jan 2022 20:25:41 GMT, Chris Plummer wrote:
> The JDWP spec mentions nothing about `DisableCollection` and
> `EnableCollection` tracking the depth or nesting of the commands. This means
> that `EnableCollection` should enable collection no matter how many
> `DisableCollection` comma
It's possible for an address to be in the codecache but not in any CodeBlob.
Don't assert in this case.
Note I couldn't reproduce this failure. Not sure why since it seemed to
reproduce pretty readily in our CI tier7, and I ran with the same options.
-
Commit messages:
- Don't ass
Can I please get a review for this cleanup that's requested in
https://bugs.openjdk.java.net/browse/JDK-8076089?
The change here removes a package private method
`sun.management.Util.newException(Exception e)` and inlines its implementation
at the caller locations.
Given the nature of this cha
On Wed, 19 Jan 2022 18:22:13 GMT, Chris Plummer wrote:
>> For any SA test that attaches to an OSX process (this would be all SA tests
>> except for those that test core file support), there is a check to make sure
>> that the target jvm process is not a signed binary. If it is,
>> SkippedExcep
On Mon, 24 Jan 2022 10:40:44 GMT, Alex Menkov wrote:
>> Changes:
>> - ClassFileReconstituter is updated to restore "MethodParameters" attribute;
>> - handling of the attribute in VM_RedefineClasses is moved to be consistent
>> with other code (like local variable table);
>> - copied ClassTransfo
On Mon, 24 Jan 2022 10:40:44 GMT, Alex Menkov wrote:
>> Changes:
>> - ClassFileReconstituter is updated to restore "MethodParameters" attribute;
>> - handling of the attribute in VM_RedefineClasses is moved to be consistent
>> with other code (like local variable table);
>> - copied ClassTransfo
11 matches
Mail list logo