Mon, 03 Dec 2018 14:28:19 +0300 8214444: Wrong strncat limits in dfa.cpp
dchuyko [Mon, 03 Dec 2018 14:28:19 +0300] rev 52795
8214444: Wrong strncat limits in dfa.cpp Reviewed-by: kvn
Mon, 03 Dec 2018 10:37:36 +0100 8214031: Assertion error in value break statement with conditional operator in switch expression
jlahoda [Mon, 03 Dec 2018 10:37:36 +0100] rev 52794
8214031: Assertion error in value break statement with conditional operator in switch expression Summary: Correcting handling of boolean-valued switch expressions when true/false; generating them directly rather than desugaring in Lower. Reviewed-by: mcimadamore
Mon, 03 Dec 2018 12:35:27 +0530 8213294: Upgrade IANA LSR data
nishjain [Mon, 03 Dec 2018 12:35:27 +0530] rev 52793
8213294: Upgrade IANA LSR data Reviewed-by: naoto
Sun, 02 Dec 2018 11:09:46 -0800 8213618: IBM970 charset has missing entry and remove unexpected entries
itakiguchi [Sun, 02 Dec 2018 11:09:46 -0800] rev 52792
8213618: IBM970 charset has missing entry and remove unexpected entries Reviewed-by: srl, martin
Sat, 01 Dec 2018 21:58:05 +0800 8214179: Add groupname info into keytool -list and -genkeypair output
weijun [Sat, 01 Dec 2018 21:58:05 +0800] rev 52791
8214179: Add groupname info into keytool -list and -genkeypair output Reviewed-by: mullan
Fri, 30 Nov 2018 23:46:20 -0800 8214557: Filter out VM flags which don't affect AOT code generation
epavlova [Fri, 30 Nov 2018 23:46:20 -0800] rev 52790
8214557: Filter out VM flags which don't affect AOT code generation Reviewed-by: kvn, erikj
Fri, 30 Nov 2018 14:48:44 -0800 8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
bpb [Fri, 30 Nov 2018 14:48:44 -0800] rev 52789
8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java Reviewed-by: lancea
Fri, 30 Nov 2018 13:42:49 -0800 8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM
henryjen [Fri, 30 Nov 2018 13:42:49 -0800] rev 52788
8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM Reviewed-by: alanb, ihse Contributed-by: priyanka.mangal@oracle.com
Fri, 30 Nov 2018 12:41:00 -0800 8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs.
joehw [Fri, 30 Nov 2018 12:41:00 -0800] rev 52787
8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs. Reviewed-by: lancea
Fri, 30 Nov 2018 12:24:23 -0800 8210102: CDS tests timed out
ccheung [Fri, 30 Nov 2018 12:24:23 -0800] rev 52786
8210102: CDS tests timed out Summary: increase the timeout to 160s for the DifferentHeapSizes test. Reviewed-by: iklam
Fri, 30 Nov 2018 16:51:23 +0100 8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry
eosterlund [Fri, 30 Nov 2018 16:51:23 +0100] rev 52785
8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry Reviewed-by: rehn, coleenp
Fri, 30 Nov 2018 15:29:19 +0100 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund [Fri, 30 Nov 2018 15:29:19 +0100] rev 52784
8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes Reviewed-by: coleenp, dlong
Fri, 30 Nov 2018 15:43:37 +0100 8214525: Bit rot in Nashorn Ant script
hannesw [Fri, 30 Nov 2018 15:43:37 +0100] rev 52783
8214525: Bit rot in Nashorn Ant script Reviewed-by: attila, jlaskey
Fri, 30 Nov 2018 15:39:27 +0100 8210943: Hiding of inner classes not resolved properly
hannesw [Fri, 30 Nov 2018 15:39:27 +0100] rev 52782
8210943: Hiding of inner classes not resolved properly Reviewed-by: attila, jlaskey
Fri, 30 Nov 2018 11:40:48 +0100 8213565: Crash in DependencyContext::remove_dependent_nmethod
eosterlund [Fri, 30 Nov 2018 11:40:48 +0100] rev 52781
8213565: Crash in DependencyContext::remove_dependent_nmethod Reviewed-by: rehn, kvn
Fri, 30 Nov 2018 20:15:25 +0900 8214499: SA should follow 8150689
ysuenaga [Fri, 30 Nov 2018 20:15:25 +0900] rev 52780
8214499: SA should follow 8150689 Reviewed-by: dholmes, jgeorge
Tue, 27 Nov 2018 08:44:19 +0100 8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
roland [Tue, 27 Nov 2018 08:44:19 +0100] rev 52779
8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0 Reviewed-by: kvn, thartmann
Fri, 30 Nov 2018 10:29:58 +0000 8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0
michaelm [Fri, 30 Nov 2018 10:29:58 +0000] rev 52778
8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0 Reviewed-by: chegar, alanb
Fri, 30 Nov 2018 10:37:48 +0530 8206325: AssertionError in TypeSymbol.getAnnotationTypeMetadata
sadayapalam [Fri, 30 Nov 2018 10:37:48 +0530] rev 52777
8206325: AssertionError in TypeSymbol.getAnnotationTypeMetadata Reviewed-by: mcimadamore
Thu, 29 Nov 2018 18:57:18 -0800 8214417: Add space after/before {} in vmTestbase/nsk/jvmti/[A-I] tests
jcbeyler [Thu, 29 Nov 2018 18:57:18 -0800] rev 52776
8214417: Add space after/before {} in vmTestbase/nsk/jvmti/[A-I] tests Summary: Fix the spaces around {} Reviewed-by: amenkov, sspitsyn, dholmes
Thu, 29 Nov 2018 17:45:29 -0800 8213725: JShell NullPointerException due to class file with unexpected package
rfield [Thu, 29 Nov 2018 17:45:29 -0800] rev 52775
8213725: JShell NullPointerException due to class file with unexpected package Reviewed-by: jlahoda
Thu, 29 Nov 2018 06:34:46 -0800 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine [Thu, 29 Nov 2018 06:34:46 -0800] rev 52774
8214309: Enhance makefiles to allow generating JCov instrumented build Reviewed-by: erikj
Thu, 29 Nov 2018 13:17:14 -0800 8212878: host in ftp: link not found
naoto [Thu, 29 Nov 2018 13:17:14 -0800] rev 52773
8212878: host in ftp: link not found Reviewed-by: bpb
Thu, 29 Nov 2018 13:16:41 -0800 8212870: Broken links for www.usno.navy.mil
naoto [Thu, 29 Nov 2018 13:16:41 -0800] rev 52772
8212870: Broken links for www.usno.navy.mil Reviewed-by: bpb
Wed, 28 Nov 2018 15:09:26 -0800 8211735: Wrong heap mapper can be selected with UseLargePages on G1
sangheki [Wed, 28 Nov 2018 15:09:26 -0800] rev 52771
8211735: Wrong heap mapper can be selected with UseLargePages on G1 Reviewed-by: tschatzl, kbarrett
Thu, 29 Nov 2018 11:47:08 -0800 8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode
iveresov [Thu, 29 Nov 2018 11:47:08 -0800] rev 52770
8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode Summary: Make field values opaque to compiler Reviewed-by: dlong, sspitsyn
Thu, 29 Nov 2018 11:14:36 -0800 8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5
lmesnik [Thu, 29 Nov 2018 11:14:36 -0800] rev 52769
8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5 Reviewed-by: dholmes, mseledtsov
Thu, 29 Nov 2018 11:06:22 -0800 8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt
lmesnik [Thu, 29 Nov 2018 11:06:22 -0800] rev 52768
8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt Reviewed-by: dholmes, jgeorge
Thu, 29 Nov 2018 13:04:25 -0500 8214356: Verification of class metadata unloading takes a long time
coleenp [Thu, 29 Nov 2018 13:04:25 -0500] rev 52767
8214356: Verification of class metadata unloading takes a long time Summary: conditionalize verify_chunk_in_freelist call. Reviewed-by: shade, tschatzl
Thu, 29 Nov 2018 10:13:42 -0800 8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public.
naoto [Thu, 29 Nov 2018 10:13:42 -0800] rev 52766
8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public. Reviewed-by: rriggs, mchung
Mon, 19 Nov 2018 15:01:59 -0800 8214026: Canonicalized archive paths appearing in diagnostics
cushon [Mon, 19 Nov 2018 15:01:59 -0800] rev 52765
8214026: Canonicalized archive paths appearing in diagnostics Reviewed-by: vromero
Thu, 29 Nov 2018 08:43:12 -0800 8210985: Update the default SSL session cache size to 20480
xuelei [Thu, 29 Nov 2018 08:43:12 -0800] rev 52764
8210985: Update the default SSL session cache size to 20480 Reviewed-by: jnimeh, mullan
Thu, 29 Nov 2018 09:19:16 -0500 8214445: [test] java/net/URL/HandlerLoop has illegal reflective access
rriggs [Thu, 29 Nov 2018 09:19:16 -0500] rev 52763
8214445: [test] java/net/URL/HandlerLoop has illegal reflective access Reviewed-by: lancea, chegar, bpb
Thu, 29 Nov 2018 08:50:25 -0500 8214443: Remove TLS v1 and v1.1 from SSLContext required algorithms
mullan [Thu, 29 Nov 2018 08:50:25 -0500] rev 52762
8214443: Remove TLS v1 and v1.1 from SSLContext required algorithms Reviewed-by: xuelei
Thu, 22 Nov 2018 12:20:10 +0100 8214229: Enable ShowRegistersOnAssert by default
stuefe [Thu, 22 Nov 2018 12:20:10 +0100] rev 52761
8214229: Enable ShowRegistersOnAssert by default Reviewed-by: mdoerr, coleenp
Wed, 28 Nov 2018 13:16:54 -0500 8214451: PPC64/s390: Clean up unused CRC32 prototype and function
gromero [Wed, 28 Nov 2018 13:16:54 -0500] rev 52760
8214451: PPC64/s390: Clean up unused CRC32 prototype and function Reviewed-by: mdoerr, lucy
Thu, 29 Nov 2018 09:31:04 +0100 8214434: Disabling ZOptimizeLoadBarriers hits assert
neliasso [Thu, 29 Nov 2018 09:31:04 +0100] rev 52759
8214434: Disabling ZOptimizeLoadBarriers hits assert Reviewed-by: kvn, pliden, eosterlund
Thu, 29 Nov 2018 14:32:23 +0530 Merge
psadhukhan [Thu, 29 Nov 2018 14:32:23 +0530] rev 52758
Merge
Tue, 27 Nov 2018 13:47:31 +0530 8209123: [Macosx] Maximized frame (frame state set to MAXIMIZED_BOTH using setExtendedState) is resizable on Mac but not on Windows and Ubuntu
mhalder [Tue, 27 Nov 2018 13:47:31 +0530] rev 52757
8209123: [Macosx] Maximized frame (frame state set to MAXIMIZED_BOTH using setExtendedState) is resizable on Mac but not on Windows and Ubuntu Reviewed-by: kaddepalli, psadhukhan
Tue, 27 Nov 2018 10:59:24 +0530 Merge
psadhukhan [Tue, 27 Nov 2018 10:59:24 +0530] rev 52756
Merge
Tue, 27 Nov 2018 10:45:54 +0530 8213843: Changing L&F from Nimbus to Window L&F causes NPE in SwingSet2
psadhukhan [Tue, 27 Nov 2018 10:45:54 +0530] rev 52755
8213843: Changing L&F from Nimbus to Window L&F causes NPE in SwingSet2 8213121: javax/swing/GraphicsConfigNotifier/StalePreferredSize.java fails on mac10.13 Reviewed-by: serb
Mon, 26 Nov 2018 10:49:53 +0530 Merge
psadhukhan [Mon, 26 Nov 2018 10:49:53 +0530] rev 52754
Merge
Mon, 05 Nov 2018 18:53:51 -0800 8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
akolarkunnu [Mon, 05 Nov 2018 18:53:51 -0800] rev 52753
8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Tue, 20 Nov 2018 16:40:40 +0530 8212882: links to tutorial should be updated to use https:
kaddepalli [Tue, 20 Nov 2018 16:40:40 +0530] rev 52752
8212882: links to tutorial should be updated to use https: Reviewed-by: psadhukhan, pbansal
Tue, 20 Nov 2018 15:53:54 +0530 8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException
jdv [Tue, 20 Nov 2018 15:53:54 +0530] rev 52751
8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException Reviewed-by: serb, kaddepalli
Tue, 20 Nov 2018 14:37:24 +0530 8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458
jdv [Tue, 20 Nov 2018 14:37:24 +0530] rev 52750
8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458 Reviewed-by: serb, kaddepalli
Thu, 15 Nov 2018 14:14:31 -0800 8213817: @return has already been specified (4 occurrences, in AWT and Swing)
serb [Thu, 15 Nov 2018 14:14:31 -0800] rev 52749
8213817: @return has already been specified (4 occurrences, in AWT and Swing) Reviewed-by: prr
Thu, 15 Nov 2018 11:25:13 +0530 6849922: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html fails
sveerabhadra [Thu, 15 Nov 2018 11:25:13 +0530] rev 52748
6849922: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html fails Reviewed-by: kaddepalli, serb
Wed, 14 Nov 2018 20:47:57 -0800 8211301: [macos] support full window content options
alans [Wed, 14 Nov 2018 20:47:57 -0800] rev 52747
8211301: [macos] support full window content options Reviewed-by: serb
Wed, 14 Nov 2018 18:04:54 -0800 8213614: DnD operation change feature does not work with 64bit big endian CPU
itakiguchi [Wed, 14 Nov 2018 18:04:54 -0800] rev 52746
8213614: DnD operation change feature does not work with 64bit big endian CPU Reviewed-by: serb
Wed, 14 Nov 2018 13:52:33 -0800 8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave
avu [Wed, 14 Nov 2018 13:52:33 -0800] rev 52745
8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave Reviewed-by: serb
Thu, 08 Nov 2018 17:10:47 +0100 8213532: add missing LocalFree calls after using FormatMessage(A) [windows]
mbaesken [Thu, 08 Nov 2018 17:10:47 +0100] rev 52744
8213532: add missing LocalFree calls after using FormatMessage(A) [windows] Reviewed-by: dmarkov, serb
Wed, 14 Nov 2018 18:27:51 +0530 8213844: Typo in ProblemList updation under JDK-8213536
pbansal [Wed, 14 Nov 2018 18:27:51 +0530] rev 52743
8213844: Typo in ProblemList updation under JDK-8213536 Reviewed-by: jdv
Wed, 14 Nov 2018 01:29:34 +0530 8212116: IIOException "tEXt chunk length is not proper" on opening png file
jdv [Wed, 14 Nov 2018 01:29:34 +0530] rev 52742
8212116: IIOException "tEXt chunk length is not proper" on opening png file Reviewed-by: serb
Wed, 14 Nov 2018 17:26:24 +0530 Merge
psadhukhan [Wed, 14 Nov 2018 17:26:24 +0530] rev 52741
Merge
Tue, 13 Nov 2018 16:35:58 -0800 8211833: Javadoc cleanup of java.applet package
serb [Tue, 13 Nov 2018 16:35:58 -0800] rev 52740
8211833: Javadoc cleanup of java.applet package Reviewed-by: prr
Tue, 13 Nov 2018 07:11:50 -0800 8186549: move ExtendedRobot closer to tests
shurailine [Tue, 13 Nov 2018 07:11:50 -0800] rev 52739
8186549: move ExtendedRobot closer to tests Reviewed-by: serb
Tue, 13 Nov 2018 09:39:57 +0530 8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF
jdv [Tue, 13 Nov 2018 09:39:57 +0530] rev 52738
8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF Reviewed-by: serb
Mon, 12 Nov 2018 22:28:08 +0000 8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
alitvinov [Mon, 12 Nov 2018 22:28:08 +0000] rev 52737
8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component Reviewed-by: serb, dmarkov
Thu, 29 Nov 2018 00:51:58 -0500 8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler
dholmes [Thu, 29 Nov 2018 00:51:58 -0500] rev 52736
8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler Reviewed-by: erikj, dholmes Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Thu, 29 Nov 2018 00:49:27 -0500 8214466: Append assembler flags on ARM targets
dholmes [Thu, 29 Nov 2018 00:49:27 -0500] rev 52735
8214466: Append assembler flags on ARM targets Reviewed-by: erikj, dholmes Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Wed, 28 Nov 2018 22:29:35 -0500 8214332: Add a flag for overriding default JNI library search path
dholmes [Wed, 28 Nov 2018 22:29:35 -0500] rev 52734
8214332: Add a flag for overriding default JNI library search path Reviewed-by: erikj, dholmes Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Wed, 28 Nov 2018 18:16:39 -0800 8214460: MacosX build is broken because of JDK-8214014
smarks [Wed, 28 Nov 2018 18:16:39 -0800] rev 52733
8214460: MacosX build is broken because of JDK-8214014 Reviewed-by: dholmes, tbell
Thu, 29 Nov 2018 02:11:44 +0100 Added tag jdk-12+22 for changeset 732bec44c89e
jwilhelm [Thu, 29 Nov 2018 02:11:44 +0100] rev 52732
Added tag jdk-12+22 for changeset 732bec44c89e
Thu, 29 Nov 2018 07:40:45 +0800 8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries
mli [Thu, 29 Nov 2018 07:40:45 +0800] rev 52731
8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries Reviewed-by: chegar, ctornqvi, dholmes
Wed, 28 Nov 2018 15:25:14 -0800 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52730
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 Reviewed-by: martin, chegar
Wed, 28 Nov 2018 15:25:14 -0800 8211877: Broken links in java.util.concurrent.atomic
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52729
8211877: Broken links in java.util.concurrent.atomic Reviewed-by: martin, jjg
Wed, 28 Nov 2018 15:25:14 -0800 8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52728
8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec Reviewed-by: martin, dholmes
Wed, 28 Nov 2018 14:28:28 -0800 8213406: (fs) More than one instance of built-in FileSystem observed in heap
martin [Wed, 28 Nov 2018 14:28:28 -0800] rev 52727
8213406: (fs) More than one instance of built-in FileSystem observed in heap Reviewed-by: alanb, cushon, weijun
Wed, 28 Nov 2018 16:05:48 -0500 8214278: Cleanup process_completed_threshold and related state
kbarrett [Wed, 28 Nov 2018 16:05:48 -0500] rev 52726
8214278: Cleanup process_completed_threshold and related state Summary: Change types, normalize names, remove special values. Reviewed-by: tschatzl, sjohanss
Wed, 28 Nov 2018 16:04:36 -0500 8214014: Remove vestiges of gopher: protocol proxy support
rriggs [Wed, 28 Nov 2018 16:04:36 -0500] rev 52725
8214014: Remove vestiges of gopher: protocol proxy support Reviewed-by: lancea, alanb
Wed, 28 Nov 2018 15:53:49 -0500 4947890: Minimize JNI upcalls in system-properties initialization
rriggs [Wed, 28 Nov 2018 15:53:49 -0500] rev 52724
4947890: Minimize JNI upcalls in system-properties initialization Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
Wed, 28 Nov 2018 14:49:19 -0500 8210454: jar tool does not allow setting the module version without also setting the main class
lancea [Wed, 28 Nov 2018 14:49:19 -0500] rev 52723
8210454: jar tool does not allow setting the module version without also setting the main class Reviewed-by: alanb, mchung, chegar
Wed, 28 Nov 2018 11:09:27 -0800 8214408: Migrate EventsOnOff to using the same allocateAndCheck method
jcbeyler [Wed, 28 Nov 2018 11:09:27 -0800] rev 52722
8214408: Migrate EventsOnOff to using the same allocateAndCheck method Summary: Move code to the more stable version used by other tests Reviewed-by: sspitsyn, amenkov
Wed, 28 Nov 2018 10:30:15 -0800 8213117: adoptNode corrupts attribute values jdk-12+22
joehw [Wed, 28 Nov 2018 10:30:15 -0800] rev 52721
8213117: adoptNode corrupts attribute values Reviewed-by: lancea
Wed, 28 Nov 2018 07:51:15 -0800 8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
iklam [Wed, 28 Nov 2018 07:51:15 -0800] rev 52720
8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found Reviewed-by: lfoltan, sspitsyn, shade
Wed, 28 Nov 2018 13:56:32 +0100 8214343: Handle the absence of Xrandr more generically
simonis [Wed, 28 Nov 2018 13:56:32 +0100] rev 52719
8214343: Handle the absence of Xrandr more generically Reviewed-by: stuefe, erikj, prr
Wed, 28 Nov 2018 13:24:56 +0300 8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp
dchuyko [Wed, 28 Nov 2018 13:24:56 +0300] rev 52718
8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp Reviewed-by: rkennke, shade
Wed, 28 Nov 2018 11:06:27 +0100 8213791: StringTable: Use get and insert
rehn [Wed, 28 Nov 2018 11:06:27 +0100] rev 52717
8213791: StringTable: Use get and insert Reviewed-by: eosterlund, gziemski
Wed, 28 Nov 2018 11:06:58 +0100 8213996: Remove one of the SparsePRT entry tables
tschatzl [Wed, 28 Nov 2018 11:06:58 +0100] rev 52716
8213996: Remove one of the SparsePRT entry tables Summary: Remove unused functionality in SparsePRT Reviewed-by: shade, sjohanss
Wed, 28 Nov 2018 10:52:01 +0100 8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
tschatzl [Wed, 28 Nov 2018 10:52:01 +0100] rev 52715
8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout Summary: Disable CMS precleaning to avoid accumulating too many classloaders to unload. Reviewed-by: kbarrett, sangheki
Wed, 28 Nov 2018 10:00:41 +0100 8178317: Create man pages using pandoc from markdown sources
ihse [Wed, 28 Nov 2018 10:00:41 +0100] rev 52714
8178317: Create man pages using pandoc from markdown sources Reviewed-by: erikj
Tue, 27 Nov 2018 15:56:10 +0100 8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal
mbaesken [Tue, 27 Nov 2018 15:56:10 +0100] rev 52713
8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal Reviewed-by: stuefe, jcbeyler
Tue, 27 Nov 2018 14:49:13 +0100 8214362: C2: gc interface entry point for split if
roland [Tue, 27 Nov 2018 14:49:13 +0100] rev 52712
8214362: C2: gc interface entry point for split if Reviewed-by: rkennke, thartmann
Tue, 27 Nov 2018 09:35:02 +0100 8214172: GC interface entry points for loop opts
roland [Tue, 27 Nov 2018 09:35:02 +0100] rev 52711
8214172: GC interface entry points for loop opts Reviewed-by: kvn, rkennke
Wed, 28 Nov 2018 15:34:43 +0800 8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library
mli [Wed, 28 Nov 2018 15:34:43 +0800] rev 52710
8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library Reviewed-by: igerasim
Wed, 28 Nov 2018 10:21:07 +0530 8202621: bad test with broken links needs to be updated
pmuthuswamy [Wed, 28 Nov 2018 10:21:07 +0530] rev 52709
8202621: bad test with broken links needs to be updated Reviewed-by: hannesw
Wed, 28 Nov 2018 09:37:03 +0530 8213921: Use {@systemProperty} tag for properties listed in "Networking Properties"
pmuthuswamy [Wed, 28 Nov 2018 09:37:03 +0530] rev 52708
8213921: Use {@systemProperty} tag for properties listed in "Networking Properties" Reviewed-by: chegar
Tue, 27 Nov 2018 22:02:52 -0500 8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0
dholmes [Tue, 27 Nov 2018 22:02:52 -0500] rev 52707
8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0 Summary: skip non-JavaThreads that have not reached a minimal initialization point - setting their stack size Reviewed-by: kbarrett, stuefe
Tue, 27 Nov 2018 21:20:16 -0500 8214208: Nestmate package validation logging/exception should include classloader information
dholmes [Tue, 27 Nov 2018 21:20:16 -0500] rev 52706
8214208: Nestmate package validation logging/exception should include classloader information Reviewed-by: hseigel, coleenp, mchung
Tue, 27 Nov 2018 19:46:57 -0500 8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
coleenp [Tue, 27 Nov 2018 19:46:57 -0500] rev 52705
8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing Summary: call WB_ProtectionDomainRemovedCount. Reviewed-by: jiangli, pchilanomate
Tue, 27 Nov 2018 15:52:34 -0800 8213914: [TESTBUG] Several JFR VM events are not covered by tests
mseledtsov [Tue, 27 Nov 2018 15:52:34 -0800] rev 52704
8213914: [TESTBUG] Several JFR VM events are not covered by tests Summary: Fixed several relevant test issues, added a test to check event coverage Reviewed-by: egahlin
Tue, 27 Nov 2018 18:35:16 -0500 8202415: Incorrect time logged for monitor deflation
dcubed [Tue, 27 Nov 2018 18:35:16 -0500] rev 52703
8202415: Incorrect time logged for monitor deflation Summary: Add support for "deflating per-thread idle monitors" log mesgs. Reviewed-by: dholmes, coleenp
Tue, 27 Nov 2018 17:53:17 -0500 8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
jiangli [Tue, 27 Nov 2018 17:53:17 -0500] rev 52702
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap Summary: Improve the fragmentation error message. Set java heap size in LotsOfClasses.java. Reviewed-by: iklam, ccheung
Tue, 27 Nov 2018 13:39:57 -0500 8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
pchilanomate [Tue, 27 Nov 2018 13:39:57 -0500] rev 52701
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly Summary: "waiting to re-lock in wait()" is now shown in the frame where relocking is taking place Reviewed-by: dholmes, dcubed
Tue, 27 Nov 2018 11:28:47 -0800 8213911: Use example.com in java.net and other examples
darcy [Tue, 27 Nov 2018 11:28:47 -0800] rev 52700
8213911: Use example.com in java.net and other examples Reviewed-by: prappo, chegar, rriggs, mullan
Tue, 27 Nov 2018 09:40:32 -0800 8177286: AttributeSet: attempt to compare Qname and String
joehw [Tue, 27 Nov 2018 09:40:32 -0800] rev 52699
8177286: AttributeSet: attempt to compare Qname and String Reviewed-by: lancea
Tue, 27 Nov 2018 18:14:27 +0100 8214287: SpecJbb2005StressModule got uncaught exception
mgronlun [Tue, 27 Nov 2018 18:14:27 +0100] rev 52698
8214287: SpecJbb2005StressModule got uncaught exception Reviewed-by: egahlin, jwilhelm
Tue, 27 Nov 2018 11:07:44 -0500 8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
vromero [Tue, 27 Nov 2018 11:07:44 -0500] rev 52697
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body Reviewed-by: mcimadamore
Mon, 26 Nov 2018 14:04:23 +0100 8214297: testbug : missing fclose in jvmti_aod.cpp
mbaesken [Mon, 26 Nov 2018 14:04:23 +0100] rev 52696
8214297: testbug : missing fclose in jvmti_aod.cpp Reviewed-by: coleenp, stuefe
Tue, 27 Nov 2018 13:02:28 +0100 8213716: javadoc search not working with Japanese and Chinese locales
hannesw [Tue, 27 Nov 2018 13:02:28 +0100] rev 52695
8213716: javadoc search not working with Japanese and Chinese locales Reviewed-by: jjg
Tue, 27 Nov 2018 11:09:53 +0000 8214295: Populate handlers while holding streamHandlerLock
coffeys [Tue, 27 Nov 2018 11:09:53 +0000] rev 52694
8214295: Populate handlers while holding streamHandlerLock Reviewed-by: chegar
Mon, 26 Nov 2018 17:35:35 +0100 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
roland [Mon, 26 Nov 2018 17:35:35 +0100] rev 52693
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation Reviewed-by: kvn
Mon, 26 Nov 2018 22:49:57 -0800 8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
dlong [Mon, 26 Nov 2018 22:49:57 -0800] rev 52692
8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event" Reviewed-by: iklam, kvn
Tue, 27 Nov 2018 07:54:06 +0100 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe [Tue, 27 Nov 2018 07:54:06 +0100] rev 52691
8213834: JVMTI ResourceExhausted should not be posted in CompilerThread Reviewed-by: dholmes, dcubed, jcbeyler, sspitsyn
Mon, 26 Nov 2018 20:50:21 -0800 8214321: Misleading code in SSLCipher
xuelei [Mon, 26 Nov 2018 20:50:21 -0800] rev 52690
8214321: Misleading code in SSLCipher Reviewed-by: ascarpino
Tue, 27 Nov 2018 08:51:20 +0800 8214100: use of keystore probing results in unnecessary exception thrown
weijun [Tue, 27 Nov 2018 08:51:20 +0800] rev 52689
8214100: use of keystore probing results in unnecessary exception thrown Reviewed-by: mullan
Mon, 26 Nov 2018 15:06:53 -0800 8214029: Remove dead code BasicHashtable::bulk_free_entries
iklam [Mon, 26 Nov 2018 15:06:53 -0800] rev 52688
8214029: Remove dead code BasicHashtable::bulk_free_entries Reviewed-by: dholmes
Mon, 26 Nov 2018 11:17:13 -0800 8190312: javadoc -link doesn't work with http: -> https: URL redirects
jjg [Mon, 26 Nov 2018 11:17:13 -0800] rev 52687
8190312: javadoc -link doesn't work with http: -> https: URL redirects Reviewed-by: hannesw
Mon, 26 Nov 2018 14:13:22 -0500 8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
jiangli [Mon, 26 Nov 2018 14:13:22 -0500] rev 52686
8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java Summary: Add subgraph test cases in ReplaceCriticalClassesForSubgraphs.java. Reviewed-by: iklam
Mon, 26 Nov 2018 11:00:32 -0800 8213956: javadoc crash using {@index} in doc-files file
jjg [Mon, 26 Nov 2018 11:00:32 -0800] rev 52685
8213956: javadoc crash using {@index} in doc-files file Reviewed-by: jlahoda, hannesw, pmuthuswamy
Mon, 26 Nov 2018 13:17:39 -0500 8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed
kbarrett [Mon, 26 Nov 2018 13:17:39 -0500] rev 52684
8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed Summary: Remove flag clearing and simplify get_completed-buffer. Reviewed-by: tschatzl, sjohanss
Mon, 26 Nov 2018 09:36:30 +0100 8214059: Undefined behaviour in ADLC
sgehwolf [Mon, 26 Nov 2018 09:36:30 +0100] rev 52683
8214059: Undefined behaviour in ADLC Reviewed-by: shade, kbarrett Contributed-by: Simon Tooke <stooke@redhat.com>
Mon, 26 Nov 2018 12:20:06 -0400 8203442: String::transform
jlaskey [Mon, 26 Nov 2018 12:20:06 -0400] rev 52682
8203442: String::transform Reviewed-by: smarks, sherman, alanb, darcy, forax, rriggs, scolebourne, dholmes, plevart
Mon, 26 Nov 2018 09:46:20 -0500 8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
hseigel [Mon, 26 Nov 2018 09:46:20 -0500] rev 52681
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap Summary: Handle OutOfMemoryError exception to prevent test aborting Reviewed-by: zgu, dholmes
Mon, 26 Nov 2018 12:16:23 +0100 8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
thartmann [Mon, 26 Nov 2018 12:16:23 +0100] rev 52680
8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions Summary: Added missing UnlockDiagnosticVMOptions. Reviewed-by: tschatzl
Mon, 26 Nov 2018 09:24:08 +0100 8214113: Switch expressions may have constant type and may be skipped during write
jlahoda [Mon, 26 Nov 2018 09:24:08 +0100] rev 52679
8214113: Switch expressions may have constant type and may be skipped during write Summary: Switch expressions should not be compile-time constants. Reviewed-by: mcimadamore
Mon, 26 Nov 2018 08:27:49 +0800 8214262: SunEC native code does not compile with debug on
weijun [Mon, 26 Nov 2018 08:27:49 +0800] rev 52678
8214262: SunEC native code does not compile with debug on Reviewed-by: jnimeh
Sat, 24 Nov 2018 01:05:11 +0100 8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
jwilhelm [Sat, 24 Nov 2018 01:05:11 +0100] rev 52677
8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java Reviewed-by: kbarrett
Fri, 23 Nov 2018 19:45:38 +0300 8213845: ARM32: Interpreter doesn't call result handler after native calls
bulasevich [Fri, 23 Nov 2018 19:45:38 +0300] rev 52676
8213845: ARM32: Interpreter doesn't call result handler after native calls Reviewed-by: aph
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip