On Mon, 12 Oct 2020 12:07:23 GMT, Vladimir Kempik wrote:
>> Please review this change for hotspot and one test.
>> There is few JVMTI callback/event functions in jdk which signature doesn't
>> match specification.
>> for example:
>> static jvmtiError JNICALL IsClassUnloadingEnabled(const jvmtiEn
On Mon, 5 Oct 2020 12:44:34 GMT, Vladimir Kempik wrote:
>>> _Mailing list message from [David Holmes](mailto:david.hol...@oracle.com) on
>>> [hotspot-dev](mailto:hotspot-...@openjdk.java.net):_
>>> Hi Vladimir,
>>>
>>> On 2/10/2020 5:37 pm, Vladimir Kempik wrote:
>>>
>>> > On Fri, 2 Oct 2020 07
> Please review this change for hotspot and one test.
> There is few JVMTI callback/event functions in jdk which signature doesn't
> match specification.
> for example:
> static jvmtiError JNICALL IsClassUnloadingEnabled(const jvmtiEnv* env,
> jboolean* enabled, ...)
> but according to jvmti spec
On 5/10/2020 10:47 pm, Vladimir Kempik wrote:
On Fri, 2 Oct 2020 15:26:30 GMT, Vladimir Kempik wrote:
Okay but look at the example that documentation gives:
For example, if the jvmtiParamInfo returned by GetExtensionEvents indicates
that there is a jint parameter, the event
handler should b
On Fri, 2 Oct 2020 15:26:30 GMT, Vladimir Kempik wrote:
>>> Okay but look at the example that documentation gives:
>>>
>>> > For example, if the jvmtiParamInfo returned by GetExtensionEvents
>>> > indicates that there is a jint parameter, the event
>>> > handler should be declared: ```
>>> >
Hi Vladimir,
On 3/10/2020 1:29 am, Vladimir Kempik wrote:
On Fri, 2 Oct 2020 07:34:45 GMT, Vladimir Kempik wrote:
If you still see no issues here we can delay and make this changeset part of
JEP-391.
But since this changeset isn't much macos-aarch64 specific, I thought it would
be good to in
On Fri, 2 Oct 2020 07:34:45 GMT, Vladimir Kempik wrote:
>> Okay but look at the example that documentation gives:
>>
>>> For example, if the jvmtiParamInfo returned by GetExtensionEvents indicates
>>> that there is a jint parameter, the event
>>> handler should be declared:
>>> void JNI
Hi Vladimir,
On 2/10/2020 5:37 pm, Vladimir Kempik wrote:
On Fri, 2 Oct 2020 07:27:17 GMT, David Holmes wrote:
Okay but look at the example that documentation gives:
For example, if the jvmtiParamInfo returned by GetExtensionEvents indicates
that there is a jint parameter, the event
handle
On Fri, 2 Oct 2020 07:27:17 GMT, David Holmes wrote:
> Okay but look at the example that documentation gives:
>
> > For example, if the jvmtiParamInfo returned by GetExtensionEvents indicates
> > that there is a jint parameter, the event
> > handler should be declared: ```
> > void JNICALL
On Fri, 2 Oct 2020 06:59:13 GMT, Vladimir Kempik wrote:
>> Vladimir, it looks good to me.
>
>> David,
>> I think, Vladimir is referring to the JVMTI extension mechanism spec:
>> https://docs.oracle.com/en/java/javase/15/docs/specs/jvmti.html#jvmtiExtensionFunction
>> https://docs.oracle.com/en/ja
On Fri, 2 Oct 2020 05:10:20 GMT, Serguei Spitsyn wrote:
>> Please review this change for hotspot and one test.
>> There is few JVMTI callback/event functions in jdk which signature doesn't
>> match specification.
>> for example:
>> static jvmtiError JNICALL IsClassUnloadingEnabled(const jvmtiEnv
On Thu, 1 Oct 2020 15:02:01 GMT, Vladimir Kempik wrote:
> Please review this change for hotspot and one test.
> There is few JVMTI callback/event functions in jdk which signature doesn't
> match specification.
> for example:
> static jvmtiError JNICALL IsClassUnloadingEnabled(const jvmtiEnv* env
Hi Vladimir,
On 2/10/2020 1:09 am, Vladimir Kempik wrote:
Please review this change for hotspot and one test.
There is few JVMTI callback/event functions in jdk which signature doesn't
match specification.
for example:
static jvmtiError JNICALL IsClassUnloadingEnabled(const jvmtiEnv* env,
jboo
Please review this change for hotspot and one test.
There is few JVMTI callback/event functions in jdk which signature doesn't
match specification.
for example:
static jvmtiError JNICALL IsClassUnloadingEnabled(const jvmtiEnv* env,
jboolean* enabled, ...)
but according to jvmti specs it should be
14 matches
Mail list logo