Attila Szegedi
|
9d93886076
|
8191905: Add a REMOVE StandardOperation to Dynalink
Reviewed-by: hannesw, sundar
|
2017-12-12 14:04:57 +01:00 |
|
Jini George
|
64a1914e1c
|
8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
Create tests for the clhsdb commands: inspect, scanoops and printas
Reviewed-by: sspitsyn, sballal, cjplummer
|
2017-12-14 12:49:47 +05:30 |
|
Jesper Wilhelmsson
|
f1985b2e7e
|
Merge
|
2017-12-13 23:06:59 +01:00 |
|
Vladimir Kozlov
|
c11f132abe
|
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
Skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
|
2017-12-13 11:59:55 -08:00 |
|
Nils Eliasson
|
16d95cbf9d
|
8192971: LockCompilationTest fails intermittently
Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
|
2017-12-13 10:21:21 +01:00 |
|
Brent Christian
|
276093653a
|
8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
Reviewed-by: dholmes, mchung
|
2017-12-12 21:46:06 -05:00 |
|
Brent Christian
|
eb417da953
|
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
|
2017-12-08 13:04:43 -08:00 |
|
David Holmes
|
b1001c7d7d
|
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
Reviewed-by: coleenp, dcubed
|
2017-12-12 19:06:19 -05:00 |
|
Tobias Hartmann
|
8ab2ee6ab1
|
8193363: TestDumpReplay.java fails with product builds
Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: kvn
|
2017-12-12 19:05:02 +01:00 |
|
Chris Plummer
|
200e63f32c
|
8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
Call FindClass() when we are in the proper classloader context
Reviewed-by: sspitsyn, dholmes, amenkov
|
2017-12-09 07:50:50 -08:00 |
|
Jesper Wilhelmsson
|
42d9cdb7a0
|
Merge
|
2017-12-08 23:43:25 +01:00 |
|
Calvin Cheung
|
915b2cd1f2
|
8192989: runtime/appcds/javaldr/ArrayTest.java crashes with assert(k->is_instance_klass())
Disable loading array classes from the class list
Reviewed-by: iklam, jiangli
|
2017-12-08 15:14:08 -08:00 |
|
Daniel D. Daugherty
|
b0138d81ad
|
8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
Reviewed-by: stefank, gtriantafill, coleenp
|
2017-12-08 15:24:47 -05:00 |
|
Daniel Fuchs
|
a87551990a
|
8191033: Regression in logging.properties: specifying .handlers= for root logger (instead of handlers=) no longer works
The behavior observed for Java 8 is restored
Reviewed-by: martin, mchung
|
2017-12-08 11:50:39 +00:00 |
|
Priya Lakshmi Muthuswamy
|
6534e2ad54
|
8193137: Nashorn crashes when given an empty script file
Reviewed-by: hannesw, sundar
|
2017-12-08 12:02:30 +01:00 |
|
Attila Szegedi
|
cebb2a31b4
|
8192970: Element getters/setters with fixed key fail to link properly
Reviewed-by: hannesw, sundar
|
2017-12-08 11:48:38 +01:00 |
|
Sharath Ballal
|
3f561e29a9
|
8193124: SA: Testcases for clhsdb jdis and findpc commands
Reviewed-by: sundar, cjplummer, jgeorge
|
2017-12-08 15:41:11 +05:30 |
|
Kumar Srinivasan
|
c30bc22a0e
|
8034254: Don't use binary testing files broken.jar
Reviewed-by: jjg
|
2017-12-07 21:07:12 -08:00 |
|
Weijun Wang
|
67205081ec
|
8192987: keytool should remember real storetype if it is not provided
Reviewed-by: mullan
|
2017-12-08 09:40:14 +08:00 |
|
Kumar Srinivasan
|
7604d1d515
|
8149402: "-group" option issue for classes from default package
Reviewed-by: jjg
|
2017-12-07 14:21:25 -08:00 |
|
Kumar Srinivasan
|
900f2c016d
|
8191030: @value Tags are not resolved by javadoc 9
Reviewed-by: jjg
|
2017-12-07 14:15:14 -08:00 |
|
Joe Darcy
|
62d672208a
|
8193191: Update JavacTestingAbstractProcessor for JDK 10
Reviewed-by: jjg
|
2017-12-07 11:00:32 -08:00 |
|
Jan Lahoda
|
9f07305ab6
|
8189248: Jshell: error with mutually dependent snippets, when one must be replaced
Ensuring proper imports are generated for mutually dependent snippets if one of them is replaced.
Reviewed-by: rfield
|
2017-12-07 19:24:27 +01:00 |
|
Mandy Chung
|
f296f0cfbc
|
8192945: Need stable sort for MODULES entry in the release file
Reviewed-by: alanb, redestad
|
2017-12-07 09:23:15 -08:00 |
|
Brian Burkhalter
|
dd07ad1703
|
8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
Remove POSIX conditional compilation and correct stat64 times for macOS
Reviewed-by: alanb, simonis
|
2017-12-07 08:56:04 -08:00 |
|
Alan Bateman
|
800f9ab58a
|
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
Reviewed-by: psandoz, mchung
|
2017-12-07 16:45:19 +00:00 |
|
Dean Long
|
318c0d74ab
|
8192870: [Testbug] runtime/handshake/HandshakeTransitionTest throws NPE
Reviewed-by: dholmes, rehn
|
2017-12-05 11:16:03 -08:00 |
|
Robert Field
|
5252da0f37
|
8192979: jshell tool: Online help text for commands is confusing
Reviewed-by: jlahoda
|
2017-12-05 11:04:42 -08:00 |
|
Harsha Wardhana B
|
c8bf23d93a
|
8192909: Invalid username or password in HashedPasswordFileTest.java
Reviewed-by: clanger, dfuchs
|
2017-12-05 21:26:11 +05:30 |
|
Stefan Johansson
|
e2d38d5f6a
|
8193068: Add gc/g1/TestVerifyGCType.java to problem list
Reviewed-by: tschatzl
|
2017-12-05 16:34:03 +01:00 |
|
Jiangli Zhou
|
1cfa67d1d5
|
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared
Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
|
2017-12-06 20:06:43 -05:00 |
|
Stefan Johansson
|
06bf91bacc
|
8193068: Add gc/g1/TestVerifyGCType.java to problem list
Reviewed-by: tschatzl
|
2017-12-05 16:34:03 +01:00 |
|
Stefan Johansson
|
b4f7ce6c8f
|
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
Reviewed-by: tschatzl, jwilhelm
|
2017-12-05 13:58:55 +01:00 |
|
Harsha Wardhana B
|
3af68346dc
|
8192909: Invalid username or password in HashedPasswordFileTest.java
Reviewed-by: clanger, dfuchs
|
2017-12-05 21:26:11 +05:30 |
|
Stefan Johansson
|
657b951fab
|
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
Reviewed-by: tschatzl, jwilhelm
|
2017-12-05 13:58:55 +01:00 |
|
Doug Simon
|
77eb30dae3
|
8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
Reviewed-by: never, dlong
|
2017-12-22 18:34:36 +01:00 |
|
Robert Field
|
3d3780d2e8
|
8191455: jdk/jshell/StartOptionTest.java and jdk/jshell/ToolProviderTest.java failed after changeset e0f08a
8191456: jdk/jshell/ExternalEditorTest.java testStatementMush() failure
Reviewed-by: jlahoda
|
2017-12-04 17:15:38 -08:00 |
|
Sergey Bylokhov
|
267856d100
|
8189656: The Windows L&F should be moved out from the shared folder
Reviewed-by: prr, psadhukhan, erikj
|
2017-12-04 16:14:29 -08:00 |
|
Phil Race
|
796aeef46b
|
Merge
|
2017-12-04 10:12:46 -08:00 |
|
Maurizio Cimadamore
|
686d74f11e
|
8189749: Devise strategy for making source level checks more uniform
Create a 'feature' enum which is responsible for handling source version checks and related diagnostic generation
Reviewed-by: jjg, jlahoda
|
2017-12-04 17:54:49 +00:00 |
|
Vyom Tewari
|
d55fdd6c56
|
8190843: can not set/get extendedOptions to ServerSocket
Reviewed-by: chegar, rriggs
|
2017-12-04 13:24:00 +05:30 |
|
Yasumasa Suenaga
|
869aa96aa3
|
8192897: NPE occurs on clhsdb jstack
Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
|
2017-12-04 10:23:08 +09:00 |
|
Peter Levart
|
238ca2e781
|
8191216: SimpleTimeZone.clone() has a data race on cache fields
Reviewed-by: alanb, naoto
|
2017-12-12 00:30:57 +01:00 |
|
Xueming Shen
|
3b0e59e8d8
|
8185582: Update Zip implementation to use Cleaner, not finalizers
Reviewed-by: plevart, rriggs, mchung
|
2017-12-11 11:45:02 -08:00 |
|
Martin Buchholz
|
ed69a7db9c
|
8192935: Fix EnumSet's SerializationProxy javadoc
Reviewed-by: smarks, rriggs
|
2017-12-03 13:06:51 -08:00 |
|
Brent Christian
|
a820e5eaa8
|
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
|
2017-12-08 13:04:43 -08:00 |
|
Igor Ignatyev
|
643da5ac9c
|
8181118: update java/time tests to use RandomFactory from the top level testlibrary
Reviewed-by: rriggs
|
2017-12-08 11:03:37 -08:00 |
|
Daniel Fuchs
|
eb62b5e51e
|
8187073: The java.util.logging.Level.findLevel() will not correctly find a Level by it's int value
Reviewed-by: rriggs
|
2017-12-08 17:40:57 +00:00 |
|
Xue-Lei Andrew Fan
|
82bf0799c6
|
8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
Co-authored-by: Martin Balao <mbalao@redhat.com>
Reviewed-by: jnimeh, ahgross, rhalade, wetmore
|
2017-12-08 16:41:30 +00:00 |
|
Anton Litvinov
|
0b2a269330
|
8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
Reviewed-by: prr, serb
|
2017-12-03 13:21:41 +00:00 |
|