Priya Lakshmi Muthuswamy
|
54f929e9d6
|
8202628: javadoc generates bad links in TestModules.java
Reviewed-by: jjg
|
2018-09-27 10:10:47 +05:30 |
|
Calvin Cheung
|
5108d2e1dd
|
8202282: [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
Removed the unnecessary makeCommandLineForAppCDS() method and its usage
Reviewed-by: iklam, jiangli
|
2018-09-26 18:21:26 -07:00 |
|
Jesper Wilhelmsson
|
6d6b22c277
|
Added tag jdk-12+13 for changeset 511a9946f83e
|
2018-09-27 01:25:42 +02:00 |
|
Jonathan Gibbons
|
db6295f8a2
|
8209963: source file mode for JVM should provide a hook to locate the source file
Reviewed-by: darcy
|
2018-09-26 16:23:31 -07:00 |
|
Jonathan Gibbons
|
065fdac559
|
8210555: create --source --target synonyms for -source -target
Reviewed-by: hannesw
|
2018-09-26 15:14:17 -07:00 |
|
Jonathan Gibbons
|
25ca76b4f9
|
8211180: SourceLauncherTest.java fails in JDK12 CI on Win*
Reviewed-by: mchung, darcy
|
2018-09-26 14:54:38 -07:00 |
|
Ekaterina Pavlova
|
b6fb9fccdd
|
8199885: [Graal] org.graalvm.compiler.core.test.CountedLoopTest fails with "ControlFlowAnchor should never be cloned in the same graph"
Reviewed-by: kvn
|
2018-09-26 12:47:38 -07:00 |
|
Coleen Phillimore
|
a5733f6349
|
Merge
|
2018-09-26 14:56:10 -04:00 |
|
Coleen Phillimore
|
06a1ea846a
|
8210856: Move InstanceKlass DependencyContext cleaning to SystemDictionary::do_unloading()
Already walk classes in ClassLoaderData::unload so generalize to also clean nmethod dependencies.
Reviewed-by: eosterlund, dlong, vlivanov
|
2018-09-26 14:01:48 -04:00 |
|
Liam Miller-Cushon
|
9c60728a28
|
8211138: Missing Flag enum constants
Reviewed-by: mcimadamore, vromero
|
2018-09-25 21:33:51 -07:00 |
|
Lance Andersen
|
d20eae2d31
|
8211121: Remove sun.reflect.ReflectionFactory::newInstanceForSerialization
Reviewed-by: mchung, alanb, darcy, dfuchs
|
2018-09-26 13:56:08 -04:00 |
|
Mikael Vidstedt
|
9d83c060db
|
8210892: Deprecate TLABStats
Reviewed-by: pliden, tschatzl
|
2018-09-26 10:37:50 -07:00 |
|
Sergey Bylokhov
|
9651df7696
|
8210286: Drop of sun.awt.HToolkit class
Reviewed-by: dmarkov, prr
|
2018-09-25 17:58:53 -07:00 |
|
Phil Race
|
c7f8499529
|
8210880: Remove HPKeysym.h from JDK sources
Reviewed-by: serb, dmarkov
|
2018-09-25 14:44:36 -07:00 |
|
Phil Race
|
5e3ea1b7e7
|
8211125: backout fix for 8210880 which was pushed under another ID
Reviewed-by: serb
|
2018-09-25 14:38:35 -07:00 |
|
Laurent Bourgès
|
60e6552bad
|
8210335: Clipping problems with complex affine transforms: negative scaling factors or small scaling factors
Fixed clipping rectangle to take into account the inverse transform (scale/shear)
Reviewed-by: prr, serb
|
2018-09-24 21:23:37 +02:00 |
|
Phil Race
|
7d0d9047ac
|
8209548: Unused and incorrect calls to FT_Get_Char_Index
Reviewed-by: psadhukhan, kaddepalli
|
2018-09-24 11:49:25 -07:00 |
|
Phil Race
|
3a2ece353b
|
8210866: Remove HPKeysym.h from JDK sources
Reviewed-by: serb, dmarkov
|
2018-09-24 11:46:40 -07:00 |
|
Phil Race
|
f605407e30
|
Merge
|
2018-09-24 10:59:26 -07:00 |
|
Brent Christian
|
3910193204
|
8072130: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Mac OSX
Reviewed-by: sherman
|
2018-09-24 10:41:41 -07:00 |
|
Magnus Ihse Bursie
|
73e93bdd5d
|
8211029: Have a common set of enabled warnings for all native libraries
Reviewed-by: erikj
|
2018-09-24 19:26:48 +02:00 |
|
Daniel D. Daugherty
|
77ef6a21f1
|
8209019: Remove tests affected by JDK-8208690 from the ProblemList
Reviewed-by: dfuchs
|
2018-09-24 13:05:59 -04:00 |
|
David Holmes
|
bc6fb26d02
|
8211045: [Testbug] Fix for 8144279 didn't define a test case!
Add missing file from original commit
Reviewed-by: shade, sgehwolf
|
2018-09-24 12:18:51 -04:00 |
|
Abdul Kolarkunnu
|
e6149b08de
|
8210994: Create test for SwingSet3 FrameDemo
Reviewed-by: serb
|
2018-09-24 03:25:19 -07:00 |
|
Jonathan Gibbons
|
cad60d14a6
|
8210274: Source Launcher should work with a security manager
Reviewed-by: mchung, alanb
|
2018-09-26 11:41:08 -07:00 |
|
Sergey Bylokhov
|
00e4c5b778
|
8210692: The "com.sun.awt.SecurityWarning" class can be dropped
Reviewed-by: prr, mullan, mchung
|
2018-09-22 20:31:45 -07:00 |
|
Sergey Bylokhov
|
38660e9460
|
8170937: Swing apps are slow if displaying from a remote source to many local displays
Reviewed-by: prr, aivanov
|
2018-09-18 18:32:03 -07:00 |
|
Roland Westrelin
|
03e4400864
|
8210885: Convert left over loads/stores to access api
Reviewed-by: thartmann, rkennke
|
2018-09-18 20:49:44 +02:00 |
|
Prasanta Sadhukhan
|
1b25f7242c
|
8191178: [macos] Problem with input of yen symbol
Reviewed-by: dmarkov, mhalder
|
2018-09-18 18:12:40 +05:30 |
|
Phil Race
|
d92c6042fe
|
Merge
|
2018-09-17 09:36:33 -07:00 |
|
Jean Christophe Beyler
|
fddc4b8ccb
|
8210726: Fix up a few minor nits forgotten by JDK-8210665
Minor changes to 4 tests to make one-liners
Reviewed-by: cjplummer, iignatyev, sspitsyn
|
2018-09-17 09:07:40 -07:00 |
|
Robert Field
|
f4e1502e03
|
8210596: jshell does not support raw string literals
Reviewed-by: jlahoda, jlaskey
|
2018-09-17 08:37:47 -07:00 |
|
Severin Gehwolf
|
b1375858c6
|
8210416: [linux] Poor StrictMath performance due to non-optimized compilation
Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches.
Reviewed-by: aph, erikj, dholmes, darcy, ihse
|
2018-09-17 10:53:56 +02:00 |
|
Jan Lahoda
|
ee0ac147a2
|
8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
When marking interface as having default methods, use .owner as it is always defined.
Reviewed-by: mcimadamore
|
2018-09-17 11:49:20 +02:00 |
|
Rachna Goel
|
36873c3c7b
|
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale
Specified locale for formatting..
Reviewed-by: naoto
|
2018-09-17 14:16:31 +05:30 |
|
Phil Race
|
98221ae93f
|
8210766: Remove obsolete qualified export sun.net.www to java.desktop
Reviewed-by: mchung
|
2018-09-15 14:03:07 -07:00 |
|
Severin Gehwolf
|
6b8fd447cc
|
8210647: libsaproc is being compiled without optimization
Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal
|
2018-09-14 14:47:50 +02:00 |
|
Weijun Wang
|
3cbb33f0e9
|
8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb
|
2018-09-17 14:52:44 +08:00 |
|
Chris Yin
|
46159b4d04
|
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar
|
2018-09-17 13:49:55 +08:00 |
|
Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Ivan Gerasimov
|
a07102bc7f
|
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs
|
2018-09-15 13:53:43 -07:00 |
|
Bernard Blaser
|
8ef50b1dc3
|
8183548: Comma-expressions shouldn't use any temporary variable
Uses enhanced let-expressions allowing multiple statements
Reviewed-by: vromero
|
2018-09-15 22:16:16 +02:00 |
|
Mikael Vidstedt
|
12bac3a02d
|
8210676: Remove some unused Label variables
Reviewed-by: kvn, dholmes, njian, aph
|
2018-09-14 22:35:44 -07:00 |
|
Jaikiran Pai
|
2e5e01b53c
|
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
Reviewed-by: xuelei
|
2018-09-14 20:30:28 -07:00 |
|
Igor Ignatyev
|
8b28ad6efe
|
8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler
|
2018-09-14 14:02:57 -07:00 |
|
Gustavo Romero
|
a6d0d07957
|
8209972: [GRAAL] Don't run RTM tests with Graal
Reviewed-by: kvn, goetz
|
2018-09-14 15:32:22 -04:00 |
|
Man Cao
|
05ed45cef1
|
8210724: Change the verbosity threshold of logging for [oopstorage,ref]
Improve logging verbosity levels in oopStorage.cpp
Reviewed-by: kbarrett, sjohanss
|
2018-09-14 08:48:36 -07:00 |
|
Roman Kennke
|
0055586b61
|
8210752: Remaining explicit barriers for C2
Reviewed-by: roland, shade
|
2018-09-14 14:43:40 +02:00 |
|
Severin Gehwolf
|
ba0203b2d5
|
8210761: libjsig is being compiled without optimization
Reviewed-by: erikj, ihse
|
2018-09-21 16:58:36 +02:00 |
|
Aleksei Voitylov
|
94679309a4
|
8209697: ARM: Explicit barriers for C1/assembler
Reviewed-by: dsamersoff
|
2018-09-24 16:54:42 +03:00 |
|