bpb [Wed, 11 Feb 2015 07:40:43 -0800] rev 28867
8064562: (doc) errors in java.io.PushbackInputStream API documentation
Summary: Update the documentation as suggested to reflect reality.
Reviewed-by: lancea, rriggs
Contributed-by: Shaun Spiller <shaunspiller@gmail.com>
erikj [Wed, 11 Feb 2015 09:59:30 +0100] rev 28866
8072834: jrt-fs.jar missing META-INF/services/java.nio.file.spi.FileSystemProvider
Reviewed-by: ihse
robm [Tue, 10 Feb 2015 23:32:48 +0000] rev 28865
8065553: Failed Java web start via IPv6 (Java7u71 or later)
Reviewed-by: xuelei
darcy [Tue, 10 Feb 2015 11:34:13 -0800] rev 28864
8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
Reviewed-by: lancea
amurillo [Tue, 10 Feb 2015 10:09:33 -0800] rev 28863
Merge
amurillo [Thu, 05 Feb 2015 14:57:53 -0800] rev 28862
Merge
ctornqvi [Wed, 04 Feb 2015 18:23:09 -0800] rev 28861
Merge
jbachorik [Tue, 03 Feb 2015 16:46:05 +0100] rev 28860
8066708: JMXStartStopTest fails to connect to port 38112
Reviewed-by: smarks, dsamersoff, olagneau
ykantser [Mon, 02 Feb 2015 09:37:53 +0100] rev 28859
8071464: Clear up SVC jdk/test/* JRE layout dependencies other than those on tools.jar
Reviewed-by: sla
Contributed-by: alexander.kulyakhtin@oracle.com
ykantser [Fri, 30 Jan 2015 09:31:18 +0100] rev 28858
8068613: Wrong number of objects pending finalization start
Summary: Repeat until expected result, instead of fail after sleep()
Reviewed-by: sla
jbachorik [Fri, 30 Jan 2015 22:01:32 +0100] rev 28857
8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
Reviewed-by: sjiang, dfuchs
amlu [Tue, 10 Feb 2015 12:28:02 -0500] rev 28856
8069255: Suppress deprecation warnings in jdk.rmic module (jdk repo)
Reviewed-by: rriggs
psandoz [Tue, 10 Feb 2015 11:18:51 +0100] rev 28855
8050819: Please add java.util.Stream.ofNullable(T object)
Reviewed-by: alanb, smarks
sundar [Tue, 10 Feb 2015 14:44:33 +0530] rev 28854
8068587: ScriptEngineFactory.getParameter() should specify NPE for a null key
Reviewed-by: alanb, lagergren
darcy [Mon, 09 Feb 2015 17:49:26 -0800] rev 28853
8069277: Doclint regression in java/security/KeyStore.java
Reviewed-by: weijun
darcy [Mon, 09 Feb 2015 15:33:56 -0800] rev 28852
8041395: Doclint regression in java.net.SocketOption
Reviewed-by: lancea
fweimer [Mon, 09 Feb 2015 13:32:42 -0800] rev 28851
8069072: GHASH performance improvement
Summary: Eliminate allocations and vectorize
Reviewed-by: mullan, ascarpino
sherman [Mon, 09 Feb 2015 11:37:56 -0800] rev 28850
8030179: java/nio/Buffer/Chars.java, testcases seems all pass but jtreg/testng failed with java.lang.AssertionError
Summary: fix the surrogate corner case in SingleByte charset encoder
Reviewed-by: psandoz, alanb
mchung [Fri, 06 Feb 2015 15:42:07 -0800] rev 28849
8057645: Deprivilege JAX-WS, JAXB, JAF to extension class loader
Reviewed-by: alanb, dfuchs, lancea, mkos
rriggs [Fri, 06 Feb 2015 17:29:11 -0500] rev 28848
8067800: Unexpected DateTimeException in the java.time.chrono.HijrahChronology.isLeapYear
Summary: Check the year range consistently with other Hijrah date years
Reviewed-by: lancea, scolebourne
bpb [Fri, 06 Feb 2015 08:05:44 -0800] rev 28847
8072495: (fs) Path.relativize() gives incorrect result for empty path on Windows
Summary: Correct handling of empty path in Windows version of relativize()
Reviewed-by: alanb, dfuchs
erikj [Fri, 06 Feb 2015 09:57:28 +0100] rev 28846
8071329: Stop exporting INCLUDE and LIB when building on windows
Reviewed-by: ihse
weijun [Fri, 06 Feb 2015 11:38:29 +0800] rev 28845
8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows
Reviewed-by: xuelei
katleman [Thu, 12 Feb 2015 16:23:25 -0800] rev 28844
Added tag jdk9-b50 for changeset d0f9f129c1f4
duke [Wed, 05 Jul 2017 20:19:04 +0200] rev 28843
Merge
lana [Thu, 12 Feb 2015 16:39:35 -0800] rev 28842
Merge
amurillo [Tue, 10 Feb 2015 10:09:31 -0800] rev 28841
Merge
amurillo [Thu, 05 Feb 2015 14:57:52 -0800] rev 28840
Merge
jwilhelm [Thu, 05 Feb 2015 12:23:29 +0100] rev 28839
Merge
aharlap [Wed, 04 Feb 2015 13:14:27 -0500] rev 28838
8067460: G1: TestResourceManagementFlagWithCommercialBuild.java failed on embedded platform
Summary: Added extension point to detect unsupported options
Reviewed-by: dholmes, bdelsart
jprovino [Wed, 04 Feb 2015 10:18:28 -0500] rev 28837
8071805: BarrierSet::Other is not used and should be removed.
Summary: Remove all occurences of BarrierSet::Other because the barrier set kind is never set to Other.
Reviewed-by: tschatzl, kbarrett
ysuenaga [Wed, 04 Feb 2015 22:21:08 +0900] rev 28836
8068589: GCCause should distinguish jcmd GC.run from System.gc()
Summary: GCCause which is caused by GC.run diagnostic command should be different from System.gc() .
Reviewed-by: sla, tamao
sjohanss [Tue, 03 Feb 2015 15:50:06 +0100] rev 28835
8069034: gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java nightly failure
Summary: When checking for humongous objects to reclaim, we dirty cards that might belong to freed regions. Fixed by checking the region before dirtying.
Reviewed-by: tschatzl, brutisso
jwilhelm [Mon, 02 Feb 2015 13:57:38 +0100] rev 28834
Merge
tschatzl [Mon, 02 Feb 2015 10:38:39 +0100] rev 28833
8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
Summary: Properly bound the iteration work for objArray-oops.
Reviewed-by: mgerdin, kbarrett
kbarrett [Thu, 29 Jan 2015 00:08:38 -0500] rev 28832
8068942: Improve validation of -XX:G1ConfidencePercent value
Summary: Validate during argument processing and simplify usage by assuming validated.
Reviewed-by: jmasa, tschatzl
redestad [Thu, 29 Jan 2015 15:05:25 +0100] rev 28831
8069273: Decrease Hot Card Cache Lock contention
Reviewed-by: tschatzl, mgerdin
jprovino [Tue, 27 Jan 2015 13:50:31 -0500] rev 28830
8064947: Clean up BarrierSet ctor/dtor
Summary: Make abstract base call contructors protected and require a "kind" argument.
Reviewed-by: jmasa, jwilhelm
ctornqvi [Wed, 04 Feb 2015 18:22:46 -0800] rev 28829
Merge
miauno [Tue, 03 Feb 2015 12:49:33 +0100] rev 28828
8072405: [TESTBUG] DCMD tests needs at least compact3 profile
Reviewed-by: jbachorik, sla
miauno [Tue, 03 Feb 2015 12:49:13 +0100] rev 28827
8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs
Reviewed-by: jbachorik, sla
miauno [Tue, 03 Feb 2015 12:26:40 +0100] rev 28826
8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
Reviewed-by: jbachorik, sla
fparain [Mon, 02 Feb 2015 21:19:39 +0000] rev 28825
Merge
fparain [Mon, 02 Feb 2015 18:20:14 +0100] rev 28824
8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
Reviewed-by: dcubed, coleenp, bdelsart
jiangli [Mon, 02 Feb 2015 13:10:27 -0500] rev 28823
Merge
jiangli [Fri, 30 Jan 2015 20:31:05 -0500] rev 28822
8071962: The SA code needs to be updated to support Symbol lookup from the shared archive.
Summary: Support shared symbols lookup.
Reviewed-by: minqi, sspitsyn, dsamersoff, iklam
miauno [Fri, 30 Jan 2015 20:00:57 +0100] rev 28821
8071908: Port internal Diagnostic Command tests and test framework to jtreg
Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
miauno [Fri, 30 Jan 2015 20:20:11 +0100] rev 28820
8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
ykantser [Fri, 30 Jan 2015 09:32:23 +0100] rev 28819
8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined
Reviewed-by: sla, jbachorik
ctornqvi [Thu, 29 Jan 2015 14:50:43 -0800] rev 28818
8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation.
Reviewed-by: dholmes, gtriantafill, jprovino
coleenp [Thu, 29 Jan 2015 14:37:14 -0500] rev 28817
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
Summary: Use resource allocated hashtable for local variable table checking
Reviewed-by: kamg, sspitsyn
katleman [Thu, 12 Feb 2015 16:23:21 -0800] rev 28816
Added tag jdk9-b50 for changeset 674362e1d111
lana [Thu, 12 Feb 2015 16:36:30 -0800] rev 28815
Merge
ihse [Wed, 11 Feb 2015 09:20:29 +0100] rev 28814
8072132: Filter out additional files when stripping
Reviewed-by: erikj, tbell
ihse [Wed, 11 Feb 2015 09:18:49 +0100] rev 28813
8072732: Regression in configure due to JDK-8069057
Reviewed-by: erikj, tbell
erikj [Tue, 10 Feb 2015 12:25:44 +0100] rev 28812
8062223: Upgrading to ccache 1.3.10 disables the use of ccache
Reviewed-by: ihse
ihse [Fri, 06 Feb 2015 12:46:59 +0100] rev 28811
8071767: Improve names and dependencies for image targets
Reviewed-by: ihse, erikj, dholmes
Contributed-by: ingemar.aberg@oracle.com, magnus.ihse.bursie@oracle.com
ihse [Fri, 06 Feb 2015 12:37:31 +0100] rev 28810
8072106: Properly handle dependencies for deleted header files
Reviewed-by: erikj
erikj [Fri, 06 Feb 2015 09:56:30 +0100] rev 28809
8071329: Stop exporting INCLUDE and LIB when building on windows
Reviewed-by: ihse
katleman [Thu, 12 Feb 2015 16:23:20 -0800] rev 28808
Added tag jdk9-b50 for changeset 67486ff44b55
duke [Wed, 05 Jul 2017 20:18:44 +0200] rev 28807
Added tag jdk9-b50 for changeset 1550b2f6b63d
duke [Wed, 05 Jul 2017 20:18:43 +0200] rev 28806
Merge
duke [Wed, 05 Jul 2017 20:18:38 +0200] rev 28805
Merge
lana [Thu, 05 Feb 2015 15:44:57 -0800] rev 28804
Merge
mcimadamore [Thu, 05 Feb 2015 18:51:09 +0000] rev 28803
8072445: tools/javac/lambda/MethodReference55.java fails across platforms
Summary: remove copyright from test header
Reviewed-by: jlahoda
mchung [Tue, 03 Feb 2015 14:09:25 -0800] rev 28802
8069551: Move java.security.acl from compact3 to java.base
Reviewed-by: alanb, mullan, wetmore
jlahoda [Mon, 02 Feb 2015 21:53:36 +0100] rev 28801
8072054: Cannot build langtools if checked-out in a directory ending with \"com\"
Summary: Making sure a proper package name is used when generating Properties classes
Reviewed-by: mcimadamore
jlahoda [Mon, 02 Feb 2015 18:52:16 +0530] rev 28800
8069265: ClassCastException when compiled with JDK 9b08+, JDK8 compiles OK.
Summary: Alternate fix for 8015499 to eliminate extra checkcast (by working around a limitation in Types#asSuper) without the side effect that results in 8069265
Reviewed-by: mcimadamore, jjg
Contributed-by: srikanth.adayapalam@oracle.com
sogoel [Fri, 30 Jan 2015 14:59:47 -0800] rev 28799
8071629: Write new test to test -j switch
Reviewed-by: jjg
katleman [Thu, 05 Feb 2015 11:43:37 -0800] rev 28798
Added tag jdk9-b49 for changeset ac59fe6cd98f
duke [Wed, 05 Jul 2017 20:18:32 +0200] rev 28797
Merge
katleman [Thu, 05 Feb 2015 11:43:32 -0800] rev 28796
Added tag jdk9-b49 for changeset abeda3261f92
duke [Wed, 05 Jul 2017 20:18:26 +0200] rev 28795
Merge
lana [Thu, 05 Feb 2015 15:45:17 -0800] rev 28794
Merge
joehw [Fri, 30 Jan 2015 19:10:29 -0800] rev 28793
8051710: Convert JAXP function tests: javax.xml.jaxp14.* to jtreg (testng) tests
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
joehw [Fri, 30 Jan 2015 17:07:53 -0800] rev 28792
8051709: Convert JAXP function tests: javax.xml.datatype to jtreg (testng) tests
Reviewed-by: lancea
Contributed-by: frank.yuan@oracle.com
katleman [Thu, 05 Feb 2015 11:43:32 -0800] rev 28791
Added tag jdk9-b49 for changeset f9e5640d832e
duke [Wed, 05 Jul 2017 20:18:19 +0200] rev 28790
Merge
lana [Thu, 05 Feb 2015 15:42:09 -0800] rev 28789
Merge
hannesw [Thu, 05 Feb 2015 16:26:36 +0100] rev 28788
8072626: Test for JDK-8068872 fails in tip
Reviewed-by: lagergren, jlaskey
hannesw [Thu, 05 Feb 2015 14:47:28 +0100] rev 28787
8068872: Nashorn JSON.parse drops numeric keys
Reviewed-by: attila, lagergren
hannesw [Thu, 05 Feb 2015 14:42:14 +0100] rev 28786
8062141: Various performance issues parsing JSON
Reviewed-by: lagergren, attila
sundar [Thu, 05 Feb 2015 19:08:00 +0530] rev 28785
8072595: nashorn should not use obj.getClass() for null checks
Reviewed-by: hannesw, attila
attila [Fri, 30 Jan 2015 15:03:56 +0100] rev 28784
8072000: New compiler warning after JDK-8067139
Reviewed-by: hannesw, sundar
katleman [Thu, 05 Feb 2015 11:43:38 -0800] rev 28783
Added tag jdk9-b49 for changeset bdc353778a28
duke [Wed, 05 Jul 2017 20:18:12 +0200] rev 28782
Merge
katleman [Thu, 05 Feb 2015 11:43:29 -0800] rev 28781
Added tag jdk9-b49 for changeset 08067f67dde0
duke [Wed, 05 Jul 2017 20:18:07 +0200] rev 28780
Merge
lana [Thu, 05 Feb 2015 15:43:20 -0800] rev 28779
Merge
sla [Thu, 05 Feb 2015 13:00:26 +0100] rev 28778
8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
Reviewed-by: alanb
sla [Thu, 05 Feb 2015 12:59:01 +0100] rev 28777
8072456: @since tags missing from TimeUnit
Reviewed-by: alanb, martin
aefimov [Thu, 05 Feb 2015 14:48:57 +0300] rev 28776
8072042: (tz) Support tzdata2015a
Reviewed-by: coffeys, okutsu
sjiang [Thu, 05 Feb 2015 12:13:45 +0100] rev 28775
8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans
Reviewed-by: dfuchs, mchung, jbachorik
weijun [Thu, 05 Feb 2015 11:42:39 +0800] rev 28774
8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
Reviewed-by: mullan
mchung [Tue, 03 Feb 2015 14:09:20 -0800] rev 28773
8069551: Move java.security.acl from compact3 to java.base
Reviewed-by: alanb, mullan, wetmore
rriggs [Tue, 03 Feb 2015 14:39:57 -0500] rev 28772
8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf()
Summary: Corrected era range check
Reviewed-by: mchung, lancea
ksrini [Tue, 03 Feb 2015 09:49:27 -0800] rev 28771
8068033: JNI exception pending in jdk/src/share/bin/java.c
Reviewed-by: mchung, serb
amurillo [Tue, 03 Feb 2015 08:45:07 -0800] rev 28770
Merge
amurillo [Fri, 30 Jan 2015 16:56:08 -0800] rev 28769
Merge
minqi [Thu, 29 Jan 2015 03:54:45 +0000] rev 28768
Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28767
Merge
minqi [Tue, 27 Jan 2015 20:03:45 -0800] rev 28766
Merge
dfuchs [Wed, 28 Jan 2015 17:48:59 +0100] rev 28765
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
Summary: Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla
ykantser [Wed, 28 Jan 2015 09:23:41 +0100] rev 28764
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
Reviewed-by: sspitsyn, sla
sspitsyn [Mon, 26 Jan 2015 15:46:47 -0800] rev 28763
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Summary: enable the test: java/lang/instrument/IsModifiableClassAgent.java
Reviewed-by: coleenp, dcubed
Contributed-by: serguei.spitsyn@oracle.com
ykantser [Mon, 26 Jan 2015 13:50:53 +0100] rev 28762
8071324: com/sun/jdi/ConnectedVMs.java should be quarantined
Reviewed-by: sla
ykantser [Mon, 26 Jan 2015 08:52:46 +0100] rev 28761
8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
Reviewed-by: dsamersoff, sla
Contributed-by: mattias.tobiasson@oracle.com
ykantser [Fri, 23 Jan 2015 14:20:52 +0100] rev 28760
8067945: SVC jdk/test/* should be cleaned from JRE layout dependency
Reviewed-by: sla
Contributed-by: alexander.kulyakhtin@oracle.com
ykantser [Wed, 21 Jan 2015 15:06:31 +0100] rev 28759
8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined
Reviewed-by: sla
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28758
Merge
darcy [Mon, 02 Feb 2015 16:35:10 -0800] rev 28757
8072371: Add two failing svc tests to the problem list
Reviewed-by: lancea
darcy [Mon, 02 Feb 2015 12:35:18 -0800] rev 28756
8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list
Reviewed-by: rriggs
psandoz [Mon, 02 Feb 2015 14:21:32 +0100] rev 28755
8072030: Race condition in ThenComposeExceptionTest.java
Reviewed-by: chegar
psandoz [Mon, 02 Feb 2015 14:19:12 +0100] rev 28754
8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
Reviewed-by: alundblad, forax, chegar, jrose
psandoz [Mon, 02 Feb 2015 14:19:00 +0100] rev 28753
8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
Reviewed-by: lancea, chegar
psandoz [Mon, 02 Feb 2015 14:18:54 +0100] rev 28752
8048689: Clarify documentation on BaseStream.spliterator
Reviewed-by: lancea, chegar
rriggs [Fri, 30 Jan 2015 16:13:57 -0500] rev 28751
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant
8062803: 'principal' should be 'principle' in java.time package description
8062796: java.time.format.DateTimeFormatter error in API doc example
Reviewed-by: lancea, mchung
rriggs [Fri, 30 Jan 2015 16:13:04 -0500] rev 28750
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
Summary: Clarify optional behavior and the exception thrown when not supported
Reviewed-by: dfuchs, martin
bpb [Fri, 30 Jan 2015 12:56:12 -0800] rev 28749
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
Summary: Throw IllegalArgumentException if the channel parameter is null
Reviewed-by: alanb
bpb [Fri, 30 Jan 2015 10:23:45 -0800] rev 28748
8067669: Documentation for methods in Number incomplete regarding too large values.
Summary: Remove statments about rounding and truncation from the *Valud() methods
Reviewed-by: rriggs, darcy, alundblad
katleman [Thu, 05 Feb 2015 11:43:33 -0800] rev 28747
Added tag jdk9-b49 for changeset 6e8154707178
duke [Wed, 05 Jul 2017 20:17:56 +0200] rev 28746
Merge
lana [Thu, 05 Feb 2015 15:44:19 -0800] rev 28745
Merge
dfuchs [Wed, 04 Feb 2015 17:12:03 +0100] rev 28744
8072450: 9-dev build failed on elinux-i586 and rlinux-i586
Summary: added LL suffix to constant declaration
Reviewed-by: dholmes, coleenp, sla
amurillo [Fri, 30 Jan 2015 16:56:05 -0800] rev 28743
Merge
minqi [Fri, 30 Jan 2015 10:52:25 -0800] rev 28742
Merge
sspitsyn [Thu, 29 Jan 2015 03:11:01 -0800] rev 28741
8008678: JSR 292: constant pool reconstitution must support pseudo strings
Summary: Keep orig idx from pseudo-string to UTF8, use 2nd lsb CPSlot to mark pseudo-string.
Reviewed-by: coleenp, jrose
Contributed-by: serguei.spitsyn@oracle.com
minqi [Thu, 29 Jan 2015 03:54:44 +0000] rev 28740
Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28739
Merge
minqi [Tue, 27 Jan 2015 20:02:35 -0800] rev 28738
Merge
dfuchs [Wed, 28 Jan 2015 17:52:48 +0100] rev 28737
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
Summary: Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla
ykantser [Wed, 28 Jan 2015 09:27:49 +0100] rev 28736
8071545: Tests are still excluded while the appropriate bug has been fixed
Reviewed-by: sspitsyn, sla
ctornqvi [Tue, 27 Jan 2015 05:51:00 -0800] rev 28735
8071530: Update OS detection code to reflect Windows 10 version change
Reviewed-by: sla, mgronlun
sspitsyn [Mon, 26 Jan 2015 15:51:28 -0800] rev 28734
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Summary: adjust Unsafe methods in the itable/vtable if Unsafe is redefined
Reviewed-by: coleenp, dcubed
Contributed-by: serguei.spitsyn@oracle.com
goetz [Mon, 12 Jan 2015 09:16:06 +0100] rev 28733
8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
Reviewed-by: coleenp, sla
ctornqvi [Fri, 23 Jan 2015 11:44:21 -0800] rev 28732
8069207: [TESTBUG] Exception thrown for java.lang.NoSuchMethodError: sun.misc.Unsafe.monitorExit
Reviewed-by: gtriantafill, dholmes
lfoltan [Fri, 23 Jan 2015 09:54:33 -0500] rev 28731
8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
Summary: A static method should be skipped in entirety by find_instance_method(), searching should continue to find an overpass method of the same name and signature if present.
Reviewed-by: acorn, hseigel
thartmann [Wed, 28 Jan 2015 07:55:27 +0100] rev 28730
8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34
Summary: Aligning code heap sizes to large page size if supported.
Reviewed-by: kvn, anoll
dlong [Tue, 27 Jan 2015 13:58:55 -0500] rev 28729
Merge
pchistyakov [Mon, 26 Jan 2015 19:01:50 +0300] rev 28728
8069125: compiler/codecache/stress tests timeout in nightlies
Summary: added timeout between one of test threads iterations, adjusted hole test execution time
Reviewed-by: kvn
pchistyakov [Mon, 26 Jan 2015 18:59:09 +0300] rev 28727
8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage
Summary: disable background compilation
Reviewed-by: kvn
zmajo [Mon, 26 Jan 2015 10:43:42 +0100] rev 28726
8071312: compiler/arguments/CheckCompileThresholdScaling.java fails
Summary: Change the way VM handles CompileThresholdScaling==0, update test
Reviewed-by: kvn, drchase, fzhinkin
dlong [Fri, 23 Jan 2015 22:39:24 -0500] rev 28725
8031064: build_vm_def.sh not working correctly for new build cross compile
Summary: move nm and awk code into vm.make
Reviewed-by: dsamersoff, dholmes
iveresov [Thu, 22 Jan 2015 21:02:24 +0000] rev 28724
Merge
iveresov [Thu, 22 Jan 2015 11:25:23 -0800] rev 28723
8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
Summary: Add merge nodes to node to block mapping
Reviewed-by: kvn, vlivanov
fzhinkin [Tue, 20 Jan 2015 11:26:20 +0300] rev 28722
8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure
Reviewed-by: kvn
neliasso [Thu, 22 Jan 2015 11:23:13 +0100] rev 28721
8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure
Summary: Fixed whitespace handling and added test cases
Reviewed-by: kvn, anoll, zmajo
neliasso [Thu, 22 Jan 2015 11:05:14 +0100] rev 28720
8069389: CompilerOracle prefix wildcarding is broken for long strings
Summary: Replace strcpy with memmove
Reviewed-by: kvn
thartmann [Thu, 22 Jan 2015 09:07:41 +0100] rev 28719
8069580: String intrinsic related cleanups
Summary: Small cleanup of string intrinsic related code.
Reviewed-by: kvn, roland
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28718
Merge
katleman [Thu, 05 Feb 2015 11:43:29 -0800] rev 28717
Added tag jdk9-b49 for changeset 6a22230c068f
lana [Thu, 05 Feb 2015 15:41:43 -0800] rev 28716
Merge
mchung [Tue, 03 Feb 2015 14:08:55 -0800] rev 28715
8069551: Move java.security.acl from compact3 to java.base
Reviewed-by: alanb, mullan, wetmore
amurillo [Fri, 30 Jan 2015 16:56:03 -0800] rev 28714
Merge
amurillo [Mon, 26 Jan 2015 17:00:38 -0800] rev 28713
Merge
katleman [Thu, 05 Feb 2015 11:43:28 -0800] rev 28712
Added tag jdk9-b49 for changeset dd613dc718a1
duke [Wed, 05 Jul 2017 20:17:34 +0200] rev 28711
Added tag jdk9-b49 for changeset 5b8db585a33c
duke [Wed, 05 Jul 2017 20:17:33 +0200] rev 28710
Merge
duke [Wed, 05 Jul 2017 20:17:28 +0200] rev 28709
Merge
lana [Thu, 29 Jan 2015 15:36:21 -0800] rev 28708
Merge
jjg [Thu, 29 Jan 2015 14:43:19 -0800] rev 28707
8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker
Reviewed-by: ksrini
mchung [Tue, 27 Jan 2015 19:50:41 -0800] rev 28706
8068937: jdeps shows "not found" if target class has no reference other than its own package
Reviewed-by: alanb
sogoel [Tue, 27 Jan 2015 15:11:57 -0800] rev 28705
8068463: Group 10c: golden files for tests in tools/javac dir
Reviewed-by: jjg, mcimadamore
katleman [Wed, 28 Jan 2015 16:45:50 -0800] rev 28704
Added tag jdk9-b48 for changeset 6e2e298c50f1
duke [Wed, 05 Jul 2017 20:17:22 +0200] rev 28703
Merge
lana [Thu, 29 Jan 2015 15:35:04 -0800] rev 28702
Merge
aefimov [Mon, 26 Jan 2015 12:36:37 +0300] rev 28701
8046817: JDK 8 schemagen tool does not generate xsd files for enum types
Reviewed-by: joehw, mkos
katleman [Wed, 28 Jan 2015 16:45:40 -0800] rev 28700
Added tag jdk9-b48 for changeset a5c172165b3b
duke [Wed, 05 Jul 2017 20:17:15 +0200] rev 28699
Merge
lana [Thu, 29 Jan 2015 15:36:12 -0800] rev 28698
Merge
joehw [Wed, 28 Jan 2015 22:49:58 -0800] rev 28697
8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
joehw [Wed, 28 Jan 2015 15:07:12 -0800] rev 28696
8052401: JAXP function gap tests conversion
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
joehw [Tue, 27 Jan 2015 22:01:46 -0800] rev 28695
8054196: XPath: support any type
Reviewed-by: alanb, lancea, dfuchs
aefimov [Mon, 26 Jan 2015 12:17:59 +0300] rev 28694
8062923: XSL: Run-time internal error in 'substring()'
8062924: XSL: wrong answer from substring() function
Reviewed-by: joehw
katleman [Wed, 28 Jan 2015 16:45:37 -0800] rev 28693
Added tag jdk9-b48 for changeset 5da8936a1a2c
duke [Wed, 05 Jul 2017 20:17:09 +0200] rev 28692
Merge
lana [Thu, 29 Jan 2015 15:36:29 -0800] rev 28691
Merge
attila [Wed, 28 Jan 2015 17:58:08 +0100] rev 28690
8067139: Finally blocks inlined incorrectly
Reviewed-by: hannesw, lagergren
katleman [Wed, 28 Jan 2015 16:45:51 -0800] rev 28689
Added tag jdk9-b48 for changeset 5f1e4deb8d30
duke [Wed, 05 Jul 2017 20:17:03 +0200] rev 28688
Merge
katleman [Wed, 28 Jan 2015 16:45:33 -0800] rev 28687
Added tag jdk9-b48 for changeset bb8de1967725
duke [Wed, 05 Jul 2017 20:16:58 +0200] rev 28686
Merge
darcy [Thu, 29 Jan 2015 16:16:35 -0800] rev 28685
8071959: java.lang.Object uses implicit default constructor
Reviewed-by: lancea
lana [Thu, 29 Jan 2015 15:35:29 -0800] rev 28684
Merge
darcy [Thu, 29 Jan 2015 15:14:44 -0800] rev 28683
8071434: doc updates for java.lang.Object
Reviewed-by: rriggs
bchristi [Thu, 29 Jan 2015 14:49:15 -0800] rev 28682
8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader
Reviewed-by: alanb
chegar [Thu, 29 Jan 2015 20:45:30 +0000] rev 28681
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
Reviewed-by: alanb, igerasim
robm [Thu, 29 Jan 2015 14:59:42 +0000] rev 28680
8067680: (sctp) Possible race initializing native IDs
Reviewed-by: chegar, rriggs
dsamersoff [Wed, 28 Jan 2015 04:56:00 -0800] rev 28679
8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
Summary: rewrite the test to jtreg
Reviewed-by: ykantser, jbachorik
amurillo [Tue, 27 Jan 2015 10:11:23 -0800] rev 28678
Merge
amurillo [Thu, 22 Jan 2015 22:42:33 -0800] rev 28677
Merge
dlong [Thu, 22 Jan 2015 18:23:57 -0500] rev 28676
Merge
pchistyakov [Fri, 16 Jan 2015 15:09:01 +0300] rev 28675
8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
Reviewed-by: kvn, iignatyev
jwilhelm [Thu, 22 Jan 2015 12:26:25 +0100] rev 28674
Merge
jmasa [Tue, 20 Jan 2015 13:29:26 -0800] rev 28673
8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally
Summary: OOME with message "GC overhead limit exceeded". -XX:-UseGCOverheadLimit was added to avoid OOME in resource handler.
Reviewed-by: jmasa, jwilhelm
Contributed-by: michail.chernov@oracle.com
minqi [Sun, 18 Jan 2015 11:50:10 -0800] rev 28672
Merge
psandoz [Thu, 15 Jan 2015 11:18:14 +0100] rev 28671
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
Reviewed-by: dholmes, coleenp
Contributed-by: paul.sandoz@oracle.com, peter.levart@gmail.com
weijun [Tue, 27 Jan 2015 18:16:27 +0800] rev 28670
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check.
Reviewed-by: mullan
okutsu [Tue, 27 Jan 2015 12:59:45 +0900] rev 28669
8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
Reviewed-by: naoto, peytoia
bpb [Mon, 26 Jan 2015 17:16:57 -0800] rev 28668
8069269: (spec) Defect in the System.nanoTime spec
Summary: Change the description of how to compare two nanoTime values.
Reviewed-by: martin
psandoz [Mon, 26 Jan 2015 17:26:49 +0000] rev 28667
8071477: Better Spliterator implementations for String.chars() and String.codePoints()
Reviewed-by: sherman
psandoz [Mon, 26 Jan 2015 17:06:00 +0000] rev 28666
8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive
Reviewed-by: chegar, lancea, dfuchs
rriggs [Mon, 26 Jan 2015 10:55:27 -0500] rev 28665
8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
Summary: simplify source files for Unix Process implementation
Reviewed-by: plevart, chegar
weijun [Mon, 26 Jan 2015 21:55:05 +0800] rev 28664
8071562: TimestampCheck.java change removes a whitespace between command and args
Reviewed-by: alanb
chegar [Mon, 26 Jan 2015 13:46:08 +0000] rev 28663
8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
Reviewed-by: alanb
asmotrak [Mon, 26 Jan 2015 18:13:42 +0800] rev 28662
8049171: Additional tests for jarsigner's warnings
Reviewed-by: weijun
aefimov [Mon, 26 Jan 2015 12:36:32 +0300] rev 28661
8046817: JDK 8 schemagen tool does not generate xsd files for enum types
Reviewed-by: joehw, mkos
erikj [Mon, 26 Jan 2015 10:29:11 +0100] rev 28660
8069261: Create make dependencies on make variable values
Reviewed-by: ihse
aefimov [Mon, 26 Jan 2015 12:25:27 +0300] rev 28659
8062923: XSL: Run-time internal error in 'substring()'
8062924: XSL: wrong answer from substring() function
Reviewed-by: joehw
erikj [Mon, 26 Jan 2015 10:24:25 +0100] rev 28658
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
Reviewed-by: alanb
weijun [Mon, 26 Jan 2015 09:29:29 +0800] rev 28657
8055045: StringIndexOutOfBoundsException while reading krb5.conf
Reviewed-by: mullan
katleman [Wed, 28 Jan 2015 16:45:45 -0800] rev 28656
Added tag jdk9-b48 for changeset 6d99e9b8dbe5
duke [Wed, 05 Jul 2017 20:16:49 +0200] rev 28655
Merge
lana [Thu, 29 Jan 2015 15:36:59 -0800] rev 28654
Merge
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28653
Merge
amurillo [Thu, 22 Jan 2015 22:42:31 -0800] rev 28652
Merge
dlong [Thu, 22 Jan 2015 18:23:54 -0500] rev 28651
Merge
zmajo [Wed, 21 Jan 2015 10:51:35 +0100] rev 28650
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
Summary: Changed interpreter and compilation policies to allow using CompileThresholdScaling on a per-method level
Reviewed-by: jrose, kvn
zmajo [Tue, 20 Jan 2015 09:45:11 +0100] rev 28649
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
Summary: Added '@ignore 8069160' to the test.
Reviewed-by: anoll, kvn
iveresov [Mon, 19 Jan 2015 12:29:50 -0800] rev 28648
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
Summary: Use MachMerge to hook together defs of the same multidef value in a block
Reviewed-by: kvn, vlivanov
vlivanov [Mon, 19 Jan 2015 14:14:05 +0000] rev 28647
Merge
pchistyakov [Fri, 16 Jan 2015 15:08:20 +0300] rev 28646
8068231: Several tests are still excluded
Reviewed-by: kvn, iignatyev
dpochepk [Fri, 16 Jan 2015 20:59:23 +0400] rev 28645
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
Summary: fixing unstable behaviour of 2 tests
Reviewed-by: iignatyev
thartmann [Mon, 19 Jan 2015 11:35:45 +0000] rev 28644
Merge
zmajo [Mon, 19 Jan 2015 09:32:40 +0100] rev 28643
8066312: Add new Node* Node::find_out(int opc) method.
Summary: Added methods find_user_with() and has_user_with() for searching for a particular out type.
Reviewed-by: kvn, jrose
asiebenborn [Fri, 16 Jan 2015 13:58:22 +0100] rev 28642
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
Reviewed-by: kvn
dlong [Fri, 16 Jan 2015 05:02:11 -0500] rev 28641
Merge
zmajo [Thu, 15 Jan 2015 11:30:13 +0100] rev 28640
8067374: Use %f instead of %g for LogCompilation output
Summary: Changed format string from %g to %f.
Reviewed-by: kvn
kvn [Wed, 14 Jan 2015 17:27:00 -0800] rev 28639
8068864: C2 failed: modified node is not on IGVN._worklist
Summary: Use igvn.replace_input_of() instead of set_req().
Reviewed-by: iveresov, vlivanov
jwilhelm [Thu, 22 Jan 2015 12:26:26 +0100] rev 28638
Merge
kbarrett [Wed, 21 Jan 2015 19:36:18 +0100] rev 28637
8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
Reviewed-by: brutisso, tschatzl
jwilhelm [Mon, 19 Jan 2015 15:52:56 +0100] rev 28636
Merge
sjohanss [Mon, 19 Jan 2015 10:08:07 +0100] rev 28635
8069011: gc/TestSmallHeap.java failing in nightly
Summary: Using @requires to avoid running with AggressiveOpts turned on.
Reviewed-by: jwilhelm, brutisso
sjohanss [Mon, 19 Jan 2015 10:06:14 +0100] rev 28634
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
Reviewed-by: brutisso, kbarrett
ehelin [Fri, 16 Jan 2015 14:43:45 +0100] rev 28633
8068971: A heap region being cleared should not belong to the cset
Reviewed-by: brutisso, tschatzl
ehelin [Fri, 16 Jan 2015 10:32:40 +0000] rev 28632
Merge
ehelin [Fri, 16 Jan 2015 10:29:12 +0100] rev 28631
8066875: VirtualSpace does not use large pages
Reviewed-by: stefank, tschatzl, anoll, thartmann
brutisso [Fri, 16 Jan 2015 09:40:13 +0100] rev 28630
8061259: ParNew promotion failed is serialized on a lock
Reviewed-by: kbarrett, brutisso
Contributed-by: jwha@google.com
jwilhelm [Thu, 15 Jan 2015 16:05:20 +0100] rev 28629
8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
Summary: Skip test if -client is not supported.
Reviewed-by: jwilhelm, simonis
Contributed-by: goetz.lindenmaier@sap.com
erikj [Tue, 20 Jan 2015 13:56:57 +0100] rev 28628
8067479: verify-modules fails in bootcycle build
Reviewed-by: dholmes, sla
igerasim [Mon, 19 Jan 2015 11:35:15 +0300] rev 28627
8069048: (process) Suspend finishing threads when process exits [win]
Reviewed-by: dholmes, dcubed
minqi [Sun, 18 Jan 2015 11:49:22 -0800] rev 28626
Merge
kevinw [Fri, 16 Jan 2015 21:28:02 +0000] rev 28625
8035938: Memory leak in JvmtiEnv::GetConstantPool
Reviewed-by: sspitsyn, dcubed
aph [Fri, 16 Jan 2015 09:15:22 +0100] rev 28624
6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
Reviewed-by: sla, sspitsyn
ctornqvi [Thu, 15 Jan 2015 14:10:49 -0800] rev 28623
8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest
Reviewed-by: coleenp, gtriantafill
psandoz [Thu, 15 Jan 2015 12:43:14 +0000] rev 28622
Merge
psandoz [Thu, 15 Jan 2015 11:18:20 +0100] rev 28621
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
Reviewed-by: dholmes, coleenp
Contributed-by: paul.sandoz@oracle.com, filipp.zhinkin@gmail.com
dsamersoff [Thu, 15 Jan 2015 12:02:55 +0000] rev 28620
Merge
dsamersoff [Wed, 14 Jan 2015 17:22:28 +0000] rev 28619
Merge
dsamersoff [Wed, 14 Jan 2015 07:10:53 -0800] rev 28618
7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData
Summary: Explicitly checks for UsePerfData and if it's false make Perf:detach a NOP.
Reviewed-by: dholmes, jbachorik
goetz [Wed, 07 Jan 2015 08:37:49 +0100] rev 28617
8068503: ppc64: Encode/Decode nodes for disjoint cOops mode
Reviewed-by: simonis
jiangli [Wed, 14 Jan 2015 16:35:58 -0500] rev 28616
Merge
jiangli [Wed, 14 Jan 2015 16:35:00 -0500] rev 28615
8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error.
Summary: Include shared symbols in SymbolTable::symbols_do(SymbolClosure).
Reviewed-by: minqi, farvidsson, coleenp
erikj [Wed, 14 Jan 2015 15:25:13 +0000] rev 28614
Merge
erikj [Wed, 14 Jan 2015 15:57:59 +0100] rev 28613
8065576: Enable pipefail in the shell used by make to better detect build errors
Reviewed-by: ihse, tbell, martin
hseigel [Wed, 14 Jan 2015 08:14:23 -0500] rev 28612
8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
Summary: Allow fieldClass for getstatic and putstatic to be an array
Reviewed-by: dholmes, acorn