neliasso [Fri, 29 Sep 2017 10:44:58 +0200] rev 47563
8188031: Complement fused mac operations on SPARC
Summary: Adding a few (FMAf) matcher patterns to the SPARC back-end
Reviewed-by: rbackman, kvn
Contributed-by: patric.hedlin@oracle.com
neliasso [Fri, 29 Sep 2017 10:41:36 +0200] rev 47562
8182279: Updating SPARC feature/capability detection to support Core C5.
Summary: Renamed Core Sx to Core Cx (C3, C4, C5, according to name change).
Reviewed-by: kvn, dholmes
Contributed-by: patric.hedlin@oracle.com
neliasso [Fri, 29 Sep 2017 10:40:54 +0200] rev 47561
8167199: Add C2 SPARC intrinsic for BigInteger::multiplyToLen() method.
Summary: Preliminary support for intrinsic multiplyToLen, including generalised version based on 'mpmul' instruction (when available).
Reviewed-by: kvn, neliasso
Contributed-by: patric.hedlin@oracle.com
neliasso [Fri, 29 Sep 2017 10:40:49 +0200] rev 47560
8011352: C1: TraceCodeBlobStacks crashes fastdebug Solaris SPARC.
Summary: Handle null correctly
Reviewed-by: roland, dlong, rbackman
Contributed-by: patric.hedlin@oracle.com
iignatyev [Wed, 20 Sep 2017 20:53:22 -0700] rev 47559
8188117: jdk/test/lib/FileInstaller doesn't work for directories
Reviewed-by: mseledtsov, sspitsyn
iignatyev [Fri, 01 Sep 2017 15:28:54 -0700] rev 47558
8187020: AOT tests should not fail if devkit dependency isn't resolved
Reviewed-by: kvn
jtulach [Thu, 28 Sep 2017 13:52:15 -0700] rev 47557
8182701: Modify JVMCI to allow Graal Compiler to expose platform MBean
Reviewed-by: dnsimon, kvn, alanb, mchung, dfuchs
sangheki [Thu, 28 Sep 2017 12:13:57 -0700] rev 47556
8186465: Each j.l.Reference elapsed time log is incorrect
Summary: Fixed wrongly referencing variable and updated regression test to compare each elapsed time vs. sum of those
Reviewed-by: stefank, tschatzl