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 8536935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:46:51+00:00 2026-06-11T10:46:51+00:00

I understand this occurs with Java 7 when using varargs with a generic type;

  • 0

I understand this occurs with Java 7 when using varargs with a generic type;

But my question is..

What exactly does Eclipse mean when it says “its use could potentially pollute the heap?”

And

How does the new @SafeVarargs annotation prevent this?

  • 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-11T10:46:52+00:00Added an answer on June 11, 2026 at 10:46 am

    Heap pollution is a technical term. It refers to references which have a type that is not a supertype of the object they point to.

    List<A> listOfAs = new ArrayList<>();
    List<B> listOfBs = (List<B>)(Object)listOfAs; // points to a list of As
    

    This can lead to "unexplainable" ClassCastExceptions.

    // if the heap never gets polluted, this should never throw a CCE
    B b = listOfBs.get(0); 
    

    @SafeVarargs does not prevent this at all. However, there are methods which provably will not pollute the heap, the compiler just can’t prove it. Previously, callers of such APIs would get annoying warnings that were completely pointless but had to be suppressed at every call site. Now the API author can suppress it once at the declaration site.

    However, if the method actually is not safe, users will no longer be warned.

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

Sidebar

Related Questions

I understand this is an easy question but for some reason this just isn't
I understand this is a subjective question but I want to see how others
I think that this is a newbie type question but I have quite understood
I do not understand why this error occurs...Is this a bug in XE, or
Note: I understand this is not strictly about development, but in the earlier threads
First of all this is the first time I am asking a java question
I'm using EclipseLink on GlassFish 3.1.1 and I'm trying to understand this exception: javax.ejb.EJBException:
This issue was tested, and occurs, in the dev mode (Eclipse...). I have one
Link to my app: http://gizeto.com/app_orange/index.html I don't understand why this occurs on orientationchange .
I know the behavior, but I am not 100% sure on why this occurs.

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.