- 31 12月, 2015 1 次提交
-
-
由 sebastian 提交于
Summary: Fixes wakeup mechanism of LinuxWatchService and introduces a test Reviewed-by: alanb
-
- 25 11月, 2015 1 次提交
-
-
由 igerasim 提交于
Summary: Do not run in othervm mode. Reviewed-by: darcy, rriggs
-
- 11 9月, 2015 1 次提交
-
-
由 igerasim 提交于
Summary: Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115. Reviewed-by: chegar
-
- 05 9月, 2014 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 25 11月, 2015 1 次提交
-
-
由 igerasim 提交于
Summary: Do not run in othervm mode. Reviewed-by: darcy, rriggs
-
- 24 3月, 2014 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 07 5月, 2014 2 次提交
- 21 1月, 2014 1 次提交
-
-
由 alanb 提交于
8032220: Files.createDirectories throws exception with confusing message for root directories that exist Reviewed-by: chegar
-
- 18 1月, 2014 1 次提交
-
-
由 simonis 提交于
Reviewed-by: alanb Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com
-
- 27 12月, 2013 1 次提交
-
-
由 lana 提交于
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
-
- 22 11月, 2013 1 次提交
-
-
由 dxu 提交于
Reviewed-by: alanb
-
- 14 11月, 2013 1 次提交
-
-
由 alanb 提交于
8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission Reviewed-by: mchung, martin, chegar
-
- 18 10月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: psandoz
-
- 12 10月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: psandoz, henryjen
-
- 08 10月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 10 9月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
-
- 26 8月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
-
- 04 9月, 2013 1 次提交
-
-
由 henryjen 提交于
8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification 8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed Summary: BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream Reviewed-by: alanb, mduigou, psandoz Contributed-by: brian.goetz@oracle.com
-
- 29 7月, 2013 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: alanb, chegar, martin, rriggs
-
- 12 6月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: psandoz, briangoetz, mduigou, plevart
-
- 04 6月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: henry.jen@oracle.com
-
- 10 5月, 2013 2 次提交
- 01 5月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, tbell
-
- 23 4月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 18 4月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 13 4月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: added the toInstant()/from(Instant) to FileTime Reviewed-by: alanb
-
- 02 3月, 2013 1 次提交
-
-
由 dxu 提交于
Summary: Fix test failures and update java doc of Files.move Reviewed-by: alanb, chegar
-
- 19 1月, 2013 1 次提交
-
-
由 alanb 提交于
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision Reviewed-by: chegar
-
- 11 1月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar
-
- 13 12月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar, alanb Contributed-by: NMark Sheppard <mark.sheppard@oracle.com>
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 28 9月, 2012 1 次提交
-
-
由 dxu 提交于
Reviewed-by: alanb
-
- 19 8月, 2012 1 次提交
-
-
由 alanb 提交于
7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11] Reviewed-by: chegar
-
- 20 7月, 2012 1 次提交
-
-
由 sherman 提交于
7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X Summary: to support Unicode nfd/nfc file path on Macos Reviewed-by: alanb
-
- 01 5月, 2012 1 次提交
-
-
由 alanb 提交于
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11] Reviewed-by: chegar
-
- 17 4月, 2012 1 次提交
-
-
由 jmelvin 提交于
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
-
- 12 3月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, dholmes
-
- 07 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-