GithubHelp home page GithubHelp logo

Comments (3)

LinHu2016 avatar LinHu2016 commented on May 28, 2024
_extensions->unfinalizedObjectLists = NULL;
_extensions->setOwnableSynchronizerObjectLists(NULL);
_extensions->setContinuationObjectLists(NULL);

in reinitializeForRestore() were designed for resetting the root of global lists in case we need to rebuild the lists(array of sublists, the size of array match to gcThreadCount, rebuild the lists is only needed for the case restore env has more gcThreadCount than original env). if restore env has the same or less gcThreadCount than original env, the resetting the root of global lists would cause potential assertion when vm need to access those lists. I will create a PR to fix the issue.

from openj9.

dmitripivkine avatar dmitripivkine commented on May 28, 2024

@JasonFengJ9 The fix has been merged. Can this item be closed?

from openj9.

JasonFengJ9 avatar JasonFengJ9 commented on May 28, 2024

Yup, closing.

from openj9.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.