katleman [Thu, 09 Jul 2015 13:49:35 -0700] rev 31552
Added tag jdk9-b72 for changeset 8ebacfaf4ba6
duke [Wed, 05 Jul 2017 20:41:16 +0200] rev 31551
Merge
lana [Thu, 09 Jul 2015 16:38:22 -0700] rev 31550
Merge
sundar [Wed, 08 Jul 2015 17:28:08 +0530] rev 31549
8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
Reviewed-by: hannesw, jlaskey, mhaupt
sundar [Tue, 07 Jul 2015 18:33:24 +0530] rev 31548
8130663: 6 fields can be static fields in Global class
Reviewed-by: hannesw, attila
sundar [Mon, 06 Jul 2015 15:59:55 +0530] rev 31547
8130476: Remove unused methods in Global.java
Reviewed-by: hannesw, attila
sundar [Fri, 03 Jul 2015 18:41:58 +0530] rev 31546
8130424: if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
Reviewed-by: attila, lagergren, hannesw
katleman [Thu, 09 Jul 2015 13:49:41 -0700] rev 31545
Added tag jdk9-b72 for changeset 93250cfbfa54
duke [Wed, 05 Jul 2017 20:41:12 +0200] rev 31544
Merge
katleman [Thu, 09 Jul 2015 13:49:32 -0700] rev 31543
Added tag jdk9-b72 for changeset 423e8a18b960
duke [Wed, 05 Jul 2017 20:41:09 +0200] rev 31542
Merge
lana [Thu, 09 Jul 2015 16:37:55 -0700] rev 31541
Merge
martin [Mon, 29 Jun 2015 15:02:35 -0700] rev 31540
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
Summary: return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
rriggs [Thu, 09 Jul 2015 09:55:36 -0400] rev 31539
8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
Summary: Correct javachild to spin until cputime increases by amount; cleanup InfoTest
Reviewed-by: darcy
igerasim [Thu, 09 Jul 2015 10:37:07 +0300] rev 31538
8130022: Use Java-style array declarations consistently
Reviewed-by: coffeys
rriggs [Wed, 08 Jul 2015 21:54:32 -0400] rev 31537
8130296: [TESTBUG] java/lang/ProcessHandle/OnExitTest - Unaccounted for children expected [0] but found [1]
Summary: Ignore extra processes that are not created by the test and cleanup any remaining child processes
Reviewed-by: darcy
xuelei [Wed, 08 Jul 2015 23:52:15 +0000] rev 31536
8130460: Increase the stability of DTLS test CipherSuite.java
Reviewed-by: wetmore
redestad [Wed, 08 Jul 2015 16:04:42 +0200] rev 31535
8081589: Output of -XX:+TraceClassLoadingPreorder in JDK9 incompatible with MakeClasslist tool
Reviewed-by: iklam, hseigel
dfuchs [Wed, 08 Jul 2015 11:58:14 +0200] rev 31534
8130649: java/util/logging/LoggingDeadlock2.java times out
Summary: added additional traces and thread dump diagnosis for the child process
Reviewed-by: lancea
weijun [Wed, 08 Jul 2015 17:30:38 +0800] rev 31533
8130720: BadKDC1 failed again
Reviewed-by: xuelei
rriggs [Tue, 07 Jul 2015 21:25:05 -0400] rev 31532
8085981: java/lang/ProcessHandle/OnExitTest.java: AssertionError: Child onExit not called
Summary: a race condition caused an erroneous fault
Reviewed-by: darcy
rriggs [Tue, 07 Jul 2015 16:54:52 -0400] rev 31531
8085980: java/lang/ProcessHandle/TreeTest.java: AssertionError: Wrong number of spawned children expected [1] but found [2]
Summary: Modify to expect only the spawned children; enhance debug output
Reviewed-by: darcy
jlahoda [Tue, 07 Jul 2015 13:17:53 +0200] rev 31530
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
asmotrak [Fri, 03 Jul 2015 08:00:33 +0100] rev 31529
8129444: socksProxyVersion system property ignored for Socket(Proxy)
Reviewed-by: chegar
katleman [Thu, 09 Jul 2015 13:49:36 -0700] rev 31528
Added tag jdk9-b72 for changeset a006a766c8c9
duke [Wed, 05 Jul 2017 20:41:05 +0200] rev 31527
Merge
lana [Thu, 09 Jul 2015 16:37:15 -0700] rev 31526
Merge
amurillo [Tue, 07 Jul 2015 10:37:28 -0700] rev 31525
Merge
amurillo [Thu, 02 Jul 2015 14:12:07 -0700] rev 31524
Merge
thartmann [Wed, 01 Jul 2015 09:15:34 +0200] rev 31523
Merge
thartmann [Wed, 01 Jul 2015 09:07:10 +0200] rev 31522
8129937: compiler/codecache/jmx/UsageThresholdIncreasedTest.java fails with "Usage threshold was hit"
Summary: Tests should not assume that usage of non-profiled code heap is predictable.
Reviewed-by: kvn, dpochepk
iveresov [Tue, 30 Jun 2015 14:44:53 -0700] rev 31521
8079775: Java 9-fastdebug ia32 Error: Unimplemented with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
8079062: Java 9-fastdebug crash(hit assertion) with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
Summary: Revive stack walk compilation policy
Reviewed-by: kvn
kvn [Tue, 30 Jun 2015 12:12:18 -0700] rev 31520
8129893: 8129094 fix is incomplete
Summary: move old and add new primitive type check.
Reviewed-by: iveresov
vlivanov [Mon, 15 Jun 2015 15:27:04 +0300] rev 31519
8087218: Constant fold loads from final instance fields in VM anonymous classes
Reviewed-by: jrose, rbackman
skovalev [Wed, 17 Jun 2015 16:22:38 +0300] rev 31518
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
Reviewed-by: dholmes, vlivanov
enevill [Thu, 25 Jun 2015 13:41:29 +0000] rev 31517
8129426: aarch64: add support for PopCount in C2
Summary: Add support for PopCount using SIMD cnt and addv inst
Reviewed-by: kvn, aph
Contributed-by: alexander.alexeev@caviumnetworks.com
enevill [Thu, 25 Jun 2015 08:52:12 +0000] rev 31516
8086087: aarch64: add support for 64 bit vectors
Summary: Support 64 bit vectors
Reviewed-by: kvn, aph
kvn [Mon, 29 Jun 2015 00:10:01 -0700] rev 31515
8073583: C2 support for CRC32C on SPARC
Reviewed-by: jrose, kvn
Contributed-by: james.cheng@oracle.com
katleman [Thu, 09 Jul 2015 13:49:32 -0700] rev 31514
Added tag jdk9-b72 for changeset 02be96db190a
lana [Thu, 09 Jul 2015 16:36:38 -0700] rev 31513
Merge
jlahoda [Tue, 07 Jul 2015 13:17:52 +0200] rev 31512
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
katleman [Thu, 09 Jul 2015 13:49:31 -0700] rev 31511
Added tag jdk9-b72 for changeset 7dd7a38425a8
duke [Wed, 05 Jul 2017 20:40:53 +0200] rev 31510
Added tag jdk9-b72 for changeset 61d2d0629b6d
duke [Wed, 05 Jul 2017 20:40:53 +0200] rev 31509
Merge
duke [Wed, 05 Jul 2017 20:40:50 +0200] rev 31508
Merge
lana [Thu, 02 Jul 2015 16:08:17 -0700] rev 31507
Merge
jlahoda [Wed, 01 Jul 2015 09:51:48 +0200] rev 31506
8072480: javac should support compilation for a specific platform version
Summary: Adding a new javac option for compiling for JDK N: -release N; including history data for previous version of JDK.
Reviewed-by: erikj, ihse, jjg, mcimadamore, mr
Contributed-by: jan.lahoda@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com
jlahoda [Wed, 01 Jul 2015 09:51:47 +0200] rev 31505
8080675: Enhance the classfile library to support construction of classfiles from scratch
Reviewed-by: jjg
katleman [Thu, 02 Jul 2015 08:54:04 -0700] rev 31504
Added tag jdk9-b71 for changeset cf6355e77564
duke [Wed, 05 Jul 2017 20:40:45 +0200] rev 31503
Merge
lana [Thu, 02 Jul 2015 16:09:51 -0700] rev 31502
Merge
avstepan [Thu, 02 Jul 2015 18:04:32 +0400] rev 31501
8130247: fix some new tidy warnings from jaxws and CORBA
Summary: minor docs cleanup
Reviewed-by: darcy
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31500
Added tag jdk9-b71 for changeset 9b8258eb95a9
duke [Wed, 05 Jul 2017 20:40:41 +0200] rev 31499
Merge
lana [Thu, 02 Jul 2015 16:07:57 -0700] rev 31498
Merge
dfuchs [Tue, 30 Jun 2015 12:04:27 +0200] rev 31497
8130051: Cleanup usage of reflection in jaxp
Summary: replaced usage of reflection with direct access where possible, removed obsolete code where possible.
Reviewed-by: joehw
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31496
Added tag jdk9-b71 for changeset 976a2f96dbcc
duke [Wed, 05 Jul 2017 20:40:38 +0200] rev 31495
Merge
lana [Thu, 02 Jul 2015 16:09:43 -0700] rev 31494
Merge
sundar [Thu, 02 Jul 2015 19:02:28 +0530] rev 31493
8130317: "ant test" fails to complete on Windows when run under cygwin shell
Reviewed-by: lagergren, attila