Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master to Beta Java 20 #189

Merged
merged 5 commits into from
Mar 3, 2023
Merged

Merge master to Beta Java 20 #189

merged 5 commits into from
Mar 3, 2023

Conversation

SarikaSinha
Copy link
Member

What it does

How to test

Author checklist

trancexpress and others added 5 commits January 19, 2023 11:23
IF IJDIEventListener.handleEvent() throws an exception during
EventDispatcher.dispatch(), the debugger breaks. Stepping, resuming,
terminating, etc. doesn't work.

This change adds a try-catch block around
IJDIEventListener.handleEvent() in EventDispatcher.dispatch(), to ensure
faulty listeners don't break the debugger.

Fixes: #172
This change disables garbage collection for
ExceptionEventImpl.fException, until the event is processed by listeners
in EventDispatcher.dispatch().

Fixes: #167
It's up for removal thus offering it makes no sense.
Replace the code checking if a classpath entry is modular with the new
ClasspathEntry.isModular().

Fixes: #184
@SarikaSinha SarikaSinha merged commit 890a4ee into BETA_JAVA20 Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants