Fri, 10 Jul 2015 16:40:12 +0100 |
prappo |
8064925: URLConnection::getContent needs to be updated to work with modules |
Fri, 24 Jul 2015 13:49:01 +0100 |
alanb |
Update -XaddExports usages in .java tests |
Fri, 24 Jul 2015 12:57:47 +0100 |
alanb |
Add Layer.modules() |
Fri, 24 Jul 2015 09:51:18 +0100 |
chegar |
jmod: fix incorrect modulepath help description |
Fri, 24 Jul 2015 09:26:06 +0100 |
alanb |
Update @implNote on using getSystemClassLoader during startup |
Fri, 24 Jul 2015 08:57:05 +0100 |
alanb |
Update jdk/jigsaw tests to invoke javac -XaddExports with = |
Thu, 23 Jul 2015 17:22:08 +0100 |
alanb |
jlink tests on longer compile |
Thu, 23 Jul 2015 15:28:34 +0100 |
alanb |
jdk/internal/jline/KeyConversionTest.java failing on Windows |
Thu, 23 Jul 2015 15:37:01 +0100 |
chegar |
Rewrite jmod to use JOpt Simple |
Thu, 23 Jul 2015 15:14:09 +0100 |
alanb |
Improve test cover for automatic modules |
Wed, 22 Jul 2015 17:04:22 +0100 |
alanb |
Re-enable ModuleDescriptor.read tests |
Wed, 22 Jul 2015 14:55:54 +0100 |
alanb |
Add ClassFormatException and FindException |
Wed, 22 Jul 2015 13:48:20 +0100 |
alanb |
jdk.hprof.agent needs to export com.sun.demo.jvmti.hprof |
Wed, 22 Jul 2015 10:24:52 +0100 |
alanb |
Add bug references to jdk.* APIs exported by java.base |
Tue, 21 Jul 2015 17:02:58 +0100 |
chegar |
Rename package: jdk.joptsimple to jdk.internal.joptsimple (similar to the jline module and package structure) |
Tue, 21 Jul 2015 15:09:17 +0200 |
jfdenise |
Fix for test running on exploded jdk. |
Tue, 21 Jul 2015 13:48:18 +0100 |
alanb |
Un-exclude NativeMethodPrefixAgent.java |
Tue, 21 Jul 2015 13:16:27 +0100 |
alanb |
LambdaMetafactory not acessible to public lookup during startup |
Tue, 21 Jul 2015 08:50:28 +0100 |
alanb |
Fix copyright header on tests |
Tue, 21 Jul 2015 08:45:18 +0100 |
alanb |
Change ModuleDescriptor.Builder to throw ISE rather than IAE when component |
Tue, 21 Jul 2015 09:43:42 +0200 |
jfdenise |
jlink, new set of tests |
Mon, 13 Jul 2015 14:05:17 +0100 |
jfdenise |
8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements |
Mon, 20 Jul 2015 14:29:14 +0100 |
alanb |
Add javadoc to Provides methods |
Mon, 20 Jul 2015 13:43:05 +0100 |
alanb |
Move sun.misc.ClassLoaders and friends to jdk.internal.misc |
Mon, 20 Jul 2015 14:56:51 +0200 |
jfdenise |
ZIP alone for compression level 1.Filtering patterns in a file and command line,idem for sorting. Resource filtering, concatenate patterns instead of iterating. 10x faster than current implementation. Generalise Predicate usage, get us some reusability and extensibility. |
Mon, 20 Jul 2015 14:52:41 +0200 |
jfdenise |
Reworked ImageBuilder API. Removed proto copy-files by a Plugin to copy files/dirs from various locations. |
Sat, 18 Jul 2015 11:33:57 -0700 |
prr |
8081625: Re-examine Image I/O use of ResourceBundle.getBundle |
Sat, 18 Jul 2015 07:24:11 +0100 |
alanb |
Exports#targets has javadoc left over from an early round |
Fri, 17 Jul 2015 21:12:37 +0100 |
alanb |
Update policytool to use addReads when instantiating custom permissions |
Fri, 17 Jul 2015 19:45:14 +0200 |
jfdenise |
Replace raw Exception dump by exception message + usage |