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

[libmonodroid] Enable GC bridge on desktop Java. #30

Closed
wants to merge 1 commit into from

Conversation

garuma
Copy link
Contributor

@garuma garuma commented May 10, 2016

There is still some weird GC behavior that happens only on desktop. It seems like calling System.gc() there doesn't properly collect as much references as it could which mean that Java/managed peer pairs are kept around longer than they should be.

Nonetheless, having this in still means we have a much better story for the designer and XF Previewer memory wise.

There is still some weird GC behavior that happens only on desktop. It seems like
calling `System.gc()` there doesn't properly collect as much references as it could
which mean that Java/managed peer pairs are kept around longer than they should be.

Nonetheless, having this in still means we have a much better story for the designer
and XF Previewer memory wise.
@dnfclas
Copy link

dnfclas commented May 10, 2016

Hi @garuma, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;

@garuma garuma closed this May 10, 2016
@garuma garuma deleted the enable-gcbridge-desktop branch May 10, 2016 15:39
radical added a commit that referenced this pull request May 8, 2018
…oid/a438c473

[Xamarin.Android.Tools.bytecode] Add JavaDoc importing
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Jul 21, 2022
Changes: mono/opentk@50128f7...daa9b2d

  * mono/opentk@daa9b2d5: [nuget] use $(PackageLicenseExpression), not $(PackageLicenseUrl) (dotnet#35)
  * mono/opentk@351eb656: [ci] Use new EO compliant build pools (dotnet#33)
  * mono/opentk@95ab20b1: Try to fix DllNotFoundException under .net 6 (dotnet#32)
  * mono/opentk@3de39a40: Merge pull request dotnet#30 from dellis1972/proguard
  * mono/opentk@79ea8095: rework
  * mono/opentk@3311a8ac: Add Proguard config support
jonpryor added a commit to jonpryor/xamarin-android that referenced this pull request Jul 22, 2022
Changes: mono/opentk@50128f7...daa9b2d

  * mono/opentk@daa9b2d5: [nuget] use $(PackageLicenseExpression), not $(PackageLicenseUrl) (dotnet#35)
  * mono/opentk@351eb656: [ci] Use new EO compliant build pools (dotnet#33)
  * mono/opentk@95ab20b1: Try to fix DllNotFoundException under .net 6 (dotnet#32)
  * mono/opentk@3de39a40: Merge pull request dotnet#30 from dellis1972/proguard
  * mono/opentk@79ea8095: rework
  * mono/opentk@3311a8ac: Add Proguard config support
jonpryor added a commit that referenced this pull request Jul 26, 2022
Changes: mono/opentk@50128f7...daa9b2d

  * mono/opentk@daa9b2d5: [nuget] use $(PackageLicenseExpression), not $(PackageLicenseUrl) (#35)
  * mono/opentk@351eb656: [ci] Use new EO compliant build pools (#33)
  * mono/opentk@95ab20b1: Try to fix DllNotFoundException under .net 6 (#32)
  * mono/opentk@3de39a40: Merge pull request #30 from dellis1972/proguard
  * mono/opentk@79ea8095: rework
  * mono/opentk@3311a8ac: Add Proguard config support
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants