lana [Thu, 18 Dec 2014 19:57:47 -0800] rev 28002
Added tag jdk9-b43 for changeset 2d5bf96c8f17
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28001
Added tag jdk9-b43 for changeset 6494b13f88a8
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28000
Merge
duke [Wed, 05 Jul 2017 20:11:04 +0200] rev 27999
Merge
lana [Thu, 11 Dec 2014 12:26:42 -0800] rev 27998
Merge
aeremeev [Wed, 10 Dec 2014 21:45:39 +0200] rev 27997
8065360: Implement a test that checks possibilty of class members to be imported
Reviewed-by: jlahoda, anazarov
mcimadamore [Tue, 09 Dec 2014 17:40:02 +0000] rev 27996
8067006: Tweak IntelliJ langtools project to show jtreg report directory
Summary: Jtreg test output directory should be allowed to flow into IntelliJ's output
Reviewed-by: jlahoda
mcimadamore [Tue, 09 Dec 2014 16:09:07 +0000] rev 27995
8067001: DetectMutableStaticFields fails after modular images push
Summary: Ignore JRTIndex.sharedInstance
Reviewed-by: jlahoda
aeremeev [Tue, 09 Dec 2014 11:45:38 +0100] rev 27994
8066961: NegativeCyclicDependencyTest.java fails on Windows
Summary: Normalizing line endings to '\n'.
Reviewed-by: jlahoda
aeremeev [Tue, 09 Dec 2014 01:06:11 +0200] rev 27993
8064794: Implement negative tests for cyclic dependencies in import statements
Reviewed-by: jlahoda, anazarov
jlahoda [Mon, 08 Dec 2014 21:26:04 +0100] rev 27992
8066902: JavacParserTest fails on Windows
Summary: Normalizing line endings to '\n'.
Reviewed-by: jjg, ksrini
jlahoda [Mon, 08 Dec 2014 18:02:07 +0100] rev 27991
8061549: Disallow _ as a one-character identifier
Summary: Underscore is no longer a one-charater identifier with -source 9
Reviewed-by: mcimadamore, jjg
mcimadamore [Mon, 08 Dec 2014 16:30:43 +0000] rev 27990
8066889: IntelliJ langtools launcher ought to be Windows friendly
Summary: Fixup file and path separators in project setup stage.
Reviewed-by: jlahoda
jlahoda [Mon, 08 Dec 2014 11:50:19 +0100] rev 27989
8065753: javac crashing on a html-like file
Summary: Avoiding special-case in error recovery for bad token on position 0.
Reviewed-by: jjg
jjg [Thu, 04 Dec 2014 19:09:29 -0800] rev 27988
8066737: langtools/test/tools/javac/processing/6348193/T6348193.java fails
Reviewed-by: darcy
katleman [Thu, 11 Dec 2014 11:44:07 -0800] rev 27987
Added tag jdk9-b42 for changeset a48998a1fc72
duke [Wed, 05 Jul 2017 20:11:00 +0200] rev 27986
Merge
katleman [Thu, 11 Dec 2014 11:44:03 -0800] rev 27985
Added tag jdk9-b42 for changeset f65d79186283
duke [Wed, 05 Jul 2017 20:10:57 +0200] rev 27984
Merge
joehw [Thu, 11 Dec 2014 13:08:14 -0800] rev 27983
8051536: Convert JAXP function tests: javax.xml.parsers to jtreg(testng) tests
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
lana [Thu, 11 Dec 2014 12:27:55 -0800] rev 27982
Merge
joehw [Wed, 10 Dec 2014 16:38:01 -0800] rev 27981
8067183: TEST_BUG:File locked when processing the cleanup on test jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/TransformerFactoryTest.java
Reviewed-by: joehw
Contributed-by: tristan.yan@oracle.com
katleman [Thu, 11 Dec 2014 11:44:02 -0800] rev 27980
Added tag jdk9-b42 for changeset 0a96e0cdbae5
duke [Wed, 05 Jul 2017 20:10:53 +0200] rev 27979
Merge
lana [Thu, 11 Dec 2014 12:26:56 -0800] rev 27978
Merge
hannesw [Thu, 11 Dec 2014 19:15:47 +0100] rev 27977
8067219: NPE in ScriptObject.clone() when running with object fields
Reviewed-by: attila, lagergren
hannesw [Thu, 11 Dec 2014 15:39:58 +0100] rev 27976
8066669: dust.js performance regression caused by primitive field conversion
Reviewed-by: attila, sundar
hannesw [Thu, 11 Dec 2014 12:01:17 +0100] rev 27975
8066932: __noSuchMethod__ binds to this-object without proper guard
Reviewed-by: attila, lagergren
attila [Wed, 10 Dec 2014 18:28:41 +0100] rev 27974
8066221: anonymous function statement name clashes with another symbol
Reviewed-by: lagergren, sundar
sundar [Wed, 10 Dec 2014 19:42:01 +0530] rev 27973
8067136: BrowserJSObjectLinker does not handle call on JSObjects
Reviewed-by: attila, hannesw, lagergren
attila [Wed, 10 Dec 2014 12:30:48 +0100] rev 27972
8066236: RuntimeNode forces copy creation on visitation
Reviewed-by: hannesw, lagergren
attila [Wed, 10 Dec 2014 11:55:25 +0100] rev 27971
8066224: fixes for folding a constant-test ternary operator
Reviewed-by: hannesw, lagergren
attila [Wed, 10 Dec 2014 11:55:04 +0100] rev 27970
8066225: NPE in MethodEmitter with duplicate integer switch cases
Reviewed-by: hannesw, lagergren
attila [Mon, 08 Dec 2014 15:14:11 +0100] rev 27969
8066227: CodeGenerator load unitialized slot
Reviewed-by: hannesw, lagergren
attila [Mon, 08 Dec 2014 15:13:16 +0100] rev 27968
8066230: Undefined object type assertion when computing TypeBounds
Reviewed-by: hannesw, lagergren
sundar [Fri, 05 Dec 2014 20:17:51 +0530] rev 27967
8066777: OptimisticTypesPersistence.java should use Files.readAllBytes instead of getting size and then read
Reviewed-by: attila, lagergren
Contributed-by: paul.sandoz@oracle.com
sundar [Fri, 05 Dec 2014 19:01:26 +0530] rev 27966
8066753: OptimisticTypePersistence.java should work properly with "jrt" URL
Reviewed-by: lagergren, attila
sundar [Fri, 05 Dec 2014 14:35:00 +0530] rev 27965
8066749: jdk9-dev/nashorn ant build fails with jdk9 modular image build as JAVA_HOME
Reviewed-by: lagergren, hannesw
katleman [Thu, 11 Dec 2014 11:44:07 -0800] rev 27964
Added tag jdk9-b42 for changeset 5e4ae56d68ac
duke [Wed, 05 Jul 2017 20:10:48 +0200] rev 27963
Merge
katleman [Thu, 11 Dec 2014 11:44:00 -0800] rev 27962
Added tag jdk9-b42 for changeset b4926bbdbad8
duke [Wed, 05 Jul 2017 20:10:44 +0200] rev 27961
Merge
lana [Thu, 11 Dec 2014 12:27:27 -0800] rev 27960
Merge
dsamersoff [Thu, 11 Dec 2014 06:49:12 -0800] rev 27959
8067030: JDWP crash in transport_startTransport on OOM
Summary: Check for result of jvmtiAllocate
Reviewed-by: jbachorik, sspitsyn
kshefov [Thu, 11 Dec 2014 15:10:35 +0300] rev 27958
8066798: [TEST] Make java/lang/invoke/LFCaching tests use lib/testlibrary/jdk/testlibrary/TimeLimitedRunner.java to define their number of iterations
Reviewed-by: iignatyev, vlivanov
weijun [Thu, 11 Dec 2014 15:23:02 +0800] rev 27957
8055723: Replace concat String to append in StringBuilder parameters (dev)
Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb
Contributed-by: Otavio Santana <otaviojava@java.net>
sherman [Wed, 10 Dec 2014 14:15:31 -0800] rev 27956
Merge
sherman [Wed, 10 Dec 2014 14:11:05 -0800] rev 27955
8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
Summary: to update the java doc to clarify the existing behavior
Reviewed-by: lancea
cjplummer [Fri, 05 Dec 2014 15:44:01 -0800] rev 27954
8066507: JPRT is not capable of running jtreg tests located jdk/test
Summary: Fixed by copying same fix already in place in hotspot/test/Makefile.
Reviewed-by: dholmes, tbell
simonis [Wed, 10 Dec 2014 18:31:24 +0100] rev 27953
8066589: Make importing sa-jdi.jar optional on its existance
Summary: Also fix the location where libjli_static.a is loaded from on AIX
Reviewed-by: erikj, dsamersoff
alanb [Wed, 10 Dec 2014 15:01:26 +0000] rev 27952
8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail
Reviewed-by: chegar
amurillo [Tue, 09 Dec 2014 14:02:53 -0800] rev 27951
Merge
amurillo [Fri, 05 Dec 2014 16:36:08 -0800] rev 27950
Merge
jwilhelm [Mon, 01 Dec 2014 12:08:17 +0100] rev 27949
Merge
jwilhelm [Mon, 24 Nov 2014 20:00:44 +0100] rev 27948
Merge
vlivanov [Tue, 09 Dec 2014 09:22:07 -0800] rev 27947
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
Reviewed-by: jrose, psandoz
weijun [Tue, 09 Dec 2014 18:28:26 +0800] rev 27946
8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes
Reviewed-by: valeriep
erikj [Tue, 09 Dec 2014 08:57:41 +0100] rev 27945
8066761: Investigate -sourcepath usage when compiling java
Summary: Removed all uses of -sourcepath
Reviewed-by: jfranck, alanb, ihse
erikj [Tue, 09 Dec 2014 08:43:06 +0100] rev 27944
8066752: Remove space after -L on linker lines
Reviewed-by: ihse
smarks [Mon, 08 Dec 2014 14:32:31 -0800] rev 27943
8066835: TEST_BUG: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java fails
Reviewed-by: lancea