> com/sun/jdi/SetLocalWhileThreadInNative.java is failing with
> OpaqueFrameException when using the virtual test thread factory. The reason
> is because JDI only supports calling StackFrame.setValue() on the topmost
> frame of a virtual thread. The test is calling it on the
> ThreadReference.f
On Fri, 9 Jun 2023 20:47:13 GMT, Chris Plummer wrote:
> com/sun/jdi/SetLocalWhileThreadInNative.java is failing with
> OpaqueFrameException when using the virtual test thread factory. The reason
> is because JDI only supports calling StackFrame.setValue() on the topmost
> frame of a virtual th
This test launches a debuggee, which creates 11 instances of its main class,
stores them in a static array of the main class, and then the debugger side
iterates over all referrers to the main class instaces. Usually this is a
pretty quick process and doesn't produce much in the way of output wh
com/sun/jdi/SetLocalWhileThreadInNative.java is failing with
OpaqueFrameException when using the virtual test thread factory. The reason is
because JDI only supports calling StackFrame.setValue() on the topmost frame of
a virtual thread. The test is calling it on the ThreadReference.frames(2), s
On Fri, 9 Jun 2023 13:39:26 GMT, Matthias Baesken wrote:
> On AIX , new jtreg test
> com/sun/tools/attach/warnings/DynamicLoadWarningTest.java always failed with
> the output :
>
> --System.err:(294/28579)--
> STARTED DynamicLoadWarningTest::testLoadJavaAgent 'testLoadJavaAg
On Fri, 9 Jun 2023 14:56:21 GMT, Coleen Phillimore wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Removed unnecessary assignment
>
> Looks good.
Thank you for the reviews @coleenp, @fparain, and @iklam !
On Thu, 8 Jun 2023 21:42:24 GMT, Matias Saavedra Silva
wrote:
> The accessor methods in constantpool.cpp were previously cleaned up to allow
> for different types of indices to be used, distinguishing them by the
> bytecode. This patch adds the same changes to the hotspot serviceability
> age
On Fri, 9 Jun 2023 18:14:18 GMT, Matias Saavedra Silva
wrote:
>> The accessor methods in constantpool.cpp were previously cleaned up to allow
>> for different types of indices to be used, distinguishing them by the
>> bytecode. This patch adds the same changes to the hotspot serviceability
>>
> The accessor methods in constantpool.cpp were previously cleaned up to allow
> for different types of indices to be used, distinguishing them by the
> bytecode. This patch adds the same changes to the hotspot serviceability
> agent code. Verified with tier 1-5 tests.
Matias Saavedra Silva has
On Wed, 7 Jun 2023 23:17:18 GMT, Chris Plummer wrote:
> The test waits for a ThreadDeathEvent for "main". Once that arrives, it then
> waits for the next ThreadStartEvent (for any thread). Once it arrives, the
> test tries to create and enable a StepRequest on the "main" thread. Since
> "main"
On Wed, 7 Jun 2023 23:17:18 GMT, Chris Plummer wrote:
> The test waits for a ThreadDeathEvent for "main". Once that arrives, it then
> waits for the next ThreadStartEvent (for any thread). Once it arrives, the
> test tries to create and enable a StepRequest on the "main" thread. Since
> "main"
On Fri, 9 Jun 2023 13:39:26 GMT, Matthias Baesken wrote:
> On AIX , new jtreg test
> com/sun/tools/attach/warnings/DynamicLoadWarningTest.java always failed with
> the output :
>
> --System.err:(294/28579)--
> STARTED DynamicLoadWarningTest::testLoadJavaAgent 'testLoadJavaAg
On Thu, 8 Jun 2023 21:42:24 GMT, Matias Saavedra Silva
wrote:
> The accessor methods in constantpool.cpp were previously cleaned up to allow
> for different types of indices to be used, distinguishing them by the
> bytecode. This patch adds the same changes to the hotspot serviceability
> cod
On Thu, 8 Jun 2023 21:42:24 GMT, Matias Saavedra Silva
wrote:
> The accessor methods in constantpool.cpp were previously cleaned up to allow
> for different types of indices to be used, distinguishing them by the
> bytecode. This patch adds the same changes to the hotspot serviceability
> cod
On Fri, 9 Jun 2023 13:39:26 GMT, Matthias Baesken wrote:
> On AIX , new jtreg test
> com/sun/tools/attach/warnings/DynamicLoadWarningTest.java always failed with
> the output :
>
> --System.err:(294/28579)--
> STARTED DynamicLoadWarningTest::testLoadJavaAgent 'testLoadJavaAg
On AIX , new jtreg test
com/sun/tools/attach/warnings/DynamicLoadWarningTest.java always failed with
the output :
--System.err:(294/28579)--
STARTED DynamicLoadWarningTest::testLoadJavaAgent 'testLoadJavaAgent()'
SUCCESSFUL DynamicLoadWarningTest::testLoadJavaAgent 'testLoadJa
On Fri, 9 Jun 2023 05:26:59 GMT, Serguei Spitsyn wrote:
> Is JVMCI used by the Graal compiler only?
So far this is true and will probably remain true for the foreseeable future.
However, the Right Thing to do long term is to add a
`jdk.test.whitebox.code.Compiler.uncommonTrapsHavePreciseBCIs()
17 matches
Mail list logo