Brian Burkhalter
|
457be276d8
|
8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
Replace f[data]sync(fd) with fcntl(fd, F_FULLSYNC) on OS X.
Reviewed-by: alanb
|
2015-05-21 09:57:59 -07:00 |
|
Tobias Hartmann
|
05ec00e16b
|
Merge
|
2015-05-21 18:57:21 +02:00 |
|
Vinnie Ryan
|
6deb69ac50
|
8072578: ProbeKeystores.java creates files in test.src
Reviewed-by: weijun
|
2015-05-21 17:42:15 +01:00 |
|
Athijegannathan Sundararajan
|
5431091715
|
8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
Reviewed-by: jlaskey, hannesw
|
2015-05-21 21:51:48 +05:30 |
|
Rickard Bäckman
|
af066eba2e
|
8080692: lots of jstack tests failing in pit
Reviewed-by: kvn, vlivanov
|
2015-05-21 18:10:18 +02:00 |
|
Vladimir Ivanov
|
47a5823eae
|
8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, stefank, twisti
|
2015-05-21 18:23:01 +03:00 |
|
Vladimir Ivanov
|
3f096651f3
|
8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, stefank, twisti
|
2015-05-21 18:22:33 +03:00 |
|
Andreas Eriksson
|
346fb9ffa7
|
8060036: C2: CmpU nodes can end up with wrong type information
CmpU needs to be reprocessed by CCP when an AddI/SubI input's input type change
Reviewed-by: mcberg, kvn, roland
|
2015-05-21 16:49:11 +02:00 |
|
Athijegannathan Sundararajan
|
8777094b4f
|
8080848: delete of bound Java method property results in crash
Reviewed-by: hannesw, lagergren
|
2015-05-21 18:44:51 +05:30 |
|
Stefan Karlsson
|
4e9a9eee84
|
8080869: FlexibleWorkGang initializes _active_workers to more than _total_workers
Reviewed-by: kbarrett, jmasa
|
2015-05-21 14:10:15 +02:00 |
|
Roland Westrelin
|
a3c77df5f1
|
8077504: Unsafe load can loose control dependency and cause crash
Node::depends_only_on_test() should return false for Unsafe loads
Reviewed-by: kvn, adinn
|
2015-05-21 13:54:07 +02:00 |
|
Sean Mullan
|
d29a80d711
|
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
Reviewed-by: weijun
|
2015-05-21 07:17:36 -04:00 |
|
Zaiyao Liu
|
c7c5826bb2
|
8048599: Tests for key wrap and unwrap operations
Reviewed-by: xuelei
|
2015-05-21 09:35:26 +00:00 |
|
Stefan Karlsson
|
5dc3521a80
|
8080113: Remove CollectedHeap::set_par_threads()
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:35:59 +02:00 |
|
Stefan Karlsson
|
8d0f1a6528
|
8080112: Replace and remove the last usages of CollectedHeap::n_par_threads()
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:35:38 +02:00 |
|
Stefan Karlsson
|
b77b3ec014
|
8080111: Remove SubTaskDone::_n_threads
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:23:46 +02:00 |
|
Stefan Karlsson
|
c13872f88d
|
8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:23:00 +02:00 |
|
Stefan Karlsson
|
e13e75547c
|
8080109: Use single-threaded code in Threads::possibly_parallel_oops_do when running with only one worker thread
Reviewed-by: jmasa, kbarrett
|
2015-05-21 09:10:47 +02:00 |
|
Rob McKenna
|
efc37c5e71
|
8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
Reviewed-by: michaelm
|
2015-05-20 18:06:31 +01:00 |
|
Rob McKenna
|
9cecb7f70a
|
8077822: javac does not recognize '*.java' as file if '-J' option is specified
Reviewed-by: ksrini
|
2015-05-20 18:03:56 +01:00 |
|
Roger Riggs
|
b7d8c57908
|
8078582: java/lang/Runtime/exec/LotsOfOutput.java fails intermittently with Process consumes memory
Small allocations may bump total memory, raise THRESHOLD to 2Mb
Reviewed-by: martin
|
2015-05-20 11:17:09 -04:00 |
|
Roland Westrelin
|
9f6b61b959
|
Merge
|
2015-05-20 17:06:44 +02:00 |
|
Amy Lu
|
a3ea97f915
|
8080680: sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups
Reviewed-by: igerasim
|
2015-05-20 17:16:58 +03:00 |
|
Sergei Kovalev
|
265b75c584
|
8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
Reviewed-by: dholmes, adinn
|
2015-05-20 09:07:36 -04:00 |
|
Doug Lea
|
8654e36410
|
8080623: CPU overhead in FJ due to spinning in awaitWork
Reviewed-by: chegar, dholmes
|
2015-05-20 14:50:57 +02:00 |
|
Andrew Haley
|
d917a8866c
|
8080600: AARCH64: testlibrary does not support AArch64
Add Platform.isAArch64(). Use it in mathexact intrinsic tests.
Reviewed-by: kvn, roland
|
2015-05-20 10:21:02 +01:00 |
|
Athijegannathan Sundararajan
|
7945c7b276
|
8080598: Javadoc warnings in Global.java after lazy initialization
Reviewed-by: lagergren, hannesw
|
2015-05-20 14:16:19 +05:30 |
|
Andreas Sjoberg
|
c8fa7eb4dd
|
8047330: Remove unrolled card loops in G1 SparsePRTEntry
Reviewed-by: ehelin, mgerdin, tschatzl
|
2015-05-20 10:45:40 +02:00 |
|
Athijegannathan Sundararajan
|
216d24980d
|
8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
Reviewed-by: lagergren, attila
|
2015-05-20 08:58:14 +05:30 |
|
Joe Darcy
|
8931c0d3b2
|
8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures
Reviewed-by: rriggs
|
2015-05-19 18:33:08 -07:00 |
|
Jaroslav Bachorik
|
8691aaf29f
|
Merge
|
2015-05-19 22:40:50 +02:00 |
|
Joe Darcy
|
5899576955
|
8075284: fix up miscellaneous TM constructions
Reviewed-by: lancea
|
2015-05-19 13:30:03 -07:00 |
|
Alejandro Murillo
|
8a9c3a81ff
|
Merge
|
2015-05-19 11:40:00 -07:00 |
|
Alejandro Murillo
|
ff1d247f0a
|
Merge
|
2015-05-19 11:39:58 -07:00 |
|
Alejandro Murillo
|
e26ec25ca4
|
Merge
|
2015-05-19 11:39:57 -07:00 |
|
Igor Ignatyev
|
8f509d71e6
|
8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
Reviewed-by: vlivanov
|
2015-05-19 20:04:29 +03:00 |
|
Per Lidén
|
9fb89f6d01
|
8080584: isGCActiveMark.hpp should not include parallelScavengeHeap.hpp
Reviewed-by: kbarrett, tschatzl
|
2015-05-19 17:25:49 +02:00 |
|
Amy Lu
|
5dc10dc506
|
8080658: Update sun/nio/cs/FindDecoderBugs.java to use random number generator library
Reviewed-by: rriggs
|
2015-05-19 11:05:52 -04:00 |
|
Brian Burkhalter
|
a6ad9cd49a
|
8080629: (fs) Re-enable ability to fsync() on directories even though read()s on those directories may fail
Revert fix applied to resolve JDK-8066915.
Reviewed-by: alanb
|
2015-05-19 07:12:10 -07:00 |
|
Shrinivas Joshi
|
7c62a26e6b
|
8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level
Set TypeProfileLevel to 111 by default on sparc
Reviewed-by: kvn, roland
|
2015-05-19 16:05:12 +02:00 |
|
Per Lidén
|
5e68a86953
|
8080585: concurrentGCThread.hpp should not include suspendibleThreadSet.hpp
Reviewed-by: kbarrett, tschatzl
|
2015-05-19 14:09:22 +02:00 |
|
Alexander Stepanov
|
30cda926e9
|
8080422: some docs cleanup for core libs
Some docs cleanup
Reviewed-by: rriggs, lancea
|
2015-05-19 16:04:14 +04:00 |
|
Denis Kononenko
|
c001e13f4d
|
8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
Reviewed-by: kvn, dholmes
|
2015-05-19 14:13:15 +03:00 |
|
Denis Kononenko
|
7695bc389d
|
8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
Reviewed-by: dholmes, alanb
|
2015-05-19 14:03:20 +03:00 |
|
Volker Simonis
|
b48a61e5be
|
8080190: PPC64: Fix wrong rotate instructions in the .ad file
Reviewed-by: kvn
|
2015-05-19 11:06:34 +02:00 |
|
Magnus Ihse Bursie
|
d4f45f51c9
|
8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
Reviewed-by: erikj
|
2015-05-19 10:05:02 +02:00 |
|
Magnus Ihse Bursie
|
eeaa0923e4
|
8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
Reviewed-by: erikj
|
2015-05-19 10:03:48 +02:00 |
|
Per Lidén
|
40acb10f77
|
8080581: Align SA with new GC directory structure
Reviewed-by: dsamersoff, sla
|
2015-05-19 09:41:52 +02:00 |
|
David Holmes
|
f1aab4c0ce
|
Merge
|
2015-05-19 03:07:42 -04:00 |
|
Jungwoo Ha
|
c0fcbe951e
|
8075288: malloc without free in VM_PopulateDumpSharedSpace::doit()
Reviewed-by: dholmes, stuefe
|
2015-05-19 01:34:53 -04:00 |
|