Changeset: b41876fe0247 Author: amurillo Date: 2014-03-06 06:06 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/b41876fe0247
8036778: new hotspot build - hs24.80-b05 Reviewed-by: jcoomes ! make/hotspot_version Changeset: d6e1e8271665 Author: poonam Date: 2014-03-20 03:52 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/d6e1e8271665 6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems Summary: Native pointers less than 64 bits wide should be extended as an unsigned number. Reviewed-by: kvn, kevinw, roland ! src/share/vm/opto/graphKit.cpp ! src/share/vm/opto/graphKit.hpp ! src/share/vm/opto/library_call.cpp ! src/share/vm/opto/type.hpp + test/compiler/6653795/UnsafeGetAddressTest.java Changeset: 3d03e7c6b7eb Author: vkempik Date: 2014-03-26 13:57 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/3d03e7c6b7eb 8036863: Update jdk7 testlibrary to match jdk8 in hotspot Summary: Update testlibrary in jdk7, cumulative backport Reviewed-by: kevinw, sla ! test/testlibrary/ClassFileInstaller.java - test/testlibrary/OutputAnalyzerTest.java + test/testlibrary/com/oracle/java/testlibrary/Asserts.java + test/testlibrary/com/oracle/java/testlibrary/ByteCodeLoader.java + test/testlibrary/com/oracle/java/testlibrary/InMemoryJavaCompiler.java + test/testlibrary/com/oracle/java/testlibrary/InputArguments.java ! test/testlibrary/com/oracle/java/testlibrary/JDKToolFinder.java + test/testlibrary/com/oracle/java/testlibrary/JDKToolLauncher.java ! test/testlibrary/com/oracle/java/testlibrary/OutputAnalyzer.java + test/testlibrary/com/oracle/java/testlibrary/PerfCounter.java + test/testlibrary/com/oracle/java/testlibrary/PerfCounters.java ! test/testlibrary/com/oracle/java/testlibrary/Platform.java ! test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java Changeset: e975b826e8f5 Author: kevinw Date: 2014-02-24 10:46 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/e975b826e8f5 8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters. Reviewed-by: sla, dsamersoff ! agent/src/share/classes/sun/jvm/hotspot/utilities/Hashtable.java + test/serviceability/sa/jmap-hashcode/Test8028623.java Changeset: c70c262810ee Author: kevinw Date: 2014-01-23 09:33 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/c70c262810ee 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors Reviewed-by: dsamersoff, sla ! test/serviceability/sa/jmap-hashcode/Test8028623.java Changeset: 3031c29f30b5 Author: mgronlun Date: 2014-03-27 15:12 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/3031c29f30b5 8037340: Linux semaphores to use CLOCK_REALTIME Reviewed-by: dholmes, sla ! src/os/linux/vm/os_linux.cpp Changeset: 04d6919c44db Author: amurillo Date: 2014-03-28 10:38 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/04d6919c44db Merge - test/testlibrary/OutputAnalyzerTest.java Changeset: 332d77901bae Author: amurillo Date: 2014-03-28 10:38 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/332d77901bae Added tag hs24.80-b05 for changeset 04d6919c44db ! .hgtags