RFR: 8262093: java/util/concurrent/tck/JSR166TestCase.java failed "assert(false) failed: unexpected node" [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Mon Mar 29 18:53:02 UTC 2021
On Mon, 29 Mar 2021 07:30:06 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Looks good to me but could you please update the code style of the lines you've touched? For example:
> `const Type *t = phase->type( in(MemNode::Memory) );` -> `const Type* t = phase->type(in(MemNode::Memory));`
Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3226
More information about the hotspot-compiler-dev
mailing list