okutsu [Fri, 02 Oct 2015 13:21:46 +0900] rev 32851
8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
Reviewed-by: naoto
ksrini [Tue, 22 Sep 2015 11:50:40 -0700] rev 32850
8073187: Unexpected side effect in Pack200
Reviewed-by: jrose, sherman
lancea [Thu, 01 Oct 2015 09:59:16 -0400] rev 32849
8134426: Add serialVersionUID field to relevant javax.transaction classes
Reviewed-by: joehw, alanb
erikj [Thu, 01 Oct 2015 09:45:47 +0200] rev 32848
8138636: bootcycle-images build fails
Reviewed-by: alanb
okutsu [Thu, 01 Oct 2015 15:16:35 +0900] rev 32847
8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
Reviewed-by: peytoia, okutsu
Contributed-by: Naveen Kumar <naveen.ah.kumar@oracle.com>
robm [Thu, 01 Oct 2015 00:13:09 +0100] rev 32846
8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
Reviewed-by: igerasim, rriggs, christos
robm [Thu, 01 Oct 2015 00:09:51 +0100] rev 32845
8135305: InetAddress.isReachable reports true when loopback interface is specified
Reviewed-by: michaelm
darcy [Wed, 30 Sep 2015 15:25:29 -0700] rev 32844
8136874: Bug in port of fdlibm pow to Java
Reviewed-by: bpb
rriggs [Wed, 30 Sep 2015 12:33:08 -0400] rev 32843
8137313: TreeTest.java intermittently fails with a timeout
Summary: Enhance debugging information
Reviewed-by: chegar, darcy
asmotrak [Wed, 30 Sep 2015 15:30:50 +0300] rev 32842
8137174: NTLM impl should use doPrivileged when it reads system properties
Reviewed-by: chegar
dfuchs [Wed, 30 Sep 2015 11:17:32 +0200] rev 32841
8137289: java/util/logging/DrainFindDeadlockTest.java hangs
Summary: removed timeout=10 from @run command line. added new debug traces.
Reviewed-by: chegar, mchung
sundar [Wed, 30 Sep 2015 12:48:32 +0530] rev 32840
8137320: jjs should support @argfile to pass command line arguments from a file
Reviewed-by: attila, hannesw, henryjen
dfuchs [Tue, 29 Sep 2015 19:50:56 +0200] rev 32839
8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
Contributed-by: vyom.tewari@oracle.com
dl [Tue, 29 Sep 2015 16:44:29 +0100] rev 32838
8134854: Bulk integration of java.util.concurrent.atomic classes
Reviewed-by: martin, psandoz, chegar
asmotrak [Tue, 29 Sep 2015 18:01:33 +0300] rev 32837
8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
Reviewed-by: weijun
igerasim [Tue, 29 Sep 2015 17:26:14 +0300] rev 32836
8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
Reviewed-by: rriggs
amlu [Mon, 28 Sep 2015 16:39:12 +0300] rev 32835
8137232: Mark 3 more core-libs tests as intermittently failing
Reviewed-by: chegar
chegar [Mon, 28 Sep 2015 13:39:27 +0100] rev 32834
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
erikj [Mon, 28 Sep 2015 11:39:13 +0200] rev 32833
8136385: Various build speed improvements for windows
Reviewed-by: ihse
erikj [Mon, 28 Sep 2015 09:52:20 +0200] rev 32832
8137088: Drop building of interim_java.corba
Reviewed-by: alanb, ihse
lana [Mon, 05 Oct 2015 20:25:04 -0700] rev 32831
Added tag jdk9-b84 for changeset a0ed816fbf97
duke [Wed, 05 Jul 2017 20:51:53 +0200] rev 32830
Merge
lana [Tue, 06 Oct 2015 08:41:31 -0700] rev 32829
Merge
amurillo [Wed, 30 Sep 2015 07:41:36 -0700] rev 32828
Merge
amurillo [Thu, 24 Sep 2015 11:38:26 -0700] rev 32827
Merge
jwilhelm [Mon, 21 Sep 2015 17:49:57 +0200] rev 32826
Merge
hseigel [Tue, 22 Sep 2015 14:24:31 -0400] rev 32825
8135265: VM fails on 'empty' interface public <init>()V method with VerifyError
Summary: Don't check for calls to super() or this() fro <init>()V methods if they are in interfaces. Because, they are not ctors.
Reviewed-by: acorn, gtriantafill
hseigel [Tue, 22 Sep 2015 09:48:19 -0400] rev 32824
8135208: VM permits illegal <clinit> access_flags, versions 51-52
Summary: Check access flags for <clinit> methods that are not class init methods.
Reviewed-by: kamg, gtriantafill
drwhite [Fri, 11 Sep 2015 15:31:03 -0400] rev 32823
8066821: Enhance command line processing to manage deprecating and obsoleting -XX command line arguments
Summary: Add support for alias options and automatically expiring deprecated options
Reviewed-by: dholmes, kbarrett, acorn
Contributed-by: derek.white@oracle.com
simonis [Mon, 21 Sep 2015 10:45:41 +0200] rev 32822
8135179: Fix conversion warning after 8067341
Summary: Add required casts.
Reviewed-by: tschatzl, goetz
iklam [Fri, 18 Sep 2015 09:48:49 -0700] rev 32821
8065155: Refactor Hotspot mapfiles
Summary: Moved common exported functions to make/share/makefiles/mapfile-vers
Reviewed-by: ihse, bdelsart
minqi [Fri, 18 Sep 2015 13:41:11 -0700] rev 32820
8135085: Change Method::_intrinsic_id from u1 to u2
Summary: Convert Method::_intrinsic_id from u1 to u2 to expand id range over 255.
Reviewed-by: coleenp, iklam, jiangli
Contributed-by: aleksey.shipilev@oracle.com
hseigel [Fri, 18 Sep 2015 07:01:23 -0400] rev 32819
8132904: Type checking verifier fails to reject assignment from array to an interface
Summary: Only allow assignment if interface is Cloneable or Serializable.
Reviewed-by: kamg, gtriantafill, jiangli
mgerdin [Thu, 17 Sep 2015 16:07:06 +0200] rev 32818
8136701: Remove YOUNG_LIST_VERBOSE code from G1CollectedHeap
Reviewed-by: stefank, jwilhelm
kbarrett [Wed, 16 Sep 2015 16:25:02 +0200] rev 32817
8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Reviewed-by: brutisso
jwilhelm [Tue, 15 Sep 2015 15:49:33 +0200] rev 32816
Merge
lana [Mon, 05 Oct 2015 20:24:59 -0700] rev 32815
Added tag jdk9-b84 for changeset 43c458023730
lana [Tue, 06 Oct 2015 08:41:18 -0700] rev 32814
Merge
ddehaven [Mon, 05 Oct 2015 13:45:47 -0700] rev 32813
Merge
ddehaven [Mon, 28 Sep 2015 13:10:03 -0700] rev 32812
Merge
erikj [Mon, 28 Sep 2015 15:51:29 +0200] rev 32811
8135060: Stop building Xcode projects in install build
Reviewed-by: ihse, pbhat, dmalav
erikj [Mon, 05 Oct 2015 13:44:40 +0200] rev 32810
8138694: Devkit build on Macosx still requires Xcode to be installed
Reviewed-by: ihse, tbell
ihse [Wed, 30 Sep 2015 11:38:01 +0200] rev 32809
8138627: Better help message in configure for reduced builds (target-bits=32)
Reviewed-by: erikj
chegar [Mon, 28 Sep 2015 13:39:10 +0100] rev 32808
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
erikj [Mon, 28 Sep 2015 11:39:13 +0200] rev 32807
8136385: Various build speed improvements for windows
Reviewed-by: ihse
erikj [Mon, 28 Sep 2015 09:52:19 +0200] rev 32806
8137088: Drop building of interim_java.corba
Reviewed-by: alanb, ihse
lana [Mon, 05 Oct 2015 20:24:57 -0700] rev 32805
Added tag jdk9-b84 for changeset 47d1c2c75fb6
duke [Wed, 05 Jul 2017 20:51:37 +0200] rev 32804
Added tag jdk9-b84 for changeset 51b2db2fa04c
duke [Wed, 05 Jul 2017 20:51:37 +0200] rev 32803
Merge
duke [Wed, 05 Jul 2017 20:51:33 +0200] rev 32802
Merge
lana [Sat, 26 Sep 2015 09:22:07 -0700] rev 32801
Merge
jlahoda [Wed, 23 Sep 2015 08:29:33 +0200] rev 32800
8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
Summary: Handling CompletionFailures inside the Javadoc API implementation.
Reviewed-by: mcimadamore, ksrini, jjg
alundblad [Mon, 21 Sep 2015 11:19:10 +0200] rev 32799
8135131: Enable thin server mode in Sjavac
Summary: State tracknig and incremental compilation disabled unless --state-dir is provided.
Reviewed-by: jlahoda
lana [Fri, 25 Sep 2015 22:59:34 -0700] rev 32798
Added tag jdk9-b83 for changeset a5249bcec60f
duke [Wed, 05 Jul 2017 20:51:27 +0200] rev 32797
Merge
lana [Sat, 26 Sep 2015 09:22:24 -0700] rev 32796
Merge
avstepan [Thu, 24 Sep 2015 18:26:42 +0300] rev 32795
8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: martin
lana [Fri, 25 Sep 2015 22:59:28 -0700] rev 32794
Added tag jdk9-b83 for changeset 6bb586652ad8
duke [Wed, 05 Jul 2017 20:51:24 +0200] rev 32793
Merge
lana [Sat, 26 Sep 2015 09:22:33 -0700] rev 32792
Merge
joehw [Fri, 25 Sep 2015 16:42:19 -0700] rev 32791
8135283: DOM API update: Element Traversal Specification
Reviewed-by: mchung, lancea
lana [Fri, 25 Sep 2015 22:59:26 -0700] rev 32790
Added tag jdk9-b83 for changeset 0e5cdcb49f0e
duke [Wed, 05 Jul 2017 20:51:18 +0200] rev 32789
Merge
lana [Sat, 26 Sep 2015 09:22:18 -0700] rev 32788
Merge
attila [Fri, 25 Sep 2015 17:53:06 +0200] rev 32787
8134488: var statement in if(false) block incorrectly evacuated into enclosing function
Reviewed-by: hannesw, sundar
attila [Fri, 25 Sep 2015 15:57:57 +0200] rev 32786
8136700: Make sure Context.anonymousHostClasses doesn't grow unbounded
Reviewed-by: hannesw, sundar
attila [Fri, 25 Sep 2015 12:46:53 +0200] rev 32785
8134490: Dead var statement evacuation incorrectly descends into nested functions
Reviewed-by: hannesw, mhaupt
sundar [Fri, 25 Sep 2015 16:01:54 +0530] rev 32784
8137134: invokespecial on indirect super interface is generated by Java adapter generator
Reviewed-by: attila, hannesw
sundar [Tue, 22 Sep 2015 14:00:54 +0530] rev 32783
8136894: test/script/currently-failing/gettersetter.js passes, move it out of currently-failing tests
Reviewed-by: hannesw, mhaupt
sundar [Tue, 22 Sep 2015 12:57:15 +0530] rev 32782
8136832: property_delete.js tests be moved out from currently-failing
Reviewed-by: attila, lagergren, hannesw
hannesw [Sat, 19 Sep 2015 16:04:28 +0200] rev 32781
8135190: Method code too large in Babel browser.js script
Reviewed-by: attila, sundar
lana [Fri, 25 Sep 2015 22:59:35 -0700] rev 32780
Added tag jdk9-b83 for changeset 4bd8ea2059a1
duke [Wed, 05 Jul 2017 20:51:10 +0200] rev 32779
Merge
lana [Fri, 25 Sep 2015 22:59:23 -0700] rev 32778
Added tag jdk9-b83 for changeset ede6e8912b79
duke [Wed, 05 Jul 2017 20:51:07 +0200] rev 32777
Merge
lana [Sat, 26 Sep 2015 09:21:45 -0700] rev 32776
Merge
amjiang [Sat, 26 Sep 2015 12:08:55 +0300] rev 32775
8050402: Tests to check for use of policy files
Reviewed-by: mullan
igerasim [Sat, 26 Sep 2015 00:23:15 +0300] rev 32774
8137121: (fc) Infinite loop FileChannel.truncate
Reviewed-by: alanb
valeriep [Thu, 24 Sep 2015 18:16:56 +0000] rev 32773
8075286: Additional tests for signature algorithm OIDs and transformation string
Summary: SQE test co-location effort
Reviewed-by: valeriep
Contributed-by: sha.jiang@oracle.com
naoto [Thu, 24 Sep 2015 09:05:24 -0700] rev 32772
8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de.
Reviewed-by: okutsu
robm [Thu, 24 Sep 2015 17:01:33 +0100] rev 32771
8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
Reviewed-by: rriggs
rriggs [Thu, 24 Sep 2015 11:01:01 -0400] rev 32770
8129744: Documentation in Month refers to quarters
8129556: TemporalAdjusters dayOfWeekInMonth wrongly says "in the same month"
Reviewed-by: chegar, scolebourne
avstepan [Thu, 24 Sep 2015 17:07:44 +0300] rev 32769
8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: martin
amjiang [Thu, 24 Sep 2015 10:23:01 +0800] rev 32768
8050427: LoginContext tests to cover JDK-4703361
Reviewed-by: weijun
valeriep [Thu, 24 Sep 2015 01:45:44 +0000] rev 32767
8137068: Tests added in JDK-8048604 fail to compile
Summary: Fixed the 2 tests with correct jprt tags
Reviewed-by: xuelei
tyan [Wed, 23 Sep 2015 21:28:14 +0000] rev 32766
8048604: Tests for strong crypto ciphers
Summary: SQE test co-location effort
Reviewed-by: valeriep
darcy [Wed, 23 Sep 2015 14:14:14 -0700] rev 32765
7130085: Port fdlibm hypot to Java
Reviewed-by: bpb
rriggs [Wed, 23 Sep 2015 15:02:46 -0400] rev 32764
8132883: The spec of allChildren/children of j.l.Process/ProcessHandle need to be relaxed
8131763: j.l.Process.allChildren spec clarification
Reviewed-by: chegar
rriggs [Wed, 23 Sep 2015 11:18:34 -0400] rev 32763
8132541: (process) ProcessBuilder support for redirection to discard output
Summary: Add redirect to NUL or /dev/null depending on the OS
Reviewed-by: chegar, martin
mhaupt [Wed, 23 Sep 2015 08:43:51 +0200] rev 32762
8136931: more fine-grained condition checking for BMH species creation
Reviewed-by: psandoz, sundar
amurillo [Tue, 22 Sep 2015 11:01:54 -0700] rev 32761
Merge
amurillo [Thu, 17 Sep 2015 09:19:40 -0700] rev 32760
Merge
jwilhelm [Tue, 15 Sep 2015 15:49:30 +0200] rev 32759
Merge
jwilhelm [Tue, 08 Sep 2015 16:10:36 +0200] rev 32758
Merge
jlaskey [Tue, 22 Sep 2015 12:47:40 -0300] rev 32757
8135197: libjimage code needs translation from hotspot-ish to jdk-ish
Reviewed-by: rriggs, chegar
Contributed-by: james.laskey@oracle.com
amjiang [Tue, 22 Sep 2015 09:34:01 +0800] rev 32756
8050461: Tests for syntax checking of JAAS configuration file
Reviewed-by: weijun
psandoz [Sat, 19 Sep 2015 15:26:34 +0200] rev 32755
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
Reviewed-by: psandoz
Contributed-by: Tagir Valeev <amaembo@gmail.com>
lana [Fri, 25 Sep 2015 22:59:29 -0700] rev 32754
Added tag jdk9-b83 for changeset 05623c1ebc99
duke [Wed, 05 Jul 2017 20:51:00 +0200] rev 32753
Merge
lana [Sat, 26 Sep 2015 09:21:16 -0700] rev 32752
Merge
amurillo [Tue, 22 Sep 2015 11:01:53 -0700] rev 32751
Merge
amurillo [Thu, 17 Sep 2015 09:19:39 -0700] rev 32750
Merge
jwilhelm [Tue, 15 Sep 2015 15:49:33 +0200] rev 32749
Merge
jiangli [Mon, 14 Sep 2015 14:55:01 -0400] rev 32748
8135097: Unmap failure for executable memory on windows
Summary: Use 'pd_release_memory' for executable memory in os::pd_unmap_memory().
Reviewed-by: iklam, coleenp
akulyakh [Mon, 14 Sep 2015 14:26:29 +0300] rev 32747
8134641: CodelistTest.java fails with sun.misc.Unsafe.getUnsafe
Summary: Excluding lines containing sun.misc.Unsafe.getUnsafe from the test input as getUnsafe is hidden from reflection
Reviewed-by: sla
jmasa [Mon, 25 May 2015 19:26:23 -0700] rev 32746
8081629: CMS split_block() does not correctly fix up block-offset-table for large blocks
Reviewed-by: tschatzl, ysr
ehelin [Fri, 11 Sep 2015 13:20:05 +0200] rev 32745
8135253: Add push method to CollectionSetChooser
Reviewed-by: mgerdin, tschatzl
ehelin [Fri, 11 Sep 2015 10:02:35 +0200] rev 32744
8135260: Split G1CollectorPolicy::finalize_cset into two parts
Reviewed-by: tschatzl, mgerdin
coleenp [Thu, 10 Sep 2015 06:15:43 +0200] rev 32743
Merge
coleenp [Wed, 09 Sep 2015 23:47:32 -0400] rev 32742
8135298: Fix zero builds for "unknown" architectures on linux.
Summary: add zero architectures for default cases
Reviewed-by: coleenp
Contributed-by: Matthias Klose <doko@ubuntu.com>
iignatyev [Wed, 09 Sep 2015 22:32:35 +0200] rev 32741
Merge
kzhaldyb [Wed, 09 Sep 2015 15:14:05 +0300] rev 32740
8134523: Humongous object test fails with OOME
Summary: Added Xms for runs with region' size 16M and 32M to prevent OOME
Reviewed-by: mgerdin, dfazunen