duke [Wed, 05 Jul 2017 19:36:18 +0200] rev 23817
Added tag jdk9-b08 for changeset b47e02119575
duke [Wed, 05 Jul 2017 19:36:17 +0200] rev 23816
Merge
duke [Wed, 05 Jul 2017 19:36:14 +0200] rev 23815
Merge
emc [Thu, 03 Apr 2014 20:28:23 -0400] rev 23814
8038263: Refactor annotation handling after actualEnterAnnotations
Summary: Move all repeating annotations code into Annotate, rework annotations pipeline into a more completer-like design, eliminate a cast from enterAnnotations/enterTypeAnnotations
Reviewed-by: jjg, jfranck
lana [Wed, 09 Apr 2014 17:18:22 -0700] rev 23813
Merge
pgovereau [Wed, 09 Apr 2014 17:41:27 +0100] rev 23812
8015499: javac, Gen is generating extra checkcast instructions in some corner cases
Reviewed-by: vromero, jjg
jlahoda [Tue, 08 Apr 2014 23:33:50 +0200] rev 23811
8039466: Tests failing in langtools repository.
Summary: Fixing tests broken by JDK-8038455.
Reviewed-by: jjg
jlahoda [Tue, 08 Apr 2014 14:06:11 +0200] rev 23810
8038455: Use single Context for all rounds of annotation processing
Summary: One set of javac services, as well as created ClassSymbols, is reused for all rounds of processing now.
Reviewed-by: jjg, jfranck, darcy, vromero
pgovereau [Fri, 04 Apr 2014 19:13:53 -0400] rev 23809
8023945: javac wrongly allows a subclass of an anonymous class
Reviewed-by: jjg
ksrini [Fri, 04 Apr 2014 18:36:16 -0700] rev 23808
8039231: [javadoc] test failure caused by javax.crypto fix
Reviewed-by: jjg
ksrini [Thu, 03 Apr 2014 12:04:58 -0700] rev 23807
8037881: javax.crypto is not listed in the compact* profiles javadoc
Reviewed-by: jjg
lana [Wed, 09 Apr 2014 09:20:35 -0700] rev 23806
Merge
bpatel [Tue, 01 Apr 2014 23:58:04 -0700] rev 23805
8032066: Serialized form has broken links to non private inner classes of package private
Reviewed-by: jjg
pgovereau [Tue, 01 Apr 2014 23:52:10 -0700] rev 23804
8034933: Update documentation for Types.directSupertypes to clarify behavior
Reviewed-by: darcy
igerasim [Wed, 02 Apr 2014 10:05:16 +0400] rev 23803
8034044: Class.getModifiers() returns "static" for anonymous classes
Summary: Javac sets ACC_STATIC bit for anonymous classes which contradicts the JLS
Reviewed-by: jfranck
lana [Tue, 01 Apr 2014 17:25:39 -0700] rev 23802
Merge
kizune [Tue, 01 Apr 2014 10:00:43 -0700] rev 23801
8031425: Two langtools/javac tests fail by timeout on Windows
Reviewed-by: jjg, vromero
jlahoda [Mon, 31 Mar 2014 21:27:25 +0200] rev 23800
8035890: jdk8 javac -source 7 compiles test case it should not
Summary: Ensuring source level checks are performed in two additional cases related to type annotations, adding specialized error message for annotations after method type parameters.
Reviewed-by: jfranck, jjg
bpatel [Sat, 29 Mar 2014 11:06:33 -0700] rev 23799
8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
Reviewed-by: ksrini
emc [Thu, 27 Mar 2014 18:41:28 -0400] rev 23798
8035768: Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound
Summary: Move position field into Compound, making Compound into a kind of "proto-annotation", representing the situation before we know what an Annotation's kink is
Reviewed-by: jjg
jjg [Wed, 26 Mar 2014 17:50:33 -0700] rev 23797
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
kizune [Wed, 26 Mar 2014 10:47:30 -0700] rev 23796
8035956: javac, incomplete error message
Reviewed-by: vromero
jfranck [Wed, 26 Mar 2014 12:18:11 +0100] rev 23795
8038080: annotation processors don't visit declaration parameter annotations
Reviewed-by: darcy
Contributed-by: cushon@google.com, joel.franck@oracle.com
bpatel [Tue, 25 Mar 2014 22:07:55 -0700] rev 23794
8031625: javadoc problems referencing inner class constructors
Reviewed-by: jjg
lana [Tue, 25 Mar 2014 14:50:31 -0700] rev 23793
Merge
kizune [Thu, 20 Mar 2014 15:13:26 +0400] rev 23792
7118295: javac does not explicitly close -Xstdout file
Reviewed-by: ksrini, jjg
pgovereau [Wed, 19 Mar 2014 17:39:28 -0400] rev 23791
8025505: Constant folding deficiency
Summary: Provide constant folding of equality tests involving constant and null.
Reviewed-by: jjg
pgovereau [Wed, 19 Mar 2014 11:34:27 -0400] rev 23790
6898851: Compiling against this corrupt class file causes a stacktrace from javac
Summary: Added check for index out-of-bounds erros in ClassReader
Reviewed-by: jjg
katleman [Wed, 02 Apr 2014 22:00:13 -0700] rev 23789
Added tag jdk9-b07 for changeset a70a71ac79f3
duke [Wed, 05 Jul 2017 19:36:06 +0200] rev 23788
Merge
lana [Wed, 09 Apr 2014 17:19:42 -0700] rev 23787
Merge
mkos [Tue, 08 Apr 2014 11:26:40 +0100] rev 23786
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
lana [Wed, 09 Apr 2014 09:20:23 -0700] rev 23785
Merge
lana [Tue, 01 Apr 2014 17:27:04 -0700] rev 23784
Merge
mkos [Mon, 31 Mar 2014 15:59:00 +0200] rev 23783
8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
Reviewed-by: chegar
mkos [Mon, 31 Mar 2014 10:43:20 +0200] rev 23782
8036030: Update JAX-WS RI integration to latest version
Summary: JAX-WS RI upgrade from 2.2.9-b130926.1035 to 2.2.10-b140228.1436;
Reviewed-by: chegar
katleman [Wed, 02 Apr 2014 22:00:00 -0700] rev 23781
Added tag jdk9-b07 for changeset 5d95c3684e9f
duke [Wed, 05 Jul 2017 19:36:00 +0200] rev 23780
Merge
lana [Wed, 09 Apr 2014 09:19:57 -0700] rev 23779
Merge
lana [Tue, 01 Apr 2014 17:27:49 -0700] rev 23778
Merge
aefimov [Mon, 31 Mar 2014 19:03:41 +0400] rev 23777
8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
lana [Tue, 25 Mar 2014 14:51:51 -0700] rev 23776
Merge
joehw [Thu, 20 Mar 2014 13:38:07 -0700] rev 23775
8035577: Xerces Update: impl/xpath/regex/RangeToken.java
Reviewed-by: lancea, alanb, sherman, joehw
Contributed-by: david.x.li@oracle.com
katleman [Wed, 02 Apr 2014 21:59:59 -0700] rev 23774
Added tag jdk9-b07 for changeset 8c109399a3da
duke [Wed, 05 Jul 2017 19:35:54 +0200] rev 23773
Merge
lana [Wed, 09 Apr 2014 17:18:48 -0700] rev 23772
Merge
mnunez [Wed, 09 Apr 2014 10:14:34 +0200] rev 23771
8039403: Write sanity tests for persistent caching
Reviewed-by: hannesw, sundar
sundar [Mon, 07 Apr 2014 21:57:33 +0530] rev 23770
8039387: Nashorn supports indexed access of List elements, but length property is not supported
Reviewed-by: lagergren, jlaskey
hannesw [Thu, 03 Apr 2014 17:35:13 +0200] rev 23769
8039181: Persistent code store does not use absolute paths internally
Reviewed-by: sundar, lagergren
lana [Wed, 09 Apr 2014 09:20:03 -0700] rev 23768
Merge
hannesw [Wed, 02 Apr 2014 18:26:57 +0200] rev 23767
8038638: Persistent store for compiled scripts
Reviewed-by: lagergren, sundar
sundar [Wed, 02 Apr 2014 15:52:31 +0530] rev 23766
8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
Reviewed-by: lagergren, attila
lana [Tue, 01 Apr 2014 17:28:17 -0700] rev 23765
Merge
sundar [Fri, 28 Mar 2014 13:24:07 +0530] rev 23764
8038615: test262 repo is now a git repo in github
Reviewed-by: lagergren, hannesw
sundar [Thu, 27 Mar 2014 19:39:18 +0530] rev 23763
8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
Reviewed-by: lagergren, jlaskey
lana [Tue, 25 Mar 2014 14:52:34 -0700] rev 23762
Merge
sundar [Fri, 21 Mar 2014 20:24:01 +0530] rev 23761
8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
Reviewed-by: jlaskey, hannesw
mnunez [Wed, 19 Mar 2014 16:01:19 +0100] rev 23760
8037779: NoPersistenceCachingTest fails with ant test
Reviewed-by: sundar, hannesw
katleman [Wed, 02 Apr 2014 22:00:15 -0700] rev 23759
Added tag jdk9-b07 for changeset dd19ff015a33
duke [Wed, 05 Jul 2017 19:35:47 +0200] rev 23758
Merge
lana [Wed, 09 Apr 2014 17:19:02 -0700] rev 23757
Merge
aefimov [Fri, 04 Apr 2014 14:58:04 +0400] rev 23756
8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark
Reviewed-by: coffeys
lana [Wed, 09 Apr 2014 09:19:52 -0700] rev 23755
Merge
coffeys [Wed, 02 Apr 2014 21:45:26 +0100] rev 23754
8039114: Build failure: JDK-8039108 issue
Reviewed-by: alanb
coffeys [Wed, 02 Apr 2014 20:15:59 +0100] rev 23753
8039108: Build Broken: 8035618 fix breaks corba build
Reviewed-by: alanb
coffeys [Wed, 02 Apr 2014 18:21:23 +0100] rev 23752
8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
Reviewed-by: alanb, mchung, dfuchs, msheppar
lana [Tue, 01 Apr 2014 17:28:35 -0700] rev 23751
Merge
lana [Tue, 25 Mar 2014 14:50:45 -0700] rev 23750
Merge
msheppar [Thu, 20 Mar 2014 15:05:58 +0000] rev 23749
8033075: Broken Links In CORBA API docs
Summary: Fix broken URLs change cgi.omg.org to www.omg.org
Reviewed-by: alanb
katleman [Wed, 02 Apr 2014 21:59:43 -0700] rev 23748
Added tag jdk9-b07 for changeset fd3ce35a9d5c
duke [Wed, 05 Jul 2017 19:35:40 +0200] rev 23747
Merge
mduigou [Fri, 11 Apr 2014 14:07:25 -0700] rev 23746
8035284: Remove redundant null initialization
Reviewed-by: lancea, martin, chegar, shade
bpb [Fri, 11 Apr 2014 13:12:11 -0700] rev 23745
8035427: Math.random() JavaDoc: missing maximum returned value
Summary: Add some documentation amplifying the description of Math.random().
Reviewed-by: psandoz
mkos [Fri, 11 Apr 2014 09:25:36 +0100] rev 23744
8039899: Missing licence headers in test for JDK-8033113
Reviewed-by: chegar
xuelei [Fri, 11 Apr 2014 03:10:44 +0000] rev 23743
8037557: test SessionCacheSizeTests.java timeout
Reviewed-by: weijun
bpb [Thu, 10 Apr 2014 13:19:29 -0700] rev 23742
8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
Summary: Specify ISO-8859-1 as charset of String to decode.
Reviewed-by: chegar, sherman, mduigou, mchung
coffeys [Thu, 10 Apr 2014 20:01:52 +0100] rev 23741
8038491: Improve synchronization in ZipFile.read()
Reviewed-by: alanb, chegar
darcy [Thu, 10 Apr 2014 08:43:46 -0700] rev 23740
8039864: Fix fallthrough lint warnings in other libs
Reviewed-by: alanb, lancea
dsamersoff [Thu, 10 Apr 2014 07:09:13 -0700] rev 23739
8039368: Remove testcase from npt utf.c
Summary: don't compile testcase by default
Reviewed-by: sla, vkempik
chegar [Thu, 10 Apr 2014 11:01:15 +0100] rev 23738
8039527: Broken links in ConcurrentMap javadoc
Reviewed-by: martin, alanb
lana [Wed, 09 Apr 2014 21:12:46 -0700] rev 23737
Merge
lana [Wed, 09 Apr 2014 17:17:03 -0700] rev 23736
Merge
weijun [Thu, 10 Apr 2014 10:31:05 +0800] rev 23735
8039575: liberate two manual kerberos tests
Reviewed-by: xuelei
sherman [Wed, 09 Apr 2014 09:36:19 -0700] rev 23734
8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
Summary: to add the StringBuilder variant
Reviewed-by: alanb, sherman
Contributed-by: jeremymanson@google.com, peter.levart@gmail.com
xuelei [Wed, 09 Apr 2014 12:49:51 +0000] rev 23733
8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: ahgross, ascarpino, asmotrak
weijun [Wed, 09 Apr 2014 17:19:19 +0800] rev 23732
8035986: KerberosKey algorithm names are not specified
Reviewed-by: xuelei
weijun [Wed, 09 Apr 2014 17:08:37 +0800] rev 23731
8039132: cleanup @ignore JAAS/krb5 tests
Reviewed-by: xuelei
mullan [Tue, 08 Apr 2014 13:16:22 -0400] rev 23730
Merge
mullan [Tue, 08 Apr 2014 11:57:57 -0400] rev 23729
8038431: Close InputStream when finished retrieving XML Signature HTTP References
Reviewed-by: xuelei
sjiang [Tue, 08 Apr 2014 17:36:13 +0200] rev 23728
6815126: intermittent SimulResumerTest.java failure
Reviewed-by: jbachorik, sla
mkos [Tue, 08 Apr 2014 11:25:56 +0100] rev 23727
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
ykantser [Mon, 07 Apr 2014 16:13:43 +0200] rev 23726
8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled.
Reviewed-by: jbachorik, sla
michaelm [Mon, 07 Apr 2014 15:40:05 +0100] rev 23725
8037396: URI getQuery() and getFragment() don't decode properly
Reviewed-by: chegar, michaelm
Contributed-by: pavel.reppo@oracle.com
alanb [Mon, 07 Apr 2014 13:16:17 +0100] rev 23724
8039253: Remove undocumented com.oracle.net
Reviewed-by: chegar
sla [Mon, 07 Apr 2014 08:09:55 +0200] rev 23723
8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
Reviewed-by: mgronlun, alanb
scolebourne [Thu, 06 Mar 2014 17:31:07 +0000] rev 23722
8036818: DateTimeFormatter withResolverFields() fails to accept null
Reviewed-by: chegar, rriggs
Contributed-by: scolebourne@joda.org
mtobiass [Fri, 04 Apr 2014 13:01:26 +0200] rev 23721
8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
Summary: Force a GC when usage above threshold. Add more logging.
Reviewed-by: dfuchs
yan [Fri, 04 Apr 2014 19:32:53 +0400] rev 23720
8039172: Tidy warnings cleanup for java.net, java.math, java.time, java.rmi
Reviewed-by: alanb, lancea
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
aefimov [Fri, 04 Apr 2014 19:27:17 +0400] rev 23719
8038306: (tz) Support tzdata2014b
Reviewed-by: coffeys, sherman, okutsu
sla [Fri, 04 Apr 2014 16:35:43 +0200] rev 23718
8028354: jstat does not provide enough information when fail to read data from remote JVM
Reviewed-by: alanb, dholmes, mgronlun
yan [Fri, 04 Apr 2014 18:16:50 +0400] rev 23717
8039259: Tidy warnings cleanup for java.awt
Reviewed-by: serb, pchelko
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
weijun [Fri, 04 Apr 2014 21:19:43 +0800] rev 23716
8029995: accept yes/no for boolean krb5.conf settings
Reviewed-by: mullan
yan [Fri, 04 Apr 2014 15:43:10 +0400] rev 23715
8039074: Tidy warnings cleanup for javax.swing
Reviewed-by: pchelko, alexsch
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
darcy [Thu, 03 Apr 2014 16:00:56 -0700] rev 23714
8032977: Add serial lint warning to build of jdk repository
Reviewed-by: ihse, tbell
mkos [Thu, 03 Apr 2014 10:53:35 +0200] rev 23713
8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
Reviewed-by: chegar
yan [Thu, 03 Apr 2014 16:10:40 +0400] rev 23712
8039041: Tidy warnings cleanup for javax.naming
Reviewed-by: alanb, lancea
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
darcy [Wed, 02 Apr 2014 21:38:45 -0700] rev 23711
8039022: Fix serial lint warnings in sun.tools.java
8039027: Fix serial lint warnings in jconsole and jstat
8039038: Fix serial lint warnings in com.sun.jmx.snmp
Reviewed-by: alanb, lancea, dfuchs
lana [Wed, 09 Apr 2014 09:20:54 -0700] rev 23710
Merge
chegar [Wed, 02 Apr 2014 23:23:00 +0100] rev 23709
8039118: Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName)
Reviewed-by: mullan, mchung, alanb
lancea [Wed, 02 Apr 2014 11:03:10 -0400] rev 23708
8039088: Fix broken URLs in package.html
Reviewed-by: chegar
lancea [Wed, 02 Apr 2014 10:20:14 -0400] rev 23707
8038653: Fix Time.toLocalTime, Time.valueOf javadoc clarification
Reviewed-by: alanb
sjiang [Wed, 02 Apr 2014 14:57:17 +0200] rev 23706
8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
Reviewed-by: dfuchs, jbachorik
valeriep [Wed, 02 Apr 2014 12:20:01 +0000] rev 23705
Merge
valeriep [Wed, 02 Apr 2014 12:19:11 +0000] rev 23704
8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending
Summary: Fix pending exception errors found by parfait.
Reviewed-by: vinnie
yan [Wed, 02 Apr 2014 15:59:00 +0400] rev 23703
8038488: Tidy warnings cleanup for java.beans
Reviewed-by: malenkov, alexsch
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
igerasim [Wed, 02 Apr 2014 12:17:25 +0400] rev 23702
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
Reviewed-by: mchung
lana [Tue, 01 Apr 2014 17:25:55 -0700] rev 23701
Merge
prr [Tue, 01 Apr 2014 09:12:51 -0700] rev 23700
Merge
pchelko [Mon, 24 Mar 2014 23:02:05 +0400] rev 23699
8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
Reviewed-by: prr, serb
prr [Mon, 24 Mar 2014 10:43:59 -0700] rev 23698
Merge
darcy [Sun, 23 Mar 2014 13:49:48 -0700] rev 23697
8034169: Fix serial lint warnings in javax.swing
Reviewed-by: alanb, prr
prr [Fri, 21 Mar 2014 11:33:52 -0700] rev 23696
8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
Reviewed-by: jgodinez, serb
prr [Fri, 21 Mar 2014 11:32:23 -0700] rev 23695
8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
Reviewed-by: jgodinez, serb
pchelko [Fri, 21 Mar 2014 21:56:50 +0400] rev 23694
8038106: PIT: access problem to a PrinterJob on OS X
Reviewed-by: serb, anthony, azvegint
malenkov [Fri, 21 Mar 2014 21:47:51 +0400] rev 23693
8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
Reviewed-by: alexsch, serb
malenkov [Fri, 21 Mar 2014 21:40:52 +0400] rev 23692
8035177: KSS: sun.awt.shell.ShellFolder
Reviewed-by: alexsch, serb
malenkov [Fri, 21 Mar 2014 20:31:14 +0400] rev 23691
8035171: KSS: sun.awt.shell.Win32ShellFolderManager2
Reviewed-by: alexsch, serb
kshefov [Fri, 21 Mar 2014 17:36:37 +0300] rev 23690
7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
Reviewed-by: pchelko, serb
alitvinov [Fri, 21 Mar 2014 17:17:16 +0400] rev 23689
8032878: Editable combos in table do not behave as expected
Reviewed-by: alexp, alexsch
Contributed-by: alexey.ivanov@oracle.com
serb [Fri, 21 Mar 2014 16:51:53 +0400] rev 23688
8037117: Javadoc cleanup of javax.sound.midi.spi package
Reviewed-by: art, pchelko
kshefov [Fri, 21 Mar 2014 16:32:26 +0400] rev 23687
8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
Reviewed-by: pchelko, serb, anthony
kshefov [Fri, 21 Mar 2014 15:25:42 +0400] rev 23686
8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog.
Reviewed-by: pchelko, azvegint, serb
bae [Fri, 21 Mar 2014 15:13:55 +0400] rev 23685
8036022: D3D: rendering with XOR composite causes InternalError.
Reviewed-by: flar, serb
serb [Fri, 21 Mar 2014 15:09:49 +0400] rev 23684
7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping
Reviewed-by: anthony, pchelko
serb [Thu, 20 Mar 2014 19:59:58 +0400] rev 23683
8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
Reviewed-by: anthony, pchelko
pchelko [Thu, 20 Mar 2014 17:34:27 +0400] rev 23682
8031765: Child process error stream is not empty!
Reviewed-by: anthony, serb
pchelko [Thu, 20 Mar 2014 16:58:58 +0400] rev 23681
8037840: [macosx] Rewrite CWarning window to eliminate the ExecutorService
Reviewed-by: anthony, serb
pchelko [Thu, 20 Mar 2014 12:10:53 +0400] rev 23680
8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
Reviewed-by: anthony, serb, prr
prr [Wed, 19 Mar 2014 11:13:35 -0700] rev 23679
Merge
serb [Wed, 19 Mar 2014 21:05:28 +0400] rev 23678
8037868: The build is broken after the JDK-8035630
Reviewed-by: prr, pchelko, bagiras
henryjen [Wed, 19 Mar 2014 09:00:50 -0700] rev 23677
8037743: 2d nightly: wrong class cast to DigraphNode
Reviewed-by: prr, serb
pchelko [Wed, 19 Mar 2014 18:27:31 +0400] rev 23676
8037776: [macosx] Swing app fails to exit after last window is disposed when security manager is enabled
Reviewed-by: anthony, serb
serb [Wed, 19 Mar 2014 16:13:59 +0400] rev 23675
7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
Reviewed-by: pchelko, azvegint
prr [Tue, 18 Mar 2014 16:01:31 -0700] rev 23674
8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c
Reviewed-by: serb, jgodinez
prr [Tue, 18 Mar 2014 15:52:03 -0700] rev 23673
8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
Reviewed-by: serb, jgodinez
prr [Tue, 18 Mar 2014 15:49:19 -0700] rev 23672
8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
Reviewed-by: serb, jgodinez
prr [Tue, 18 Mar 2014 15:48:03 -0700] rev 23671
8034095: [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
Reviewed-by: serb, jgodinez
pchelko [Tue, 18 Mar 2014 23:22:45 +0400] rev 23670
8035168: [macosx] Remove CThreading class
Reviewed-by: serb, anthony
prr [Tue, 18 Mar 2014 11:31:11 -0700] rev 23669
8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
Reviewed-by: serb, jgodinez
serb [Tue, 18 Mar 2014 18:11:41 +0400] rev 23668
8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
Reviewed-by: anthony, prr
serb [Tue, 18 Mar 2014 16:07:01 +0400] rev 23667
8028050: Typo correction needed s/Classlaoder/Classloader/
Reviewed-by: pchelko, azvegint
alexsch [Tue, 18 Mar 2014 14:48:47 +0400] rev 23666
8035069: [macosx] Loading resolution variants by demand
Reviewed-by: serb, pchelko
pchelko [Tue, 18 Mar 2014 12:30:17 +0400] rev 23665
8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
Reviewed-by: anthony, serb
azvegint [Mon, 17 Mar 2014 20:09:41 +0400] rev 23664
8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
Reviewed-by: serb, pchelko
azvegint [Mon, 17 Mar 2014 19:44:16 +0400] rev 23663
8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
Reviewed-by: serb, pchelko
azvegint [Mon, 17 Mar 2014 19:38:34 +0400] rev 23662
8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
Reviewed-by: serb, pchelko
azvegint [Mon, 17 Mar 2014 19:35:13 +0400] rev 23661
8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
Reviewed-by: serb, pchelko
azvegint [Mon, 17 Mar 2014 19:30:54 +0400] rev 23660
8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
Reviewed-by: anthony, serb
serb [Mon, 17 Mar 2014 16:33:28 +0400] rev 23659
8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending
Reviewed-by: pchelko, azvegint
serb [Mon, 17 Mar 2014 15:31:58 +0400] rev 23658
8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
Reviewed-by: pchelko, azvegint
pchelko [Mon, 17 Mar 2014 13:10:24 +0400] rev 23657
8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
Reviewed-by: anthony, art, serb
pchelko [Mon, 17 Mar 2014 13:03:39 +0400] rev 23656
8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
Reviewed-by: anthony, serb, azvegint
bagiras [Fri, 14 Mar 2014 19:27:40 +0400] rev 23655
8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
Reviewed-by: serb, pchelko
bagiras [Fri, 14 Mar 2014 19:20:48 +0400] rev 23654
8037377: Windows: compilation failed after the fix for 8033712
Reviewed-by: serb, pchelko
serb [Fri, 14 Mar 2014 18:14:41 +0400] rev 23653
8036103: Cleanup of java.awt and java.awt.peer packages
Reviewed-by: bagiras, pchelko
pchelko [Fri, 14 Mar 2014 17:48:28 +0400] rev 23652
8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
Reviewed-by: anthony, serb
pchelko [Fri, 14 Mar 2014 16:01:04 +0400] rev 23651
8037099: [macosx] Remove all references to GC from native OBJ-C code
Reviewed-by: anthony, serb
bagiras [Fri, 14 Mar 2014 14:23:33 +0400] rev 23650
8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
Reviewed-by: serb, pchelko
darcy [Thu, 13 Mar 2014 16:29:26 -0700] rev 23649
8035692: Fix serial lint warnings in mac-specific code
Reviewed-by: alanb, prr
darcy [Thu, 13 Mar 2014 12:48:11 -0700] rev 23648
8037139: Fix serial lint warnings in sun.print
Reviewed-by: prr
darcy [Thu, 13 Mar 2014 12:40:27 -0700] rev 23647
8033712: Fix more serial lint warnings in sun.awt
Reviewed-by: alanb, serb, prr
serb [Thu, 13 Mar 2014 20:48:33 +0400] rev 23646
8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp
Reviewed-by: pchelko, azvegint
pchelko [Thu, 13 Mar 2014 15:33:43 +0400] rev 23645
8037287: Windows build failed after JDK-8030787
Reviewed-by: serb, bagiras
pchelko [Thu, 13 Mar 2014 12:52:29 +0400] rev 23644
8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
Reviewed-by: serb, prr
darcy [Wed, 12 Mar 2014 09:20:06 -0700] rev 23643
8037173: Fix serial lint warnings in sun.audio
Reviewed-by: alanb, serb
darcy [Wed, 12 Mar 2014 09:16:03 -0700] rev 23642
8037174: Fix serial lint warnings in sun.applet
Reviewed-by: alanb, pchelko
serb [Wed, 12 Mar 2014 16:59:11 +0400] rev 23641
8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
Reviewed-by: pchelko, azvegint
serb [Wed, 12 Mar 2014 16:09:47 +0400] rev 23640
8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp
Reviewed-by: pchelko, azvegint
serb [Wed, 12 Mar 2014 15:51:58 +0400] rev 23639
8036710: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp
Reviewed-by: pchelko, azvegint
serb [Wed, 12 Mar 2014 15:43:53 +0400] rev 23638
8034214: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m
Reviewed-by: pchelko, azvegint
bagiras [Wed, 12 Mar 2014 13:29:32 +0400] rev 23637
8035622: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp
Reviewed-by: pchelko, serb
prr [Tue, 11 Mar 2014 10:46:38 -0700] rev 23636
Merge
alexsch [Tue, 11 Mar 2014 19:28:11 +0400] rev 23635
8036781: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp
Reviewed-by: serb, pchelko
alexsch [Tue, 11 Mar 2014 19:13:59 +0400] rev 23634
8036787: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp
Reviewed-by: serb, pchelko
pchelko [Tue, 11 Mar 2014 11:51:14 +0400] rev 23633
8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
Reviewed-by: anthony, serb
darcy [Mon, 10 Mar 2014 13:54:25 -0700] rev 23632
8033908: Fix serial lint warnings in com.sun.java.swing.plaf
Reviewed-by: serb, alanb
prr [Fri, 07 Mar 2014 13:04:49 -0800] rev 23631
Merge
serb [Fri, 07 Mar 2014 20:19:55 +0400] rev 23630
8036760: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp
Reviewed-by: pchelko, azvegint
serb [Fri, 07 Mar 2014 19:45:56 +0400] rev 23629
8036780: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp
Reviewed-by: pchelko, azvegint
serb [Thu, 06 Mar 2014 22:33:21 +0400] rev 23628
8036792: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp
Reviewed-by: pchelko, azvegint
dmarkov [Thu, 06 Mar 2014 17:13:55 +0400] rev 23627
8032872: [macosx] Cannot select from JComboBox in a JWindow
Reviewed-by: pchelko, ant
pchelko [Thu, 06 Mar 2014 15:29:23 +0400] rev 23626
8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
Reviewed-by: anthony, serb
serb [Thu, 06 Mar 2014 15:05:41 +0400] rev 23625
8034037: [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m
Reviewed-by: pchelko, azvegint
pchelko [Thu, 06 Mar 2014 14:47:43 +0400] rev 23624
8036757: [macosx] Space menu accelerator not rendered correctly
Reviewed-by: anthony, serb
pchelko [Thu, 06 Mar 2014 12:18:31 +0400] rev 23623
7158615: [macosx] Some TrayIcon tests presume action trigger on BUTTON1
Reviewed-by: anthony, serb
azvegint [Wed, 05 Mar 2014 16:36:49 +0400] rev 23622
8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp
Reviewed-by: serb, pchelko
azvegint [Wed, 05 Mar 2014 16:33:00 +0400] rev 23621
8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp
Reviewed-by: serb, pchelko
azvegint [Wed, 05 Mar 2014 16:01:22 +0400] rev 23620
8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp
Reviewed-by: serb, pchelko
azvegint [Wed, 05 Mar 2014 15:47:27 +0400] rev 23619
8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
Reviewed-by: serb, pchelko
serb [Tue, 04 Mar 2014 18:59:35 +0400] rev 23618
8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp
Reviewed-by: pchelko, azvegint
alexsch [Tue, 04 Mar 2014 18:40:06 +0400] rev 23617
8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
Reviewed-by: malenkov, pchelko
pchelko [Tue, 04 Mar 2014 17:29:40 +0400] rev 23616
8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
Reviewed-by: anthony, serb
alexsch [Tue, 04 Mar 2014 17:06:00 +0400] rev 23615
8033534: [macosx] Get MultiResolution image from native system
Reviewed-by: serb, pchelko
alexsch [Tue, 04 Mar 2014 13:40:58 +0400] rev 23614
8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp
Reviewed-by: serb, pchelko
pchelko [Tue, 04 Mar 2014 11:43:12 +0400] rev 23613
8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
Reviewed-by: anthony, serb
alexsch [Mon, 03 Mar 2014 14:24:01 +0400] rev 23612
8035313: Change SwingLazyValue usage to lambda
Reviewed-by: malenkov, serb
serb [Fri, 28 Feb 2014 18:45:22 +0400] rev 23611
8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
Reviewed-by: pchelko, azvegint
serb [Fri, 28 Feb 2014 18:16:11 +0400] rev 23610
8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
Reviewed-by: pchelko, azvegint
pchelko [Fri, 28 Feb 2014 17:56:53 +0400] rev 23609
8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
Reviewed-by: anthony, serb
pchelko [Fri, 28 Feb 2014 17:52:40 +0400] rev 23608
8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
Reviewed-by: anthony, serb
ptbrunet [Thu, 27 Feb 2014 16:11:08 -0600] rev 23607
8032443: Java Access Bridge version strings need to be fixed
Summary: Use build version info in RC file and in getVersionInfo function
Reviewed-by: prr, ihse, serb
Contributed-by: peter.brunet@oracle.com
mkos [Mon, 31 Mar 2014 15:08:17 +0200] rev 23606
8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
Reviewed-by: chegar
aefimov [Mon, 31 Mar 2014 19:04:39 +0400] rev 23605
8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
chegar [Mon, 31 Mar 2014 11:33:40 +0100] rev 23604
8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
Reviewed-by: chegar
Contributed-by: Eric Wang <yiming.wang@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
sla [Mon, 31 Mar 2014 11:28:03 +0200] rev 23603
8037345: com/sun/jdi/* tests can fail, with race condition on log files
Reviewed-by: sspitsyn, dcubed
erikj [Mon, 31 Mar 2014 11:09:04 +0200] rev 23602
8032217: failure in man page processing
Reviewed-by: dholmes, tbell
erikj [Fri, 10 Jan 2014 10:25:54 +0100] rev 23601
8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
8030946: No jmc.1 for man page of JMC
Reviewed-by: ihse, tbell
mfang [Tue, 07 Jan 2014 22:04:03 -0800] rev 23600
8026570: NLS: jdk8 man page update
Reviewed-by: naoto, okutsu
weijun [Mon, 31 Mar 2014 16:12:28 +0800] rev 23599
8038754: ReplayCacheTestProc test fails with timeout
Reviewed-by: alanb
chegar [Sat, 29 Mar 2014 20:20:04 +0000] rev 23598
8037781: Remove sun.misc.Regexp* classes
Reviewed-by: alanb, chegar
Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
scolebourne [Thu, 06 Mar 2014 17:16:20 +0000] rev 23597
8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
Summary: Correctly zeros low order bits of time when setting milli/micro
Reviewed-by: alanb, rriggs
Contributed-by: Stephen Colebourne <scolebourne@joda.org>
scolebourne [Thu, 06 Mar 2014 17:46:12 +0000] rev 23596
8036785: ChronoLocalDate refers to generics that have been removed
Reviewed-by: alanb, rriggs
Contributed-by: Stephen Colebourne <scolebourne@joda.org>
rriggs [Sat, 29 Mar 2014 15:01:47 -0400] rev 23595
8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
Reviewed-by: lancea, rriggs
Contributed-by: Stephen Colebourne <scolebourne@joda.org>
iignatyev [Sat, 29 Mar 2014 12:29:21 +0400] rev 23594
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
Reviewed-by: iveresov, twisti, vlivanov
erikj [Fri, 28 Mar 2014 18:03:40 +0100] rev 23593
Merge
erikj [Fri, 28 Mar 2014 15:00:07 +0100] rev 23592
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
Reviewed-by: ihse
chegar [Fri, 28 Mar 2014 16:59:19 +0000] rev 23591
8038276: java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface
Reviewed-by: chegar
Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
yan [Fri, 28 Mar 2014 15:56:24 +0400] rev 23590
8038493: Tidy warnings cleanup for java.sql
Reviewed-by: lancea, chegar
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
simonis [Fri, 28 Mar 2014 11:57:02 +0100] rev 23589
8038233: Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect()
Reviewed-by: alanb
yan [Fri, 28 Mar 2014 14:33:53 +0400] rev 23588
8038242: Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event
Reviewed-by: pchelko, serb
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
mchung [Thu, 27 Mar 2014 17:11:28 -0700] rev 23587
8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
Reviewed-by: alanb, sherman
chegar [Thu, 27 Mar 2014 13:42:39 +0000] rev 23586
8038459: Remove superflous classes on platforms without an implementation [macosx, aix]
Reviewed-by: erikj
valeriep [Wed, 26 Mar 2014 23:53:22 +0000] rev 23585
8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Summary: Fix pending exception errors found by parfait.
Reviewed-by: weijun
chegar [Wed, 26 Mar 2014 20:57:49 +0000] rev 23584
8038438: Review comments from 8034181
Reviewed-by: alanb
chegar [Wed, 26 Mar 2014 19:53:07 +0000] rev 23583
8035158: Remove dependency on sun.misc.RegexpPool and friends
Reviewed-by: chegar, michaelm
Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
mchung [Wed, 26 Mar 2014 09:00:49 -0700] rev 23582
8038177: Eliminate unnecessary dependency to sun.security.action
Reviewed-by: chegar, alanb
alanb [Wed, 26 Mar 2014 12:25:09 +0000] rev 23581
8038343: Eliminate use of reflection to access JavaBeans Introspector
Reviewed-by: mchung, malenkov
igerasim [Wed, 26 Mar 2014 15:58:37 +0400] rev 23580
8014066: Remove redundant restriction from ArrayList#removeRange() spec
Reviewed-by: chegar, dholmes, martin, mduigou
mullan [Tue, 25 Mar 2014 20:32:46 -0400] rev 23579
Merge
mullan [Tue, 25 Mar 2014 20:32:07 -0400] rev 23578
8037258: AIOB while parsing CRL for revoked certificate
Reviewed-by: mullan
Contributed-by: rajan.halade@oracle.com