On Thu, 23 Nov 2023 05:55:28 GMT, Thomas Stuefe wrote:
>> suchismith1993 has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> change macro position
>
> src/hotspot/os/aix/os_aix.cpp line 3069:
>
>> 3067: while (end > 0 && buffer[end] != '.
On Wed, 22 Nov 2023 16:24:24 GMT, suchismith1993 wrote:
>> J2SE agent does not start and throws error when it tries to find the shared
>> library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load
>> fails.It fails to identify the shared library ibm_16_am
On Wed, 22 Nov 2023 16:24:24 GMT, suchismith1993 wrote:
>> J2SE agent does not start and throws error when it tries to find the shared
>> library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load
>> fails.It fails to identify the shared library ibm_16_am
On Wed, 22 Nov 2023 16:24:24 GMT, suchismith1993 wrote:
>> J2SE agent does not start and throws error when it tries to find the shared
>> library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load
>> fails.It fails to identify the shared library ibm_16_am
On Wed, 22 Nov 2023 16:24:24 GMT, suchismith1993 wrote:
>> J2SE agent does not start and throws error when it tries to find the shared
>> library ibm_16_am.
>> After searching for ibm_16_am.so ,the jvm agent throws and error as dll_load
>> fails.It fails to identify the shared library ibm_16_am
On Wed, 22 Nov 2023 16:35:36 GMT, Thomas Stuefe wrote:
> Hi, is this patch meant for review already? If yes, could you please describe
> the problem you fix, and how you fix it? If no, I suggest working on it in
> draft state till its ready for review.
I have updated the description. Let me kn
On Wed, 22 Nov 2023 15:00:29 GMT, Stefan Karlsson wrote:
> In the rewrites made for:
> [JDK-8318757](https://bugs.openjdk.org/browse/JDK-8318757) `VM_ThreadDump
> asserts in interleaved ObjectMonitor::deflate_monitor calls`
>
> I removed the filtering of *owned ObjectMonitors with dead objects*
On Wed, 22 Nov 2023 15:00:29 GMT, Stefan Karlsson wrote:
> Previously, the locked monitors never got unlocked because the ObjectMonitor
> iterator never exposed these monitors to the JNI detach code
I had not realized that. It explains some confusion in a separate issue I had
been looking in
On Wed, 22 Nov 2023 01:24:46 GMT, Serguei Spitsyn wrote:
> Thank you for filing and fixing this issue! I'm kind of late here. Sorry for
> that. Is it hard to create a JTreg test for an attaching native thread? I can
> help if you have a standalone prototype. You can look for some examples in
>
On Tue, 21 Nov 2023 21:42:39 GMT, Jonathan Joo wrote:
>> 8315149: Add hsperf counters for CPU time of internal GC threads
>
> Jonathan Joo has updated the pull request incrementally with two additional
> commits since the last revision:
>
> - Update memory tracking type for CPUTimeCounters
>
> 8315149: Add hsperf counters for CPU time of internal GC threads
Jonathan Joo has updated the pull request incrementally with one additional
commit since the last revision:
Cleanup and address comments
-
Changes:
- all: https://git.openjdk.org/jdk/pull/15082/files
- new: ht
On Fri, 17 Nov 2023 02:51:03 GMT, Jiangli Zhou wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Don't try to setup_jvmti_thread_state for obj allocation sampling if the
>> current thread is attaching from native an
On Tue, 21 Nov 2023 23:32:13 GMT, Serguei Spitsyn wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add a check for a thread is_attaching_via_jni, based on David Holmes'
>> comment.
>
> src/hotspot/share/prims/jvmti
On Wed, 22 Nov 2023 02:53:23 GMT, David Holmes wrote:
>> src/hotspot/share/prims/jvmtiExport.cpp line 3144:
>>
>>> 3142: // If the current thread is attaching from native and its thread
>>> oop is being
>>> 3143: // allocated, things are not ready for allocation sampling.
>>> 3144: if (th
> Please review JvmtiThreadState::state_for_while_locked change to handle the
> state->get_thread_oop() null case. Please see
> https://bugs.openjdk.org/browse/JDK-8319935 for details.
Jiangli Zhou has updated the pull request incrementally with one additional
commit since the last revision:
> Please review JvmtiThreadState::state_for_while_locked change to handle the
> state->get_thread_oop() null case. Please see
> https://bugs.openjdk.org/browse/JDK-8319935 for details.
Jiangli Zhou has updated the pull request with a new target base due to a merge
or a rebase. The incremental w
On Tue, 21 Nov 2023 20:16:39 GMT, Chris Plummer wrote:
> Problemlisting ConcAttachTest.java on OSX (it's already problem listed on
> linux and doesn't get run on Windows). This one test seems to be causing all
> the issues with attach and dcmd tests described in
> [JDK-8318866](https://bugs.op
On Tue, 21 Nov 2023 20:16:39 GMT, Chris Plummer wrote:
> Problemlisting ConcAttachTest.java on OSX (it's already problem listed on
> linux and doesn't get run on Windows). This one test seems to be causing all
> the issues with attach and dcmd tests described in
> [JDK-8318866](https://bugs.op
On Wed, 22 Nov 2023 16:24:24 GMT, suchismith1993 wrote:
>> JDK-8320005 : Native library suffix impact on hotspot code in AIX
>
> suchismith1993 has updated the pull request incrementally with one additional
> commit since the last revision:
>
> change macro position
Hi, is this patch meant
> JDK-8320005 : Native library suffix impact on hotspot code in AIX
suchismith1993 has updated the pull request incrementally with one additional
commit since the last revision:
change macro position
-
Changes:
- all: https://git.openjdk.org/jdk/pull/16604/files
- new: https
JDK-8320005 : Native library suffix impact on hotspot code in AIX
-
Commit messages:
- Adapt hotspot coding style
- Improve comments and coding style.
- Remove macro for file extension.
- Move mapping function to aix specific file.
- Introduce new macro for AIX archives.
- Add
In the rewrites made for:
[JDK-8318757](https://bugs.openjdk.org/browse/JDK-8318757) `VM_ThreadDump
asserts in interleaved ObjectMonitor::deflate_monitor calls`
I removed the filtering of *owned ObjectMonitors with dead objects*. The
reasoning was that you should never have an owned ObjectMonito
On Wed, 22 Nov 2023 08:41:35 GMT, Afshin Zafari wrote:
>> The `find` method now is
>> ```C++
>> template
>> int find(T* token, bool f(T*, E)) const {
>> ...
>>
>> Any other functions which use this are also changed.
>> Local linux-x64-debug hotspot:tier1 passed. Mach5 tier1 build on linux and
> The `find` method now is
> ```C++
> template
> int find(T* token, bool f(T*, E)) const {
> ...
>
> Any other functions which use this are also changed.
> Local linux-x64-debug hotspot:tier1 passed. Mach5 tier1 build on linux and
> Windows passed.
Afshin Zafari has updated the pull request inc
24 matches
Mail list logo