44 Commits

Author SHA1 Message Date
Xueming Shen
2b73fac982 7023244: (zipfs) langtools CompileTest fails on read-only file system
Replaced checkAccess with Files.isWritable()

Reviewed-by: alanb
2011-03-04 11:35:53 -08:00
Kumar Srinivasan
a5c5bb811d 7023963: (misc) fix diamond anon instances in the jdk
Reviewed-by: alanb, mchung, mcimadamore, dholmes
2011-03-04 09:32:20 -08:00
Lana Steuck
d686419127 Merge 2011-02-23 10:29:15 -08:00
Kelly O'Hair
3157d22a44 Merge 2011-02-15 12:34:23 -08:00
Michael Fang
f39b5bdcbb Merge 2011-02-11 22:57:35 -08:00
Xueming Shen
0e63901156 7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type
Updated newFileSystem() to throw UOE exception for non-zip/jar file

Reviewed-by: alanb
2011-02-11 12:20:45 -08:00
Michael Fang
841872dc4b 7017734: jdk7 message drop 1 translation integration
Reviewed-by: ogino, yhuang
2011-02-10 20:52:39 -08:00
Xueming Shen
50ef3f8522 7017840: (zipfs) test/demo/zipfs/basic.sh needs to be updated due to 7013420
Updated try-with-resourcse usage in test/demo code

Reviewed-by: alanb
2011-02-08 13:30:30 -08:00
Lana Steuck
10439e2650 Merge 2011-02-04 17:29:16 -08:00
Xueming Shen
4f8fd33ba8 7005986: (zipfs) ZipPath.startsWith() fails because of the implementation of getName(index)
Updated starsWith/endsWith to be consistent with default file system

Reviewed-by: alanb
2011-02-04 13:17:30 -08:00
Kelly O'Hair
a70653025c Merge 2011-02-02 09:39:31 -08:00
Xueming Shen
d0c8cd6815 7015391: (zipfs) Update zip provider for 1/2011 changes
7014948: (zipfs) ZipFileSystem.newFileSystem(Path...) should not throw FileSystemAlreadyExistsException
7015139: (zipfs) ZipPath.delete() should throw DirectoryNotEmptyException when handling "real, non-empty" dir

Zip filesystem provider update

Reviewed-by: alanb
2011-02-01 14:20:01 -08:00
Xueming Shen
8bce4225f6 7006576: (zipfs) Path.exists() always returns false on dirs when zip/JAR file built without dirs
7009092: (zipfs) ZipPath.isSameFile() should always return true if this Path and the given Path are equal
7009085: (zipfs) ZipPath.normalize("/./.") returns null
7009102: (zipfs) ZipPath.toRealPath() should always return absolute path

Zip filesystem provider update

Reviewed-by: alanb
2011-01-24 11:47:06 -08:00
Kelly O'Hair
8c64c68089 Merge 2011-01-16 12:10:18 -08:00
Kelly O'Hair
d7cd379d57 6950375: Remove msvcrt.dll from the Windows JRE bundles
Reviewed-by: prr
2011-01-14 14:04:54 -08:00
Lana Steuck
fb91d40572 Merge 2011-01-04 17:05:38 -08:00
Kelly O'Hair
6b6a611c8e 6962318: Update copyright year
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Steve Poole
7baef5d619 6927816: Demo crash in heaptracker with Non-Sun JDK due to possible violation of JNI spec
Reviewed-by: ohair, alanb
2010-12-15 09:15:20 +00:00
Lana Steuck
612fdb2793 Merge 2010-12-12 15:28:57 -08:00
Xueming Shen
9610d3c130 6989148: (fs) zip provider should be available "out of the box"
Zip filesystem provider update, add zipfs.jar into ext dir

Reviewed-by: alanb
2010-12-06 13:18:16 -08:00
Lana Steuck
4e8893f874 Merge 2010-11-30 14:50:04 -08:00
Lana Steuck
ea699691c2 Merge 2010-11-30 14:49:26 -08:00
Dmitry Cherepanov
a38572f3de 6561353: The text for J2SE NervousText demo should be updated to 7.0
Reviewed-by: art
2010-11-26 11:27:00 +03:00
Jennifer Godinez
35e7f8d2a7 6689925: Add transform attributes to the rendering tests in J2DBench
Reviewed-by: flar, prr
2010-11-18 14:44:44 -08:00
Xueming Shen
d581e4f434 6994145: (zipfs) README should be updated
6994161: (zipfs) newFileSystem method should FileSystemAlreadyExistsException
6994152: (zipfs) copyTo ignores COPY_ATTRIBUTES option

Zipfile update

Reviewed-by: alanb
2010-11-15 09:26:49 -08:00
Xueming Shen
2d526410d4 6990846: Demo: NIO.2 filesystem provider for zip/jar archives
The first drop of the zip filesystem provider, as a separate demo

Reviewed-by: alanb
2010-10-08 21:33:28 -07:00
Martin Buchholz
e267adc80a 6960394: Stop linking with -lnsl on Linux
Define LIBNSL (like LIBSOCKET), non-empty only on Solaris

Reviewed-by: ohair
2010-06-10 15:54:25 -07:00
Kelly O'Hair
fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Vasanth Venkatachalam
688eab1157 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.

Reviewed-by: never, ohair, tbell, tdeneau
2010-01-20 12:09:31 -07:00
Alan Bateman
8f7bc9c9f3 6529758: JVMTI Waiters demo crashes. Double free
Reviewed-by: ohair, tbell
2009-09-14 15:29:13 +01:00
Xiomara Jayasena
e0c1d51604 6862919: Update copyright year
Update copyright for files that have been modified in 2009, up to 07/09

Reviewed-by: tbell, ohair
2009-07-28 12:12:54 -07:00
Yong Jeffrey Huang
800a49f4a0 Merge 2009-07-26 19:51:05 -07:00
Tim Bell
a2d17d381e Merge 2009-07-13 23:58:49 -07:00
Kelly O'Hair
64697c3e7a 6855551: java -Xrunhprof crashes when running with classes compiled with targed=7
Reviewed-by: tbell, dcubed
2009-07-08 09:12:17 -07:00
Yuri Nesterenko
5e24ed1624 Merge 2009-07-07 23:12:36 -07:00
Yong Jeffrey Huang
521bc9973e 6606396: Notepad and Stylepad demos don't run in Japanese locale
Reviewed-by: peytoia, ogino
2009-07-02 20:17:59 -07:00
Yuka Kamiya
f2d770bf73 6855715: Font2Dtest demo needs to be updated to support Unicode 5.1.0
Reviewed-by: okutsu
2009-06-30 09:38:16 +09:00
Kelly O'Hair
4f6bc0cc73 6855180: Fix classfile version check in java_crw_demo
Reviewed-by: jjg
2009-06-26 21:52:47 -07:00
Lana Steuck
579cc2111a Merge 2008-10-20 11:52:47 -07:00
Xiomara Jayasena
6e86513c3a 6754988: Update copyright year
Update for files that have been modified starting July 2008

Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
Dmitri Trembovetski
bef3a59d4c 6739267: D3D/OGL: add missing ThreeByteBgr to texture upload blit loop
Reviewed-by: campbell, flar
2008-08-28 11:27:14 -07:00
Kelly O'Hair
44b60b7c42 6725543: Compiler warnings in serviceability native code
Reviewed-by: alanb
2008-07-24 14:03:16 -07:00
Kelly O'Hair
ba11a6a5e6 6627817: Remove ^M characters in all files (Makefiles too)
Some files included the use of the ^M character, which has been deleted.

Reviewed-by: xdono
2008-03-25 14:40:43 -07:00
J. Duke
319a3b9947 Initial load 2007-12-01 00:00:00 +00:00