Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit266aa4e

Browse files
author
duke
committed
Added webrev for jdk/28544
1 parent46bd37d commit266aa4e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎jdk/28544/02-03/commits.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"made jvmti_events_disalber as counter"},"files":[{"filename":"src\/hotspot\/share\/runtime\/javaThread.hpp"}],"sha":"f7e869b2878d51b62761d3bcfd0538636d992097"}]

‎jdk/28544/02-03/comparison.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -328,1 +328,1 @@\n- bool _jvmti_events_disabled; \/\/ JVMTI events disabled manually\n+ int _jvmti_events_disabled; \/\/ JVMTI events disabled manually\n@@ -752,1 +752,1 @@\n- void toggle_is_disable_suspend() { _is_disable_suspend = !_is_disable_suspend; };\n+ void toggle_is_disable_suspend() { _is_disable_suspend = !_is_disable_suspend; }\n@@ -755,1 +755,1 @@\n- void toggle_is_in_java_upcall() { _is_in_java_upcall = !_is_in_java_upcall; };\n+ void toggle_is_in_java_upcall() { _is_in_java_upcall = !_is_in_java_upcall; }\n@@ -757,2 +757,2 @@\n- void disable_jvmti_events() { _jvmti_events_disabled = true; };\n- void enable_jvmti_events() { _jvmti_events_disabled = false; };\n+ void disable_jvmti_events() { _jvmti_events_disabled++; }\n+ void enable_jvmti_events() { _jvmti_events_disabled--; }\n@@ -768,1 +768,1 @@\n- || _is_in_java_upcall || _jvmti_events_disabled; }\n+ || _is_in_java_upcall || _jvmti_events_disabled != 0; }\n","filename":"src\/hotspot\/share\/runtime\/javaThread.hpp","additions":6,"deletions":6,"binary":false,"changes":12,"status":"modified"}]}

‎jdk/28544/02-03/metadata.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"lmesnik\/jdk","html_url":"https:\/\/github.com\/lmesnik\/jdk"},"sha":"f7e869b2878d51b62761d3bcfd0538636d992097"},"created_at":"2025-11-28T21:09:19.669344551Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.org\/jdk"},"sha":"1c070dc7b4f32cda090a05099539455bb7bd6a24"}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp