Withdrawn: 8200559: Java agents doing instrumentation need a means to define auxiliary classes

2021-06-18 Thread duke
On Fri, 16 Apr 2021 13:44:16 GMT, Rafael Winterhalter wrote: > To allow agents the definition of auxiliary classes, an API is needed to > allow this. Currently, this is often achieved by using `sun.misc.Unsafe` or > `jdk.internal.misc.Unsafe` ever since the `defineClass` method was removed >

Withdrawn: 8264311: Heap object statistics

2021-05-28 Thread duke
On Tue, 30 Mar 2021 15:04:57 GMT, Roman Kennke wrote: > For Lilliput evaluation, it would be useful to be able to get some statistics > about heap objects, e.g. how many objects there typically are, what is their > (average) size, how big is the live data set, how many objecs have an >

Withdrawn: 8259383: AsyncGetCallTrace() crashes sporadically

2021-04-21 Thread duke
On Mon, 11 Jan 2021 18:39:41 GMT, Lutz Schmidt wrote: > Hi, > may I please ask the community to review this small fix? It closes another > hole in AsyncGetCallTrace(). > Thanks a lot! > Lutz This pull request has been closed without being integrated. - PR:

Withdrawn: 8206438: com/sun/jdi/FieldWatchpoints.java timeout intermittently

2021-11-17 Thread duke
On Tue, 21 Sep 2021 07:40:01 GMT, Fairoz Matte wrote: > 8206438: com/sun/jdi/FieldWatchpoints.java timeout intermittently This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/5598

Withdrawn: 8218885: Restore pop_frame and force_early_return functionality for Graal

2021-11-27 Thread duke
On Wed, 22 Sep 2021 05:40:40 GMT, Tom Rodriguez wrote: > This logic no longer seems to be necessary since the adjustCompilationLevel > callback has been removed. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/5625

Withdrawn: 8274982: Add a test for 8269574.

2022-02-11 Thread duke
On Mon, 11 Oct 2021 09:55:28 GMT, Evgeny Nikitin wrote: > This PR contains a relatively simple test which verifies that JVMTI-agents > are correctly informed about exceptions caught in C2-compiled code. The > 8269574 introduces pre-allocated exceptions in some paths, so the test tries > to

Withdrawn: 8283147: Include NonJavaThread stacktrace during thread dump

2022-05-12 Thread duke
On Wed, 16 Mar 2022 02:40:15 GMT, Yi Yang wrote: > When we use jcmd Thread.dump/jstack , we could dump all Java > thread stack trace, but unfortunately we are not able to print NonJavaThread > stack trace such as VMThread/GCWorker, etc. For these threads, we know > nothing about what are