Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6114745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:00:40+00:00 2026-05-23T15:00:40+00:00

If suppose an object implements the Finalize method but inside it refers an alive

  • 0

If suppose an object implements the Finalize method but inside it refers an alive static object of the application (bad design! but very possible).

Now when GC kicks in and finalises the object by putting it in Finalization queue and then move it to FReachable queue where it would call its finalize method.

But whoa! it finds its referring an alive object so it doesnt allow GC to reclaim the memory occupied by the object and marks the object alive again. A zombie object!

At this point where does this object reside?

  1. Remains in freachable?
  2. Remains in Finalization queue?
  3. Remains on managed heap in an indeterminate state (removed from freachable and finalization queues)?

Also what can be the best place to ReRegisterForFinalize() for such object?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:00:41+00:00Added an answer on May 23, 2026 at 3:00 pm

    it finds its referring an alive object

    That does not matter. An outgoing reference is irrelevant for GC.

    Another scenario is where the finalizing objects makes itself reachable again, by registering itself into some rooted list.

    This is called resurrection. It does not require much special attention from the GC: the finalizers are processed and the reference is removed from fReachable. Note that there is nothing special, objects in fReachable are not in an indeterminate state at any time. They have to be rescanned in the next GC collection. One of the costs of a finalizer is needing 2 rounds of the GC.

    Usually the object would call ReRegisterForFinalize(this) when it resurrects.
    But please note that resurrection is far from a common practice.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I'm given an object and a string that holds a method name, how
Suppose I have a design like this: Object GUI has two objects: object aManager
Suppose I have a method that takes an object of some kind as an
I'm thinking about designing a method that would return an object that implements an
Suppose my COM object implements two or more COM interfaces: class CMyClass : public
Suppose I have a method called foo taking 2 Object as parameter. Both objects
Suppose the following object structure: class Super {} class SubA extends Super {} class
Suppose the jQuery object of the input is $input. How to make its value
Suppose the jQuery object is $target .
Suppose I have a python object x and a string s , how do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.