Albert
Albert
Trivial inlining a class to reduce its visibility. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change...
[integer](https://hackage.haskell.org/package/parsec-3.1.9/docs/Text-Parsec-Token.html#v:integer) doesn't behave properly for input with leading white spaces. ``` import Text.Parsec import Text.Parsec.String (Parser) import qualified Text.Parsec.Token as P import Text.Parsec.Language (emptyDef) lexer = P.makeTokenParser emptyDef integer =...
The use of `encore_alloc` in `actor_list *entry = encore_alloc(cctx, sizeof *entry);` will ask for some memory from the current actor heap, and this memory will be managed by the GC...
Refactor Parallel full-gc to use the same algorithm (mark-compact) as Serial and G1 full-GC. This removes the obj-end bitmap. When GC threads are few, the old implementation can be more...
Extract the state for `top` out of `SpaceMangler`. Users (Serial and Parallel GC) already tracks the top before/after GC. The "real" change in this PR are only two places: `serialFullGC.cpp`...
Simple refactoring to not assume maximum-compaction from soft-ref-clearing. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must...
Trivial inlining a method. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous...