Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/gc/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 832 B image not shown  

Quelle  bug-1692221.js

  Sprache: JAVA
 

// |jit-test| allow-oom

// Test TenuredChunk::decommitFreeArenasWithoutUnlocking updates chunk
// metadata correctly. The data is checked by assertions so this test is about
// exercising the code in question.

function allocateGarbage() {
  gc();
  for (let j = 0; j < 100000; j++) {
    Symbol();
  }
}

function collectUntilDecommit() {
  startgc(1);
  while (gcstate() != "NotActive" && gcstate() != "Decommit") {
    gcslice(1000);
  }
}

function triggerSyncDecommit() {
  reportLargeAllocationFailure(1);
}

gczeal(0);

// Normally we skip decommit if GCs are happening frequently. Disable that for
// this test
gcparam("highFrequencyTimeLimit"0);

allocateGarbage();
collectUntilDecommit();
triggerSyncDecommit();

allocateGarbage();
collectUntilDecommit();
oomAtAllocation(10);
triggerSyncDecommit();
resetOOMFailure();

Messung V0.5 in Prozent
C=71 H=98 G=85

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-11) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.