2019-04-05 |
alanb |
Expand test coverage of Timeouts test
niosocketimpl-branch
|
changeset |
files
|
2019-04-04 |
alanb |
Remove support for accepting connection with foreign impls
niosocketimpl-branch
|
changeset |
files
|
2019-04-03 |
ssadetsky |
8221876:[macOS] JPackage install takes long time
JDK-8200758-branch
|
changeset |
files
|
2019-04-03 |
ssadetsky |
8208652: JPackageCreateInstallerFileAssociationsTest.java fails on Mac.
JDK-8200758-branch
|
changeset |
files
|
2019-04-03 |
alanb |
Move NativeThread.current() change to patch file
niosocketimpl-branch
|
changeset |
files
|
2019-04-02 |
jlahoda |
Adding support for modifiers.
jlahoda-tree-builder
|
changeset |
files
|
2019-04-02 |
alanb |
Adjust timeout when several threads are doing timed accepts at around the same time
niosocketimpl-branch
|
changeset |
files
|
2019-04-01 |
jlahoda |
Adding ability to supply code as text instead of Trees on some places.
jlahoda-tree-builder
|
changeset |
files
|
2019-04-01 |
jlahoda |
Adding basic support for method bodies.
jlahoda-tree-builder
|
changeset |
files
|
2019-03-29 |
jlahoda |
Experimenting with types modelling.
jlahoda-tree-builder
|
changeset |
files
|
2019-03-28 |
jlahoda |
Adding a prototype of CodeBuilder to build a sequence of TreeBuilder calls to construct a given AST.
jlahoda-tree-builder
|
changeset |
files
|
2019-03-31 |
alanb |
Cleanup
niosocketimpl-branch
|
changeset |
files
|
2019-03-30 |
alanb |
Merge
niosocketimpl-branch
|
changeset |
files
|
2019-03-28 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-03-28 |
herrick |
8221582: Rename jvm-args option to java-options
JDK-8200758-branch
|
changeset |
files
|
2019-03-28 |
ssadetsky |
8215241: Permissions are not set correctly on sub-folders in /Applications
JDK-8200758-branch
|
changeset |
files
|
2019-03-27 |
herrick |
8221565: Linux build broken after merge with default branch
JDK-8200758-branch
|
changeset |
files
|
2019-03-27 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-03-27 |
herrick |
JDK-8221525: jpackage fails with non-ASCII characters in --copyright
JDK-8200758-branch
|
changeset |
files
|
2019-03-26 |
herrick |
8221256: Fix create-installer specific options on MAC
JDK-8200758-branch
|
changeset |
files
|
2019-03-26 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-03-26 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-03-26 |
herrick |
8215019: Allow --install-dir on windows
JDK-8200758-branch
|
changeset |
files
|
2019-03-26 |
herrick |
8221101: Update JNLPConverter to support latest jpackage CLI changes
JDK-8200758-branch
|
changeset |
files
|
2019-03-23 |
alanb |
Improve handling of async close during connect and other cleanups
niosocketimpl-branch
|
changeset |
files
|
2019-03-22 |
alanb |
Update ProblemList with the JBS issue for EvilInstrument
niosocketimpl-branch
|
changeset |
files
|
2019-03-22 |
alanb |
Align comment in Timeouts test with upstream
niosocketimpl-branch
|
changeset |
files
|
2019-03-22 |
alanb |
Merge
niosocketimpl-branch
|
changeset |
files
|
2019-03-21 |
alanb |
Merge
niosocketimpl-branch
|
changeset |
files
|
2019-03-21 |
herrick |
8220804: Help message for @ argfile option is printed in the wrong place
JDK-8200758-branch
|
changeset |
files
|
2019-03-21 |
alanb |
Add @systemProperty ref to system property to configure old impl
niosocketimpl-branch
|
changeset |
files
|
2019-03-20 |
alanb |
More cleanup of connection reset
niosocketimpl-branch
|
changeset |
files
|
2019-03-19 |
goetz |
8221077: No NullPointerException message if top frame is hidden.
JEP-8220715-NPE_messages
|
changeset |
files
|
2019-03-19 |
goetz |
amend 8218628: Better message text
JEP-8220715-NPE_messages
|
changeset |
files
|
2019-02-08 |
goetz |
8218628: Add detailed message to NullPointerException describing what is null.
JEP-8220715-NPE_messages
|
changeset |
files
|
2019-03-18 |
alanb |
More improvements to connection reset handling
niosocketimpl-branch
|
changeset |
files
|
2019-03-18 |
herrick |
8220264: msi installer does not remove some files if app installed into non-default location
JDK-8200758-branch
|
changeset |
files
|
2019-03-16 |
alanb |
Merge
niosocketimpl-branch
|
changeset |
files
|
2019-03-15 |
jlahoda |
A first very crude experiment on a tree builder for javac.
jlahoda-tree-builder
|
changeset |
files
|
2019-03-15 |
jlahoda |
Initial changes for jlahoda-tree-builder
jlahoda-tree-builder
|
changeset |
files
|
2019-03-13 |
herrick |
8220616: test failures on linux, mac
JDK-8200758-branch
|
changeset |
files
|
2019-03-13 |
herrick |
Typo
JDK-8200758-branch
|
changeset |
files
|
2019-03-13 |
herrick |
Merge error from JDK-8220505
JDK-8200758-branch
|
changeset |
files
|
2019-03-13 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-03-13 |
herrick |
8220505: Allow building available installers when --installer-type not specified
JDK-8200758-branch
|
changeset |
files
|
2019-03-12 |
alanb |
More cleanup of ServerSocket.accept
niosocketimpl-branch
|
changeset |
files
|
2019-03-12 |
herrick |
8171959: add-launcher is not working when normal jar is used for first launcher and module is used for second launcher
JDK-8200758-branch
|
changeset |
files
|
2019-03-12 |
herrick |
8220471: two test fixes missed in push.
JDK-8200758-branch
|
changeset |
files
|
2019-03-11 |
herrick |
8219679: Help text changes in jpackage
JDK-8200758-branch
|
changeset |
files
|
2019-03-11 |
herrick |
8219678: CLI changes in jpackage
JDK-8200758-branch
|
changeset |
files
|
2019-03-11 |
herrick |
8215574: Investigate and document usage of --category, --copyright, --vendor and --description
JDK-8200758-branch
|
changeset |
files
|
2019-03-11 |
herrick |
8214566: --win-dir-chooser does not prompt if destination folder is not empty
JDK-8200758-branch
|
changeset |
files
|
2019-03-11 |
herrick |
Merge
JDK-8200758-branch
|
changeset |
files
|
2019-03-11 |
alanb |
Disallow mixing of platform and custom SocketImpls
niosocketimpl-branch
|
changeset |
files
|
2019-03-11 |
jdv |
Merge
metal-prototype-branch
|
changeset |
files
|
2019-03-09 |
alanb |
Merge
niosocketimpl-branch
|
changeset |
files
|
2019-03-09 |
alanb |
Merge
niosocketimpl-branch
|
changeset |
files
|
2019-03-09 |
alanb |
Add comments and reorg testServerSocketAccept tests
niosocketimpl-branch
|
changeset |
files
|
2019-03-08 |
jdv |
Merge
metal-prototype-branch
|
changeset |
files
|
2019-03-06 |
stuefe |
stathist: Fix issue which caused RSS details not to be shown even if available.
stuefe-statistical-history
|
changeset |
files
|