On Thu, 15 Oct 2020 22:44:54 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Re-add file erroneously deleted (detected as rename) > > src/hotspot/cpu/x86/foreign_globals_x86.hpp line 32: > >> 30: #define __ _masm-> >> 31: >> 32: struct VectorRegister { > > Why are these structs and not classes? The fields are meant to be accessed directly, so I went with `struct` since the members default to public. ------------- PR: https://git.openjdk.java.net/jdk/pull/634