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

  • Home
  • SEARCH
  • 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 8759231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:45:00+00:00 2026-06-13T14:45:00+00:00

I have global static registry in my class, which registering instances in some circumstances.

  • 0

I have global static registry in my class, which registering instances in some circumstances. Actually it does not depend on garbage collecting, but some functionality is obviously placed in finalize().

During jUnit test I wish to test how this functionality works, but I can’t call GC by force. I am calling gc() in my tearDown()

@After
public void tearDown() throws Exception {

    log.debug("tearDown()");

    a = null;
    b = null;
    c = null;
    d = null;
    e = null;
    f = null;
    g = null;

    System.gc();

    log.debug("asserting hash size");
    assertEquals(0, Myclass.getRegisterSize());
}

but this does not help. I see in log that asserting message appears before finalizing.

Is it possible to wait until all finalizations occur?

Are there any other means, for example to restart classloader or flush heap or something in jUnit? I mean to do everything from scratch?

  • 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-06-13T14:45:02+00:00Added an answer on June 13, 2026 at 2:45 pm

    Not, it isn’t possible to wait for all finalizations to occur. They may not happen at all. Finalize gets run when the object is garbage collected. Some objects will never get collected, for instance a Main class. This doesn’t get garbage collected because the JVM exits before it runs the gc().

    The best idea (really) is to add a method which does the cleaning up and then call it from your JUnit test. And, if you really, really need to, from finalize() as well. But you can never depend upon finalize() being called.

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

Sidebar

Related Questions

I have read about global static technique in which we create a class with
I have global static variables in a C library, which generate exceptions in a
I have a (simplified) static global class and << operator overload as follows: class
I have an asp.net application with a static global class. Inside of the static
In Ruby on Rails, can we have some GLOBAL static HTML snippets that we
I am making a game which has a global (static) class called MedGameController. In
If I have a global static variable x like in this code #include <stdio.h>
Can Dynamic libraries have global, local and static variables in linux? If yes, then
I have this code public static Boolean freq[] = new Boolean[Global.iParameter[2]]; freq[Global.iParameter[2]] = false;
I have a global js file which has an ajax script. which is included

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.