> David, > > In src/share/native/java/lang/java_props.h the new field should really also > be in ifdef MACOSX.
It's inside the "#ifdef MACOSX" block that was already there (starts at line 94), that's why I moved it to the bottom. You can't see it in the xDIFFs, but it's visible in the side-by-side frame mode. > The change to System.c allays my concerns there. > > You can also consider the hotspot changes Reviewed. Thank you! -DrD-