Integrated: Lower case verify calls

Coleen Phillimore coleenp at openjdk.java.net
Fri Mar 25 13:39:11 UTC 2022


On Thu, 24 Mar 2022 22:27:51 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This is another cosmetic change to fix the verify functions so that there is one less null string assert.
> 
> This change also removes the copy_alignment template parameter as Patricio, Robbin and I noticed it's unused.  Which is good because then we'd have to wonder when and why it would be less than the default. Also DWORD is a windows thing so looked odd in shared code and not sure if it matches what windows thinks DWORD is.

This pull request has now been integrated.

Changeset: e6849098
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/e68490980b0d389d8ae960d079e11c16241f4096
Stats:     44 lines in 2 files changed: 5 ins; 11 del; 28 mod

Lower case verify calls

Reviewed-by: rehn

-------------

PR: https://git.openjdk.java.net/loom/pull/122


More information about the loom-dev mailing list