Home
last modified time | relevance | path

Searched refs:isObjectInOldGen (Results 1 – 25 of 69) sorted by relevance

123

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/
H A DTestReferenceClearDuringMarking.java54 while (!WB.isObjectInOldGen(testA) || in test()
55 !WB.isObjectInOldGen(testB) || in test()
56 !WB.isObjectInOldGen(refA1) || in test()
57 !WB.isObjectInOldGen(refA2) || in test()
58 !WB.isObjectInOldGen(refB1) || in test()
59 !WB.isObjectInOldGen(refB2)) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/
H A DTestReferenceClearDuringMarking.java53 while (!WB.isObjectInOldGen(testA) || in test()
54 !WB.isObjectInOldGen(testB) || in test()
55 !WB.isObjectInOldGen(refA1) || in test()
56 !WB.isObjectInOldGen(refA2) || in test()
57 !WB.isObjectInOldGen(refB1) || in test()
58 !WB.isObjectInOldGen(refB2)) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/testlibrary/g1/
H A DMixedGCProvoker.java71 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose… in allocateOldObjects()
72 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(toUnreachable), "List of the objects is suppose … in allocateOldObjects()
87 …assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose to be i… in provokeMixedGC()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/testlibrary/g1/
H A DMixedGCProvoker.java71 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose… in allocateOldObjects()
72 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(toUnreachable), "List of the objects is suppose … in allocateOldObjects()
87 …assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose to be i… in provokeMixedGC()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/testlibrary/g1/
H A DMixedGCProvoker.java71 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose… in allocateOldObjects()
72 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(toUnreachable), "List of the objects is suppose … in allocateOldObjects()
87 …assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose to be i… in provokeMixedGC()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/mixedgc/
H A DTestLogging.java132 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
134 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
172 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in main()
H A DTestOldGenCollectionUsage.java178 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
180 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
214 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in provokeMixedGC()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/g1/mixedgc/
H A DTestLogging.java132 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
134 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
179 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/mixedgc/
H A DTestLogging.java132 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
134 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
172 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in main()
H A DTestOldGenCollectionUsage.java178 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
180 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
214 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in provokeMixedGC()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/g1/mixedgc/
H A DTestLogging.java132 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
134 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
179 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/g1/mixedgc/
H A DTestLogging.java132 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in allocateOldObjects()
134 Asserts.assertTrue(WB.isObjectInOldGen(deadOldObjects), in allocateOldObjects()
179 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects), in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/gc/whitebox/
H A DTestWBGC.java62 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
66 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/gc/whitebox/
H A DTestWBGC.java62 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
66 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java67 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
71 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java67 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
71 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java67 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
71 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java69 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
73 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java68 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
72 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java68 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
72 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java68 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
72 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/whitebox/
H A DTestWBGC.java69 Asserts.assertFalse(wb.isObjectInOldGen(obj)); in main()
73 Asserts.assertTrue(wb.isObjectInOldGen(obj)); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/gc/collection/
H A DTestG1ParallelPhases.java149 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose… in allocateOldObjects()
150 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(toUnreachable), "List of the objects is suppose … in allocateOldObjects()
179 …assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose to be i… in provokeMixedGC()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/gc/collection/
H A DTestG1ParallelPhases.java151 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose… in allocateOldObjects()
152 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(toUnreachable), "List of the objects is suppose … in allocateOldObjects()
181 …assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose to be i… in provokeMixedGC()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/event/gc/collection/
H A DTestG1ParallelPhases.java160 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose… in allocateOldObjects()
161 …Asserts.assertTrue(getWhiteBox().isObjectInOldGen(toUnreachable), "List of the objects is suppose … in allocateOldObjects()
192 …assertTrue(getWhiteBox().isObjectInOldGen(liveOldObjects), "List of the objects is suppose to be i… in provokeMixedGC()

123