jbachorik [Fri, 18 Dec 2015 14:43:24 +0100] rev 34715
8145417: JInfoSanityTest failed with Error attaching to remote server: java.rmi.ConnectException: Connection refused
Reviewed-by: sspitsyn
psandoz [Fri, 18 Dec 2015 09:59:25 +0100] rev 34714
8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified
Reviewed-by: smarks
lana [Thu, 17 Dec 2015 20:27:37 -0800] rev 34713
Merge
shade [Thu, 17 Dec 2015 21:14:58 +0300] rev 34712
8145539: (coll) AbstractMap.keySet and .values should not be volatile
Reviewed-by: redestad, plevart, dl, psandoz
shade [Thu, 17 Dec 2015 20:42:01 +0300] rev 34711
8145428: Optimize StringUTF16 compress/copy methods for C1
Reviewed-by: redestad, psandoz, sherman, rriggs
mchung [Thu, 17 Dec 2015 09:39:21 -0800] rev 34710
8144553: java/lang/StackWalker/StackWalkTest.java and MultiThreadStackWalk.java fail with stack overflows
Reviewed-by: dfuchs
darcy [Wed, 16 Dec 2015 14:45:21 -0800] rev 34709
8145605: Problem list Test6277246.java until a fix for JDK-8145589
Reviewed-by: sherman, mchung
jfranck [Wed, 16 Dec 2015 20:00:03 +0100] rev 34708
8057804: AnnotatedType interfaces provide no way to get annotations on owner type
Reviewed-by: darcy, redestad
rriggs [Wed, 16 Dec 2015 13:00:29 -0500] rev 34707
8032510: Add java.time.Duration.dividedBy(Duration)
Reviewed-by: rriggs, scolebourne
asmotrak [Wed, 16 Dec 2015 08:38:10 -0800] rev 34706
8129567: CRYPTO_MECHANISM_PARAM_INVALID occurs if GCM mode parameter which is used as an IV is set to all zeros
Reviewed-by: mullan
Contributed-by: bhanu.prakash.gopularam@oracle.com
chegar [Wed, 16 Dec 2015 12:17:03 +0000] rev 34705
8144479: Remove character coders from sun.misc
Reviewed-by: psandoz, rriggs
chegar [Wed, 16 Dec 2015 08:42:00 +0000] rev 34704
8145416: Move sun.misc.ProxyGenerator to java.lang.reflect
Reviewed-by: alanb, mchung, rriggs
amurillo [Tue, 15 Dec 2015 19:01:10 -0800] rev 34703
Merge
amurillo [Tue, 15 Dec 2015 09:50:07 -0800] rev 34702
Merge
amurillo [Fri, 11 Dec 2015 17:45:50 -0800] rev 34701
Merge
jprovino [Mon, 07 Dec 2015 17:04:37 +0000] rev 34700
Merge
jbachorik [Mon, 07 Dec 2015 12:31:25 +0100] rev 34699
8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe"
Reviewed-by: sla
jbachorik [Fri, 06 Nov 2015 14:32:34 +0100] rev 34698
8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
Reviewed-by: dsamersoff
mchung [Tue, 15 Dec 2015 13:02:01 -0800] rev 34697
8145430: Fix typo in StackWalker javadoc
Reviewed-by: dfuchs, darcy
smarks [Tue, 15 Dec 2015 12:47:23 -0800] rev 34696
8145139: clean up jdk_collections and jdk_concurrent test groups
Reviewed-by: martin
ihse [Tue, 15 Dec 2015 11:02:12 +0100] rev 34695
8142907: Integration of minor fixes from the build-infra project
Reviewed-by: erikj, dholmes
bpb [Tue, 15 Dec 2015 09:02:46 -0800] rev 34694
8143394: PushbackReader throws NullPointerException
Summary: Synchronize on lock in close() to avoid NPE from read()-close() race.
Reviewed-by: alanb, dfuchs
sherman [Tue, 15 Dec 2015 08:54:35 -0800] rev 34693
8145343: CorruptEntry.java fails after push for JDK-8145260
Reviewed-by: weijun
skovalev [Fri, 11 Dec 2015 16:35:59 +0300] rev 34692
8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
Reviewed-by: martin
chegar [Tue, 15 Dec 2015 10:11:04 +0000] rev 34691
8145390: Remove sun.misc.Queue and replace usages with standard Collections
Reviewed-by: psandoz, mchung, serb
okutsu [Tue, 15 Dec 2015 16:42:30 +0900] rev 34690
8139572: SimpleDateFormat parse month stand-alone format bug
Reviewed-by: okutsu
Contributed-by: Naveen Kumar <naveen.ah.kumar@oracle.com>
lbourges [Mon, 14 Dec 2015 14:08:37 -0800] rev 34689
8145055: Marlin renderer causes unaligned write accesses
Reviewed-by: flar, prr
chegar [Mon, 14 Dec 2015 19:30:13 +0000] rev 34688
8145214: Remove sun.misc.Request and RequestProcessor
Reviewed-by: alanb, mchung, rriggs
chegar [Mon, 14 Dec 2015 19:24:33 +0000] rev 34687
8144995: Move sun.misc.HexDumpEncoder to sun.security.util
Reviewed-by: psandoz, mchung
sherman [Mon, 14 Dec 2015 09:27:15 -0800] rev 34686
8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
Reviewed-by: coffeys
shinyafox [Sun, 13 Dec 2015 15:20:35 +0100] rev 34685
8144675: Add a filtering collector
Reviewed-by: psandoz, smarks
psandoz [Sun, 13 Dec 2015 15:10:13 +0100] rev 34684
8145007: Pattern splitAsStream is not late binding as required by the specification
Reviewed-by: chegar, psandoz
Contributed-by: Tagir Valeev <amaembo@gmail.com>
asmotrak [Fri, 11 Dec 2015 19:06:40 -0800] rev 34683
8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
Reviewed-by: mullan
smarks [Fri, 11 Dec 2015 17:01:01 -0800] rev 34682
8144952: add wildcards to the Map.ofEntries() method
Reviewed-by: darcy, psandoz, chegar
lana [Fri, 18 Dec 2015 09:29:10 -0800] rev 34681
Added tag jdk-9+98 for changeset 797d5137b545
duke [Wed, 05 Jul 2017 21:09:07 +0200] rev 34680
Merge
lana [Fri, 18 Dec 2015 09:56:56 -0800] rev 34679
Merge
lana [Thu, 17 Dec 2015 20:25:48 -0800] rev 34678
Merge
amurillo [Tue, 15 Dec 2015 19:01:07 -0800] rev 34677
Merge
amurillo [Fri, 11 Dec 2015 17:45:48 -0800] rev 34676
Merge
jmasa [Wed, 09 Dec 2015 12:35:09 -0800] rev 34675
8145027: Exclude NUMAInterleaveGranularity from TestOptionsWithRanges.java
Reviewed-by: jwilhelm, ddmitriev
tschatzl [Wed, 09 Dec 2015 17:09:12 +0000] rev 34674
Merge
tbenson [Wed, 09 Dec 2015 09:51:31 -0500] rev 34673
8060697: Improve G1 Heap Growth Heuristics
Summary: Reworked GCTimeRatio-based heap growth code for G1
Reviewed-by: tschatzl, kbarrett, jmasa
Contributed-by: tom.benson@oracle.com
david [Wed, 09 Dec 2015 15:01:11 +0000] rev 34672
Merge
david [Wed, 09 Dec 2015 14:49:26 +0100] rev 34671
8144837: Improve the printout of heap regions in hs_err dump files.
Reviewed-by: stefank, sjohanss
kevinw [Wed, 09 Dec 2015 15:31:25 +0530] rev 34670
8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
Reviewed-by: dholmes, sla
Contributed-by: cheleswer.sahu@oracle.com
goetz [Tue, 08 Dec 2015 20:51:09 -0500] rev 34669
8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded"
Reviewed-by: dholmes
mikael [Tue, 08 Dec 2015 21:46:56 +0000] rev 34668
Merge
mikael [Tue, 08 Dec 2015 11:36:16 -0800] rev 34667
8144881: Various fixes to linux/sparc
Summary: Fixed sigflags printing, format specfiers, codeCache includes and some function returns
Reviewed-by: dsamersoff, simonis
mgronlun [Tue, 08 Dec 2015 20:04:03 +0100] rev 34666
8140485: Class load and creation cleanup
Reviewed-by: hseigel, coleenp, sspitsyn
poonam [Tue, 08 Dec 2015 05:50:46 -0800] rev 34665
8140031: SA: Searching for a value in Threads does not work
Summary: Improve the thread and threads commands in CLHSDB
Reviewed-by: dsamersoff
fyang [Mon, 07 Dec 2015 21:14:56 +0800] rev 34664
8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto
Summary: Fix typo in stub generate_cipherBlockChaining_decryptAESCrypt
Reviewed-by: roland
jwilhelm [Mon, 07 Dec 2015 21:03:56 +0000] rev 34663
Merge
jwilhelm [Mon, 07 Dec 2015 17:29:27 +0000] rev 34662
Merge
sangheki [Fri, 04 Dec 2015 15:24:14 -0800] rev 34661
8142341: GC: current flags need ranges to be implemented
Summary: Add explicit ranges and constraint for all gc flags
Reviewed-by: jwilhelm, gziemski, ddmitriev, tbenson
iklam [Mon, 07 Dec 2015 19:21:40 +0000] rev 34660
Merge
iklam [Wed, 02 Dec 2015 18:14:54 -0800] rev 34659
8143615: compactHashtable.hpp includes .inline.hpp file
Reviewed-by: dholmes, stefank
jprovino [Mon, 07 Dec 2015 17:16:13 +0000] rev 34658
Merge
jprovino [Mon, 07 Dec 2015 17:04:42 +0000] rev 34657
Merge
mlarsson [Fri, 04 Dec 2015 13:02:25 +0100] rev 34656
8144146: Unified Logging tags cannot be reserved keywords
Reviewed-by: dholmes, sla
mikael [Fri, 04 Dec 2015 09:36:16 -0800] rev 34655
8144605: Invalid format specifier when printing in_cset_state_t
Summary: Use existing CSETSTATE_FORMAT macro in format string
Reviewed-by: kbarrett, tschatzl
mikael [Sun, 06 Dec 2015 06:08:48 +0000] rev 34654
Merge
mikael [Fri, 04 Dec 2015 14:32:25 -0800] rev 34653
8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly
Summary: Fix constraints and signedness in comparisons
Reviewed-by: kbarrett
coleenp [Sat, 05 Dec 2015 17:14:02 +0000] rev 34652
Merge
coleenp [Sat, 05 Dec 2015 10:40:22 -0500] rev 34651
8144534: Refactor templateInterpreter and templateInterpreterGenerator functions
Summary: merged templateInterpreter_x86_32/64 into templateInterpreterGenerator_x86.cpp (some 32/64 functions remain for the hand coded crc functions).
Reviewed-by: goetz, jrose, twisti
tschatzl [Sat, 05 Dec 2015 15:17:29 +0100] rev 34650
8144690: g1Predictions.hpp includes allocation.inline.hpp
Summary: Remove offending (and unnecessary) include statement.
Reviewed-by: stefank, jmasa
tschatzl [Sat, 05 Dec 2015 15:16:01 +0100] rev 34649
8144583: Test sanity/ExecuteInternalVMTests.java fails
Summary: Remove a test that is highly dependent on timing.
Reviewed-by: jwilhelm
stuefe [Sat, 05 Dec 2015 05:15:35 -0500] rev 34648
8144192: Enhancements-to-print_siginfo-windows
Summary: some small enhancement to os::print_siginfo for Windows
Reviewed-by: dholmes
stuefe [Mon, 16 Nov 2015 10:58:14 +0100] rev 34647
8143125: [aix] Further Developments for AIX
Summary: Port newest AIX port developemnts to OpenJDK.
Reviewed-by: goetz, simonis
stuefe [Sat, 05 Dec 2015 07:16:52 +0100] rev 34646
8144702: Using tid decorator in Unified Logging may crash VM
Summary: LogDecorations::create_tid_decoration should avoid Thread::current() if possible.
Reviewed-by: mlarsson, coleenp
dsamersoff [Sat, 05 Dec 2015 03:10:50 +0000] rev 34645
Merge
dsamersoff [Fri, 04 Dec 2015 18:40:03 +0000] rev 34644
Merge
dsamersoff [Fri, 04 Dec 2015 21:27:12 +0300] rev 34643
8131694: backout the fix for JDK-8131331 when JDK-8131693 is fixed
Summary: backout temporal fix
Reviewed-by: dcubed
iklam [Sat, 05 Dec 2015 00:07:04 +0000] rev 34642
Merge
iklam [Wed, 02 Dec 2015 06:00:18 -0800] rev 34641
8144491: ElfSymbolTable::lookup returns bad value when the lookup has failed
Reviewed-by: dcubed, stefank
ehelin [Fri, 04 Dec 2015 22:07:22 +0000] rev 34640
Merge
ehelin [Fri, 04 Dec 2015 15:47:13 +0100] rev 34639
8144712: Remove g1RootClosures.inline.hpp
Reviewed-by: stefank, mgerdin
mlarsson [Fri, 04 Dec 2015 20:04:59 +0000] rev 34638
Merge
ysuenaga [Thu, 03 Dec 2015 22:42:28 +0900] rev 34637
8140556: Add force rotation option to VM.log jcmd
Summary: Rotate JVM log files via jcmd
Reviewed-by: sla, mlarsson
jbachorik [Fri, 04 Dec 2015 16:19:09 +0000] rev 34636
Merge
jbachorik [Fri, 06 Nov 2015 14:34:06 +0100] rev 34635
8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
Reviewed-by: dsamersoff
ddmitriev [Fri, 04 Dec 2015 13:39:59 +0300] rev 34634
8144629: runtime/thread/Fibonacci.java test should ran in othervm mode
Reviewed-by: ctornqvi
dholmes [Fri, 04 Dec 2015 04:06:37 -0500] rev 34633
8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
Summary: Used compiled-based TLS when available. Additional contributions by Thomas Stufe (AIX) and Andrew Haley (Aarch64)
Reviewed-by: stuefe, bdelsart, dcubed
coleenp [Fri, 04 Dec 2015 04:29:31 +0000] rev 34632
Merge
rprotacio [Thu, 03 Dec 2015 13:08:37 -0500] rev 34631
8144536: Clean up Unified Logging test directory
Summary: Consolidated two logging options' tests into one file each
Reviewed-by: dholmes, ctornqvi
mockner [Fri, 04 Dec 2015 02:46:41 +0000] rev 34630
Merge
mockner [Thu, 03 Dec 2015 19:35:18 +0000] rev 34629
Merge
mockner [Wed, 02 Dec 2015 14:07:58 -0500] rev 34628
8142976: Reimplement TraceClassInitialization with Unified Logging
Summary: TraceClassInitialization logging reimplemented with Unified Logging.
Reviewed-by: coleenp, hseigel
tschatzl [Fri, 04 Dec 2015 02:39:03 +0100] rev 34627
Merge
tschatzl [Tue, 01 Dec 2015 16:46:55 +0100] rev 34626
8136680: Enable adaptive IHOP by default
Reviewed-by: jmasa, mgerdin, ehelin
dsamersoff [Thu, 03 Dec 2015 21:34:23 +0300] rev 34625
8114853: variable tracking size limit exceeded in vmStructs.cpp
Summary: Turn off var-tracking-assignments for vmStructs.cpp
Reviewed-by: tschatzl, mgerdin, coleenp
stuefe [Wed, 02 Dec 2015 10:17:31 +0100] rev 34624
8144343: [aix] Stack bottom should be page aligned
Summary: On thread create or attach, ensure stack bottom is aligned to os::vm_page_size()
Reviewed-by: simonis, kvn
dfazunen [Thu, 26 Nov 2015 14:19:29 +0400] rev 34623
8016752: [Newtest] regression test for PrintGCDetails and Verbose flags do not crash when ParOldGC has no memory
Summary: new regression test for parallel GC
Reviewed-by: brutisso, tschatzl
Contributed-by: dmitry.fazunenko@oracle.com, andrey.x.zakharov@oracle.com
ehelin [Wed, 02 Dec 2015 10:02:44 +0100] rev 34622
8144315: update_rs is passed wrong object
Reviewed-by: jmasa, kbarrett
stuefe [Tue, 01 Dec 2015 21:30:34 -0500] rev 34621
8143291: Remove redundant coding around os::exception_name
Reviewed-by: dholmes, coleenp
jwilhelm [Tue, 01 Dec 2015 21:08:00 +0100] rev 34620
Merge
sjohanss [Thu, 26 Nov 2015 13:13:03 +0100] rev 34619
8143251: HeapRetentionTest.java Test is failing on jdk9/dev
Reviewed-by: tschatzl, david
ddmitriev [Mon, 30 Nov 2015 10:09:01 +0300] rev 34618
8144084: [TESTBUG] 1.9 section not unlock flag in runtime/CommandLine/IgnoreUnrecognizedVMOptions test
Reviewed-by: dholmes
ehelin [Fri, 27 Nov 2015 13:39:56 +0100] rev 34617
8144072: G1ParScanThreadState::update_rs does not need to call is_in_reserved
Reviewed-by: tschatzl, mgerdin
ehelin [Fri, 27 Nov 2015 13:39:50 +0100] rev 34616
8144067: Pass obj directly to G1ParScanThreadState::update_rs
Reviewed-by: tschatzl, mgerdin
ehelin [Fri, 27 Nov 2015 13:39:45 +0100] rev 34615
8144052: mark_card_deferred does not need to check g1_young_gen
Reviewed-by: tschatzl, mgerdin
ehelin [Sun, 29 Nov 2015 15:08:40 +0100] rev 34614
8144040: UpdateRSetDeferred in G1EvacFailure will never visit survivor regions
Reviewed-by: tschatzl, mgerdin
ehelin [Wed, 29 Apr 2015 13:17:46 +0200] rev 34613
8142402: G1 should not redirty cards in free regions
Reviewed-by: mgerdin, tschatzl
ehelin [Sun, 29 Nov 2015 10:00:31 +0100] rev 34612
8144145: G1GCPhaseTimes should allow externally accounted time
Reviewed-by: ehelin, tschatzl
ehelin [Sun, 29 Nov 2015 10:00:23 +0100] rev 34611
8144077: Add getter for G1CollectorPolicy::_collectionSetChooser
Reviewed-by: mgerdin, tschatzl
ihse [Tue, 15 Dec 2015 11:02:49 +0100] rev 34610
8142907: Integration of minor fixes from the build-infra project
Reviewed-by: erikj, dholmes
lana [Fri, 18 Dec 2015 09:29:05 -0800] rev 34609
Added tag jdk-9+98 for changeset 8743629b4f0c
lana [Fri, 18 Dec 2015 09:55:22 -0800] rev 34608
Merge
lana [Thu, 17 Dec 2015 20:24:47 -0800] rev 34607
Merge
erikj [Thu, 17 Dec 2015 15:43:18 +0100] rev 34606
8145670: New Solaris devkits are missing gobjcopy
Reviewed-by: ihse
simonis [Wed, 16 Dec 2015 15:50:40 +0100] rev 34605
8145560: AIX: change '8036003: Add --with-debug-symbols' broke AIX build
Reviewed-by: erikj
ihse [Wed, 16 Dec 2015 14:48:35 +0100] rev 34604
8145548: Add default directory for freetype source
Reviewed-by: erikj
Contributed-by: Timo Kinnunen <timo.kinnunen@gmail.com>
amurillo [Tue, 15 Dec 2015 19:01:07 -0800] rev 34603
Merge
amurillo [Tue, 15 Dec 2015 09:50:04 -0800] rev 34602
Merge
amurillo [Fri, 11 Dec 2015 17:45:48 -0800] rev 34601
Merge
dholmes [Tue, 08 Dec 2015 03:16:58 +0100] rev 34600
Merge
cjplummer [Mon, 07 Dec 2015 17:05:03 -0800] rev 34599
8144677: jprt.properties should allow creating a user specified testset with custom build flavors and build targets
Summary: Made setting jprt.build.flavors and jprt.build.targets more flexible
Reviewed-by: dholmes, mikael
jprovino [Mon, 07 Dec 2015 17:04:33 +0000] rev 34598
Merge
jbachorik [Thu, 03 Dec 2015 12:00:37 +0100] rev 34597
8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns
Reviewed-by: dsamersoff
ihse [Tue, 15 Dec 2015 11:02:03 +0100] rev 34596
8142907: Integration of minor fixes from the build-infra project
Reviewed-by: erikj, dholmes
erikj [Tue, 15 Dec 2015 15:45:53 +0100] rev 34595
8145391: Updated jprt.properties, devtools, jib and readme with SS12u4
Reviewed-by: ihse, tbell
ehelin [Tue, 15 Dec 2015 11:04:18 +0100] rev 34594
8139272: Add configure variable to set concurrency for jtreg tests
Reviewed-by: erikj, ihse
chegar [Mon, 14 Dec 2015 20:32:22 +0000] rev 34593
8144995: Move sun.misc.HexDumpEncoder to sun.security.util
Reviewed-by: psandoz, mchung
erikj [Mon, 14 Dec 2015 11:51:33 +0100] rev 34592
8145008: Add libelf package to Linux devkit
Reviewed-by: ihse
lana [Fri, 18 Dec 2015 09:29:03 -0800] rev 34591
Added tag jdk-9+98 for changeset 6850def997b7
duke [Wed, 05 Jul 2017 21:08:31 +0200] rev 34590
Added tag jdk-9+98 for changeset d00ad2d9049a
duke [Wed, 05 Jul 2017 21:08:30 +0200] rev 34589
Merge
duke [Wed, 05 Jul 2017 21:08:25 +0200] rev 34588
Merge
lana [Thu, 17 Dec 2015 19:39:27 -0800] rev 34587
Added tag jdk-9+97 for changeset 8a8f52a733dd
duke [Wed, 05 Jul 2017 21:08:20 +0200] rev 34586
Merge
lana [Thu, 17 Dec 2015 19:39:22 -0800] rev 34585
Added tag jdk-9+97 for changeset 4b9c476efd58
duke [Wed, 05 Jul 2017 21:08:14 +0200] rev 34584
Merge
lana [Thu, 17 Dec 2015 19:39:21 -0800] rev 34583
Added tag jdk-9+97 for changeset 65254ce59909
duke [Wed, 05 Jul 2017 21:08:07 +0200] rev 34582
Merge
lana [Thu, 17 Dec 2015 19:39:28 -0800] rev 34581
Added tag jdk-9+97 for changeset 24317dc1c751
duke [Wed, 05 Jul 2017 21:08:04 +0200] rev 34580
Merge
lana [Thu, 17 Dec 2015 19:39:17 -0800] rev 34579
Added tag jdk-9+97 for changeset f0d109eeff1b
duke [Wed, 05 Jul 2017 21:07:59 +0200] rev 34578
Merge
lana [Thu, 17 Dec 2015 19:39:23 -0800] rev 34577
Added tag jdk-9+97 for changeset 7c2e29c8d285
duke [Wed, 05 Jul 2017 21:07:56 +0200] rev 34576
Merge
lana [Thu, 17 Dec 2015 19:39:18 -0800] rev 34575
Added tag jdk-9+97 for changeset e29399d0152b
lana [Thu, 17 Dec 2015 19:39:15 -0800] rev 34574
Added tag jdk-9+97 for changeset b05757ebc035
duke [Wed, 05 Jul 2017 21:07:43 +0200] rev 34573
Added tag jdk-9+97 for changeset 4edcff1b9a88
duke [Wed, 05 Jul 2017 21:07:43 +0200] rev 34572
Merge
duke [Wed, 05 Jul 2017 21:07:37 +0200] rev 34571
Merge
rfield [Thu, 10 Dec 2015 23:27:06 -0800] rev 34570
8144095: jshell tool: normalize command parameter handling
8140265: jshell tool: /save saves rejected input
Reviewed-by: jlahoda
lana [Thu, 10 Dec 2015 09:24:25 -0800] rev 34569
Merge
sadayapalam [Thu, 10 Dec 2015 17:24:59 +0530] rev 34568
8145051: Wrong parameter name in synthetic lambda method leads to verifier error
Summary: Synthetic names manufactured by the compiler should not contain '.'
Reviewed-by: mcimadamore
ksrini [Tue, 01 Dec 2015 07:10:35 -0800] rev 34567
8144287: Enhance DocTree API to support @index javadoc tags.
Reviewed-by: jjg
vromero [Wed, 09 Dec 2015 12:50:41 -0800] rev 34566
8136809: Javac fails compiling Collectors.reducing with method reference combiner
Reviewed-by: mcimadamore
jlahoda [Wed, 09 Dec 2015 14:26:56 +0100] rev 34565
8080641: JEP-JDK-8042880 : Implement new tests on Project Coin
Summary: A set of tests using t-w-r as variable in different positive and negative constructions
Reviewed-by: abuckley, darcy, jlahoda, sadayapalam
Contributed-by: sergei.pikalev@oracle.com
alundblad [Tue, 08 Dec 2015 21:02:07 +0100] rev 34564
8144941: test/tools/javac/processing/TestMultipleErrors.java should have /nodynamiccopyright
Summary: Removed copyright notice and added /nodynamiccopyright.
Reviewed-by: jjg
sadayapalam [Tue, 08 Dec 2015 18:01:03 +0530] rev 34563
8138598: Incorrect reference to JLS in javadoc for Types.isSignaturePolymorphic()
Reviewed-by: mcimadamore
sundar [Tue, 08 Dec 2015 10:14:40 +0530] rev 34562
8143404: Remove apple script engine code in jdk repository
Reviewed-by: alanb, mchung
sadayapalam [Tue, 08 Dec 2015 04:59:19 +0530] rev 34561
8144673: Suspect message regarding suitable enclosing instance not being in scope
Summary: javac incorrectly complains about missing enclosing instance while handling method references.
Reviewed-by: vromero
jjg [Mon, 07 Dec 2015 14:02:55 -0800] rev 34560
8059976: Convert JavacFileManager to use java.nio.file internally
Reviewed-by: jlahoda
lana [Thu, 10 Dec 2015 08:17:12 -0800] rev 34559
Added tag jdk-9+96 for changeset 433994eb0a78
duke [Wed, 05 Jul 2017 21:07:30 +0200] rev 34558
Merge
lana [Thu, 10 Dec 2015 08:17:06 -0800] rev 34557
Added tag jdk-9+96 for changeset 9bf78b6b2cdb
duke [Wed, 05 Jul 2017 21:07:26 +0200] rev 34556
Merge
lana [Thu, 10 Dec 2015 09:24:49 -0800] rev 34555
Merge
joehw [Wed, 09 Dec 2015 21:40:44 -0800] rev 34554
8072081: Supplementary characters are rejected in comments
Reviewed-by: lancea
lana [Thu, 10 Dec 2015 08:17:06 -0800] rev 34553
Added tag jdk-9+96 for changeset 26566f0fde9c
duke [Wed, 05 Jul 2017 21:07:22 +0200] rev 34552
Merge
sundar [Fri, 11 Dec 2015 20:06:25 +0530] rev 34551
8145186: jjs package completion should have a fallback when javac is not available
Reviewed-by: hannesw, mhaupt
lana [Thu, 10 Dec 2015 09:24:33 -0800] rev 34550
Merge
sundar [Wed, 09 Dec 2015 16:56:34 +0530] rev 34549
8144979: Context.fromClass should catch exception from Class.getClassLoader call
Reviewed-by: attila, mhaupt
sundar [Tue, 08 Dec 2015 17:16:10 +0530] rev 34548
8144841: Add a sample for pluggable dynalink linker for stream property on arrays and a REAMDE for linker samples
Reviewed-by: mhaupt, attila
lana [Thu, 10 Dec 2015 08:17:13 -0800] rev 34547
Added tag jdk-9+96 for changeset 33e727a94932
duke [Wed, 05 Jul 2017 21:07:16 +0200] rev 34546
Merge
lana [Thu, 10 Dec 2015 08:17:02 -0800] rev 34545
Added tag jdk-9+96 for changeset 9b37c8a452b5
duke [Wed, 05 Jul 2017 21:07:11 +0200] rev 34544
Merge
bpb [Fri, 11 Dec 2015 08:30:50 -0800] rev 34543
8133986: (fs) Remove file deletion from test/java/nio/file/FileSystem/Basic.java checkNoUOE() method
Summary: Do not delete file which provoked an unexpected exception.
Reviewed-by: alanb
simonis [Fri, 11 Dec 2015 16:16:55 +0100] rev 34542
8145077: AIX: fix harfbuzz support
Reviewed-by: prr
mullan [Fri, 11 Dec 2015 09:34:56 -0500] rev 34541
8144784: Remove @Deprecated annotation from java.security.acl, javax.security.cert and com.sun.jarsigner packages
Reviewed-by: mchung, weijun, wetmore
jbachorik [Fri, 13 Nov 2015 14:44:05 +0100] rev 34540
8142398: ManagementAgent.status diagnostic command only outputs the specifically set properties
Reviewed-by: sla
erikj [Fri, 11 Dec 2015 11:46:45 +0100] rev 34539
8145106: Still intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
Reviewed-by: tbell, dholmes
bpb [Thu, 10 Dec 2015 17:47:26 -0800] rev 34538
8032027: Add BigInteger square root methods
Summary: Add sqrt() and sqrtAndReminder() using Newton iteration
Reviewed-by: darcy, lowasser
bpb [Thu, 10 Dec 2015 15:57:27 -0800] rev 34537
8139133: Changing the modification time on a unix domain socket file fails
Summary: If a file descriptor cannot be obtained, use utimes() instead of futimes().
Reviewed-by: alanb
lana [Thu, 10 Dec 2015 09:23:49 -0800] rev 34536
Merge
chegar [Thu, 10 Dec 2015 10:04:41 +0000] rev 34535
8145082: Remove sun.misc.Unsafe dependency from sun.nio.cs.StringUTF16
Reviewed-by: psandoz, sherman
xuelei [Thu, 10 Dec 2015 06:09:36 +0000] rev 34534
8136410: AlgorithmDecomposer is not parsing padding correctly
Reviewed-by: weijun
ntv [Wed, 09 Dec 2015 15:27:21 -0500] rev 34533
8142936: Add java.time.Duration methods for days, hours, minutes, seconds, etc.
Reviewed-by: rriggs, scolebourne
rgoel [Wed, 09 Dec 2015 14:20:51 +0530] rev 34532
8025547: Locale.toString() documentation error
Summary: Updated API doc of Locale.toString method.
Reviewed-by: okutsu
robm [Wed, 09 Dec 2015 17:34:09 +0000] rev 34531
8141370: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
Reviewed-by: vinnie
redestad [Wed, 09 Dec 2015 18:25:36 +0100] rev 34530
8143127: InvokerBytecodeGenerator emitConst should handle Byte, Short, Character
Reviewed-by: vlivanov, shade, forax
robm [Wed, 09 Dec 2015 15:16:00 +0000] rev 34529
8143397: It looks like InetAddress.isReachable(timeout) works incorrectly
Reviewed-by: xuelei, msheppar
xuelei [Wed, 09 Dec 2015 10:36:33 +0000] rev 34528
8141651: Deadlock in sun.security.ssl.SSLSocketImpl
Reviewed-by: weijun
smarks [Tue, 08 Dec 2015 13:48:22 -0800] rev 34527
8139232: JEP-269 initial API and skeleton implementations
Reviewed-by: psandoz, rriggs
sherman [Tue, 08 Dec 2015 16:43:58 -0800] rev 34526
8144958: changes by JDK-8142508 seems to have broken jtreg
Reviewed-by: darcy
sherman [Tue, 08 Dec 2015 09:25:01 -0800] rev 34525
8142508: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk
Reviewed-by: coffeys
erikj [Tue, 08 Dec 2015 12:05:51 +0100] rev 34524
8144857: Intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
Reviewed-by: dholmes
sundar [Tue, 08 Dec 2015 10:13:57 +0530] rev 34523
8143404: Remove apple script engine code in jdk repository
Reviewed-by: alanb, mchung
xuelei [Tue, 08 Dec 2015 03:49:12 +0000] rev 34522
8144890: Add the intermittent keyword test B6216082.java
Reviewed-by: mullan
amurillo [Mon, 07 Dec 2015 17:31:43 -0800] rev 34521
Merge
amurillo [Mon, 07 Dec 2015 10:05:08 -0800] rev 34520
Merge
amurillo [Thu, 03 Dec 2015 22:30:21 -0800] rev 34519
Merge
neliasso [Tue, 01 Dec 2015 19:18:46 +0100] rev 34518
Merge
thartmann [Fri, 27 Nov 2015 09:37:33 +0100] rev 34517
8142303: C2 compilation fails with "bad AD file"
Summary: Move range checks into intrinsics for String methods.
Reviewed-by: kvn, aph
darcy [Mon, 07 Dec 2015 14:12:58 -0800] rev 34516
8144880: Instrument intermittently failing test ConfigChanges.java
Reviewed-by: lancea, martin
lana [Thu, 10 Dec 2015 08:17:08 -0800] rev 34515
Added tag jdk-9+96 for changeset 25e9d31417fa
duke [Wed, 05 Jul 2017 21:07:00 +0200] rev 34514
Merge
lana [Thu, 10 Dec 2015 09:24:59 -0800] rev 34513
Merge
amurillo [Thu, 03 Dec 2015 22:30:17 -0800] rev 34512
Merge
twisti [Wed, 02 Dec 2015 14:59:57 -1000] rev 34511
8144529: [JVMCI] compiler/jvmci/errors/TestInvalidCompilationResult.java fails to compile after JDK-8143730
Reviewed-by: kvn
twisti [Wed, 02 Dec 2015 11:40:18 -1000] rev 34510
8144521: [JVMCI] JVMCI is built on 32-bit Windows compiler2 and tiered builds
Reviewed-by: kvn
aph [Thu, 26 Nov 2015 10:38:33 +0000] rev 34509
8143219: AArch64 broken by 8141132: JEP 254: Compact Strings
Reviewed-by: kvn
twisti [Tue, 01 Dec 2015 15:11:15 -1000] rev 34508
8144083: [JVMCI] CompilationResult should be finalized by JVMCI compiler and made effectively final
Reviewed-by: iveresov, twisti
aph [Wed, 25 Nov 2015 18:13:13 +0000] rev 34507
8144028: Use AArch64 bit-test instructions in C2
Reviewed-by: kvn
twisti [Tue, 01 Dec 2015 21:16:12 +0000] rev 34506
Merge
twisti [Tue, 01 Dec 2015 08:30:11 -1000] rev 34505
8139921: add mx configuration files to support HotSpot IDE configuration generation
Reviewed-by: iveresov
neliasso [Tue, 01 Dec 2015 19:18:56 +0100] rev 34504
Merge
zmajo [Tue, 01 Dec 2015 08:05:10 +0100] rev 34503
8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
Summary: Add a new compiler phase, PhaseRenumberLive, that renumbers live nodes.
Reviewed-by: kvn, thartmann, vlivanov, shade
dnsimon [Mon, 30 Nov 2015 15:40:07 -1000] rev 34502
8143730: [JVMCI] infopoint recording is too restrictive
Reviewed-by: twisti
never [Mon, 30 Nov 2015 15:21:25 -0800] rev 34501
8142333: Build failure in debugInfoRec.cpp with SS12u4
Reviewed-by: coleenp, dholmes, erikj, kvn
mdoerr [Mon, 05 Oct 2015 23:53:59 +0200] rev 34500
8138896: C1: NativeGeneralJump is mixed up with NativeCall in C1 patching code
Reviewed-by: twisti, vlivanov
thartmann [Fri, 27 Nov 2015 09:36:46 +0100] rev 34499
8142303: C2 compilation fails with "bad AD file"
Summary: Move range checks into intrinsics for String methods.
Reviewed-by: kvn, aph
hshi [Thu, 26 Nov 2015 15:37:04 +0000] rev 34498
8143584: Load constant pool tag and class status with load acquire
Reviewed-by: roland, aph
lana [Thu, 10 Dec 2015 08:17:03 -0800] rev 34497
Added tag jdk-9+96 for changeset 76214951eeab
erikj [Fri, 11 Dec 2015 17:18:08 +0100] rev 34496
8145185: Rename JAB the build tool to JIB
Reviewed-by: ihse, tbell
erikj [Fri, 11 Dec 2015 17:15:48 +0100] rev 34495
8145206: Configure broken on Macosx
Reviewed-by: tbell
erikj [Fri, 11 Dec 2015 14:20:39 +0100] rev 34494
8145115: make JAVAC_FLAGS=-g no longer works
Reviewed-by: ihse
ysuenaga [Fri, 11 Dec 2015 21:58:28 +0900] rev 34493
8036003: Add --with-debug-symbols=[none|internal|external|zipped]
Reviewed-by: ihse, dholmes
lana [Thu, 10 Dec 2015 09:23:36 -0800] rev 34492
Merge