jdk-24/test
Roberto Castañeda Lozano a191c586dc 8253404: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
Record nodes as dead in Node::destruct() if their index cannot be directly
reclaimed. This prevents the "Live Node limit exceeded limit" assertion failure
by improving the accuracy of Compile::live_nodes() when "hook" nodes in
ConvI2LNode::Ideal() are created and deleted non-consecutively.

This addition might result in multiple calls to compile::record_dead_node() for
the same node (e.g. from PhaseIdealLoop::spinup()), but this is safe, as
compile::record_dead_node() is idempotent.

Reviewed-by: neliasso, thartmann
2020-10-08 12:30:38 +00:00
..
failure_handler 8254102: use ProcessHandle::pid instead of ManagementFactory::getRuntimeMXBean to get pid in tests 2020-10-07 18:51:52 +00:00
hotspot 8253404: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit 2020-10-08 12:30:38 +00:00
jaxp 8246816: XMLGregorianCalendar.hashCode() produces far too many identical hashes 2020-08-10 17:16:56 +00:00
jdk 8242882: opening jar file with large manifest might throw NegativeArraySizeException 2020-10-08 10:46:37 +00:00
jtreg-ext/requires 8209961: [AOT] crash in Graal stub when -XX:+VerifyOops is used 2020-08-30 15:53:46 -07:00
langtools 8216497: javadoc should auto-link to platform classes 2020-10-07 13:08:34 +00:00
lib 8254096: remove jdk.test.lib.Utils::getMandatoryProperty(String) method 2020-10-08 06:56:20 +00:00
lib-test 8253876: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with "AssertionError: Lines expected [126] but found [202]" 2020-10-07 18:36:14 +00:00
make 8249292: DependOnVariable macro fails on empty value 2020-07-15 14:04:54 -07:00
micro/org/openjdk/bench 8156071: List.of: reduce array copying during creation 2020-10-05 17:00:57 +00:00