Zero broken again, probably due to JDK-8189871

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Tue Nov 21 13:56:38 UTC 2017


On 11/21/2017 02:52 PM, John Paul Adrian Glaubitz wrote:
> I assume this regression came with JDK-8189871, but I haven't looked yet.

Line 85, in accessBackend.hpp doesn't look right:

#ifdef SUPPORTS_NATIVE_CX8
  struct PossiblyLockedAccess: public IntegralConstant<bool, false> {};
#else
  struct PossiblyLockedAccess: public IntegralConstant<bool, (sizeof(T) > 4)>::value> {}; // line 85
#endif

emacs' syntax highlighting is also confused.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


More information about the hotspot-dev mailing list