Doug Lea
e2cbace23d
8189387: ConcurrentLinkedDeque linearizability continued ..
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:10:46 -08:00
Doug Lea
42ad4ec2dd
8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13>
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:07:21 -08:00
Doug Lea
f2eb80c063
8190747: ExecutorService/Invoke.java fails intermittently
...
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:03:37 -08:00
Brian Burkhalter
1ca74d0d2e
8191025: (ch) Scattering reads to a subsequence of buffers ignores length
...
Use length parameter instead of the buffer array length
Reviewed-by: rriggs, alanb
2017-11-09 13:30:03 -08:00
Daniel Fuchs
ccdb0ef8e2
8189953: FileHandler constructor throws NoSuchFileException with absolute path
...
Reviewed-by: mchung
2017-11-09 20:51:37 +00:00
Roland Westrelin
85d2a057a4
8186125: "DU iteration must converge quickly" assert in split if with unsafe accesses
...
Added missing checks for Opaque4Node in split-if code
Reviewed-by: kvn
2017-11-09 12:43:13 -08:00
Abdul Kolarkunnu
e1e58fe2de
8190530: Compilation error in jemmy code FrameOperator.java due to missing of import statement of JemmyException
...
Reviewed-by: ssadetsky, serb
2017-11-09 15:30:11 +05:30
Ramanand Patil
6c99853a4c
8190258: (tz) Support tzdata2017c
...
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c
Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Phil Race
19a8373625
Merge
2017-11-08 12:27:40 -08:00
Paul Sandoz
cc59ccb7d4
8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism
...
Reviewed-by: martin, tvaleev
2017-11-08 10:27:10 -08:00
Erik Joelsson
1644953c27
8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS)
...
Reviewed-by: tbell
2017-11-15 11:50:55 -08:00
Athijegannathan Sundararajan
d6cf9ab9cd
8068741: javax.script.ScriptEngineFactory.getMethodCallSyntax() spec allows null passed as an object
...
Reviewed-by: hannesw
2017-11-15 23:25:40 +05:30
Athijegannathan Sundararajan
f441abcff1
8191306: Math.abs corner case with optimistic typing
...
Reviewed-by: jlaskey, hannesw
2017-11-15 19:55:21 +05:30
Bhavesh Patel
616491477f
8185371: Support for multiple stylesheets in javadoc
...
Reviewed-by: jjg, ksrini
2017-11-14 13:44:07 -08:00
Roger Riggs
0e776aa080
8190884: java/lang/Runtime/exec/LotsOfOutput fails intermittently
...
Reviewed-by: lancea, mchung
2017-11-08 09:18:15 -05:00
Sergey Bylokhov
8fedbd9383
8019816: [TEST_BUG][macosx] closed/java/awt/BasicStroke/DashZeroWidth.java not on EDT
...
Reviewed-by: prr, azvegint
2017-11-07 14:36:52 -08:00
Martin Buchholz
ec403d47b4
8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo
...
Reviewed-by: pnarayanan, jdv, prr
2017-11-07 10:35:58 -08:00
Martin Buchholz
6a099cc68b
8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable
...
Reviewed-by: naoto, rgoel
2017-11-07 10:02:48 -08:00
Priya Lakshmi Muthuswamy
018138a79c
8186807: JSObject gets ScriptFunction when ScriptObjectMirror is expected
...
Reviewed-by: sundar, hannesw
2017-11-07 12:18:29 +01:00
Jini George
45cdd91ca3
8190307: SA tests for the clhsdb commands: universe, intconstant, type
...
SA Test cases for the clhsdb commands: universe, intconstant, type
Reviewed-by: dholmes, sballal
2017-11-16 11:58:20 +05:30
Sharath Ballal
776767764b
8190198: SA: Framework for writing 'jhsdb clhsdb' commands tests and testcases for some of the commands
...
Reviewed-by: jgeorge, dholmes
2017-11-16 09:26:48 +05:30
Coleen Phillimore
97afaf1423
8191370: Add serviceability agent tests to tier1
...
Reviewed-by: gtriantafill, dcubed
2017-11-15 16:48:24 -05:00
Mandy Chung
25032bad54
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
...
Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
2017-11-06 17:48:00 -08:00
Roger Riggs
46d230c9cc
8187281: Remove intermittent from OnExitTest
...
Reviewed-by: lancea
2017-11-06 17:35:40 -05:00
Michael McMahon
62d9659c87
8190793: Httpserver does not detect truncated request body
...
Reviewed-by: chegar, dfuchs
2017-11-06 16:32:00 +00:00
Jan Lahoda
7a77a63845
8180744: Update ct.sym for JDK 10
...
Adding historical data and code support for --release 9.
Reviewed-by: jjg, mcimadamore
2017-11-06 14:10:39 +01:00
Jan Lahoda
5f97b69390
8139607: -release option forces StandardJavaFileManager
...
Merging a --release specific file manager with the user-provided one, rather than altering the user-provided one.
Reviewed-by: jjg, mcimadamore
2017-11-06 13:10:43 +01:00
Jesper Wilhelmsson
b97f1bcb37
Merge
2017-10-30 21:23:10 +01:00
Phil Race
a850cbc5d5
Merge
2017-11-03 10:43:18 -07:00
Brian Burkhalter
95c6c8ce11
8190501: (fs) Incorrect error message parameter in java/nio/file/Files/probeContentType/Basic.java
...
Replace expectedTypes with expectedTypes[i] in the line in question.
Reviewed-by: alanb
2017-11-03 10:18:27 -07:00
Brian Burkhalter
87eb47a3c8
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
...
Explicitly verify that the channel is open
Reviewed-by: alanb
2017-11-03 10:18:27 -07:00
Lance Andersen
3803dc1401
8190439: Removal of newrmic
...
Reviewed-by: rriggs, alanb, mchung
2017-11-03 13:03:10 -04:00
Phil Race
158e69f6ec
Merge
2017-11-03 09:56:02 -07:00
Athijegannathan Sundararajan
10c8d3a9f1
8190698: jjs tool of jdk.scripting.nashorn.shell module should not statically depend on java.desktop
...
Reviewed-by: jlaskey, hannesw
2017-11-03 19:53:09 +05:30
Kumar Srinivasan
105a51b96d
8190287: Update JDK's internal ASM to ASMv6
...
Reviewed-by: alanb, mchung, sundar
2017-11-02 13:18:23 -07:00
Joe Darcy
41f1222db0
8190573: Problem list InheritedChannelNotServerSocket.java
...
Reviewed-by: rriggs
2017-11-02 15:09:13 -07:00
Robert Field
022c618af9
8188072: JShell: NPE in SourceCodeAnalysis.completionSuggestions()
...
Reviewed-by: jlahoda
2017-11-02 11:09:28 -07:00
Semyon Sadetsky
c30a1e7cc4
8190230: [macosx] Order of overlapping of modal dialogs is wrong
...
Reviewed-by: azvegint, dmarkov
2017-11-02 11:03:45 -07:00
Phil Race
f900a5f39b
8190475: SwingSet2 won't start
...
Reviewed-by: serb
2017-11-01 10:43:44 -07:00
Phil Race
aa96056b21
Merge
2017-11-01 10:00:38 -07:00
Jan Lahoda
de261554f7
8190315: Test tools/javac/tree/NoPrivateTypesExported.java failing
...
Constant annotation attribute values should be allowed.
Reviewed-by: vromero
2017-11-01 16:45:28 +01:00
John Jiang
3d220f8d74
8190399: ProblemList tools/javac/tree/NoPrivateTypesExported.java due to JDK-8190315
...
Tools/javac/tree/NoPrivateTypesExported.java fails permanently due to JDK-8190315, so ProblemList has to include this test.
Reviewed-by: darcy
2017-11-01 10:49:21 +08:00
Roger Riggs
21f67cb9df
8190441: ProblemList some intermittent CORBA tests
...
Reviewed-by: lancea, darcy
2017-10-31 16:25:27 -04:00
Artem Smotrakov
82d4691976
8189800: Add support for AddressSanitizer
...
Reviewed-by: ihse, dholmes
2017-10-31 17:03:02 +03:00
Brent Christian
f32470d85f
8189319: Add a java.util.Properties constructor that takes an initial capacity
...
Reviewed-by: martin, mchung, rriggs
2017-10-30 16:16:01 -07:00
John Jiang
da423d1c92
8175252: Backout changeset for JDK-8176354 due to JDK-8190333
...
Backout changeset for JDK-8176354
Reviewed-by: asmotrak
2017-10-30 03:52:38 -07:00
Pankaj Bansal
fab3dea711
8159062: [hidpi] DnD on Windows while scaling is non-integer
...
Reviewed-by: serb, pkbalakr
2017-10-30 15:45:55 +05:30
Roland Westrelin
002aff0a75
8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
...
Skip the logic that set the value of the Phi iv if the exit condition is "not equal"
Reviewed-by: thartmann, mdoerr
2017-11-13 14:53:28 -05:00
Rachna Goel
3ae10b235d
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
...
Reviewed-by: naoto
2017-10-30 12:16:37 +05:30
Roger Riggs
9768149887
8180310: TestSocketFactory null pointer when updating match bytes
...
Reviewed-by: dfuchs
2017-10-29 18:31:55 -04:00
Sergey Bylokhov
66812b5f48
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
...
Reviewed-by: azvegint, prr
2017-10-27 14:15:02 -07:00
Phil Race
a569f5293b
8180501: RescaleOp.filter does not document IllegalArgumentException if sizes differ
...
Reviewed-by: bpb, pnarayanan
2017-10-27 11:29:50 -07:00
Amanda Jiang
6b3f6eb717
8176354: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases" erro
...
Reviewed-by: xuelei
2017-10-27 09:51:48 -07:00
Weijun Wang
69db146335
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
...
Reviewed-by: mullan
2017-10-27 21:11:15 +08:00
Athijegannathan Sundararajan
f8b8a16f4b
8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
...
Reviewed-by: alanb, mchung
2017-10-27 08:21:53 +05:30
Mandy Chung
34c9d598c7
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
...
Reviewed-by: rriggs, shade
2017-10-26 16:57:35 -07:00
Maurizio Cimadamore
f48f3c6552
8189838: Stack overflow when computing upward projection of an intersection type with fbounds
...
Bad logic for detecting loop in type-variable upper bounds
Reviewed-by: vromero
2017-10-26 18:42:40 +01:00
Jonathan Gibbons
46e1e763c1
8190003: Special characters in group names should be escaped
...
Reviewed-by: ksrini, bpatel
2017-10-25 18:12:15 -07:00
Jonathan Gibbons
917c6d460b
8190182: remove accidental file
...
Reviewed-by: ksrini
2017-10-25 17:48:30 -07:00
Jonathan Gibbons
19db6ba670
8189843: Missing \"id\" attributes in table rows
...
Reviewed-by: bpatel, ksrini
2017-10-25 17:18:00 -07:00
Jonathan Gibbons
cf81232570
8189841: Error in alternate row coloring in package-summary files
...
Reviewed-by: bpatel, ksrini
2017-10-25 17:16:18 -07:00
Brian Burkhalter
16b93f1b06
8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
...
Clamp the offset so the scattering read remains within the channel.
Reviewed-by: rriggs
2017-10-25 16:13:53 -07:00
Phil Race
62fa58101a
Merge
2017-10-25 12:41:24 -07:00
Bhavesh Patel
5c2a4b6e1a
8183037: Overview summary page should have a table with tabs for groups
...
Reviewed-by: jjg, ksrini
2017-10-25 12:29:00 -07:00
Pankaj Bansal
3ed8badb5a
6463710: ListSelectionModel.setSelectionMode() underspecified
...
Reviewed-by: serb, ssadetsky
2017-10-25 16:34:11 +05:30
David Holmes
2aecf1b321
8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
...
Reviewed-by: iignatyev
2017-11-09 00:52:15 -05:00
Mikhailo Seledtsov
229c048a08
8189213: [TESTBUG] Running jtreg tests on machine without docker shows extra message
...
Removed the message from VMProps.java
Reviewed-by: dholmes
2017-11-08 20:15:56 -08:00
Igor Ignatyev
8c073d124b
8190890
: remove hotspot_tier1_{compiler,gc}_closed groups
...
Reviewed-by: ehelin, lmesnik
2017-11-08 11:44:37 -08:00
Robert Field
7ce7347fd2
8179856: jshell tool: not suitable for pipeline use
...
8186708: jshell tool: bad load file garbles message and does not abort
Reviewed-by: jlahoda
2017-10-24 20:33:36 -07:00
Semyon Sadetsky
00fcd16ee7
8188081: Text selection does not clear after focus is lost
...
Reviewed-by: serb, psadhukhan
2017-10-24 08:37:11 -07:00
Ujwal Vangapally
6eeb777697
8044122: MBean access to the PID
...
Added new API getPid for getting process ID
Reviewed-by: mchung, rriggs
2017-11-07 22:05:44 -08:00
Jiangli Zhou
c2d94a0073
8189840: CheckCachedResolvedReferencesApp has no cached resolved references
...
Add WhiteBox.areOpenArchiveHeapObjectsMapped() for CheckCachedResolvedReferencesApp to check and skip test when open archive heap objects are not mapped.
Reviewed-by: iklam, ccheung
2017-11-07 18:48:17 -05:00
Jesper Wilhelmsson
3c76c33dba
Merge
2017-11-07 08:47:47 +01:00
Thomas Schatzl
d7b2fafd3d
8190703: TestSystemGCWith* infrequently times out on SPARC
...
Give the test a timeout after which it ends on its own.
Reviewed-by: shade, sjohanss
2017-11-07 13:51:18 +01:00
Doug Simon
67b21ffa1d
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
...
Reviewed-by: kvn, thartmann
2017-11-06 12:17:59 +01:00
Jamsheed Mohammed C M
34deb9cc2a
8167409: Invalid value passed to critical JNI function
...
The tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit.
Reviewed-by: dlong
2017-11-06 04:14:22 -08:00
Leo Korinth
c2935fa4a4
8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems
...
Reviewed-by: sjohanss, sangheki
2017-11-06 09:41:54 +01:00
Stefan Johansson
16963a0d5c
8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
...
Reviewed-by: sangheki, eosterlund
2017-11-06 11:11:44 +01:00
Jamsheed Mohammed C M
ef98509665
8167408: Invalid critical JNI function lookup
...
Made correction to arg_size calculation in NativeLookup::lookup_critical_entry
Reviewed-by: dholmes, dlong, mdoerr, vlivanov
2017-11-06 00:30:36 -08:00
Calvin Cheung
c39d2071f0
8187347: Do not abort CDS archive creation when some classes are unverifiable
...
Deprecating the IgnoreUnverifiableClassesDuringDump vm option in JDK10 and set its default value to true
Reviewed-by: dholmes, jiangli
2017-11-03 10:48:26 -07:00
Gerard Ziemski
a043febf6f
8184765: Dynamically resize SystemDictionary
...
Implemented dynamic resizing, which triggers when load factor is too high
Reviewed-by: coleenp, rehn
2017-11-02 11:00:34 -05:00
Phil Race
05adede5f5
Merge
2017-10-23 13:06:04 -07:00
Liam Miller-Cushon
ed0ea37394
8187247: canonical import check compares classes by simple name
...
Reviewed-by: jlahoda
2017-10-23 14:11:04 +02:00
Pankaj Bansal
6e6996cd6c
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
...
Reviewed-by: serb, pkbalakr
2017-10-23 16:55:52 +05:30
Priya Lakshmi Muthuswamy
6a0b70e242
8165198: Inconsistent values with JavaImporter after accessing undefined variable
...
Reviewed-by: sundar, hannesw
2017-10-23 13:03:01 +02:00
Erik Joelsson
c7084efdb5
8189664: Stop producing ARCHIVE_BUNDLE.zip from test makefiles unless asked to
...
Reviewed-by: ihse
2017-10-23 10:41:34 +02:00
Robert Field
19fbc4c08c
8187359: JShell: Give comprehensible error when user method name matches Object method
...
Reviewed-by: jlahoda
2017-10-20 19:08:25 -07:00
Henry Jen
4e93f8fc9f
Merge
2017-10-20 09:49:02 -07:00
Athijegannathan Sundararajan
0da8aae161
8189671: jlink should clearly report error when an automatic module is used
...
Reviewed-by: alanb, mchung
2017-10-20 17:16:05 +05:30
Lucy Lu
ec1c3bce45
8164900: Add support for O_DIRECT
...
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
2017-10-17 16:51:11 -07:00
Naoto Sato
483595f375
8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
...
Reviewed-by: mchung
2017-10-24 08:56:47 -07:00
Naoto Sato
ab49e12b7f
8189291: Test policy should extend the default system policy
...
Reviewed-by: mchung
2017-10-24 08:56:30 -07:00
Jan Lahoda
a663434be7
8189796: Incorrect end position for missing statement
...
Recording end positions for error trees representing missing statements.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: mcimadamore
2017-10-24 12:07:27 +02:00
Nils Eliasson
c5e0971547
8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
...
Compile fewer methods
Reviewed-by: thartmann, kvn
2017-11-20 09:50:23 +01:00
Roland Westrelin
3a205924e4
8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
...
Reviewed-by: kvn, dlong
2017-10-10 14:05:04 +02:00
Sharath Ballal
b7dc6e4e41
8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null
...
Reviewed-by: jgeorge, dholmes
2017-10-24 15:44:29 +05:30
Jamsheed Mohammed C M
dc50d0a8b2
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
...
Skip the assert for this specific case, as it is not an issue.
Reviewed-by: coleenp, dlong, kvn
2017-10-24 06:06:56 -07:00
Jesper Wilhelmsson
7884ab9ccf
Merge
2017-10-30 21:23:10 +01:00
Igor Ignatyev
92254a72a4
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
...
Reviewed-by: jwilhelm, epavlova
2017-10-31 16:31:39 -07:00
Coleen Phillimore
e908052a71
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
...
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
2017-10-31 11:55:09 -04:00
Tobias Hartmann
832d68597e
8190351: InitialAndMaxUsageTest does not free allocated blob
...
Refactored test to add blob to free list and changed the allocation loop to start with blobs of size ~36 Mb.
Reviewed-by: kvn
2017-10-31 09:33:47 +01:00
Sangheon Kim
4101ba9a13
8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
...
Add STS to avoid MMU concurrency problem between VM Thread and Concurrent Mark Thread
Reviewed-by: tschatzl, ehelin
2017-10-26 21:30:48 -07:00
Jesper Wilhelmsson
65db4f42d0
8187556: Backout of a fix reintroduced a dependency that had since been removed
...
Reviewed-by: duke
2017-09-14 22:57:36 +02:00
Roman Kennke
7030019135
8171853: Remove Shark compiler
...
Reviewed-by: dholmes, kvn, erikj, ihse
2017-10-15 22:54:03 +02:00
Harold Seigel
99bf982432
8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
...
Store resolution exception in resolution_error table and set flag in cpCache indicating resolution failed.
Reviewed-by: acorn, jrose, dholmes, lfoltan
2017-10-23 10:42:26 -04:00
Jesper Wilhelmsson
a9f136ec2e
Merge
2017-10-22 00:10:29 +02:00
Serguei Spitsyn
ba7368fbd6
Merge
2017-10-21 00:06:50 +00:00
Jesper Wilhelmsson
291e5e159d
Merge
2017-10-21 01:23:52 +02:00
Yasumasa Suenaga
c4706f598d
8151815: Could not parse core image with JSnap
...
Reviewed-by: dholmes, sspitsyn
2017-10-21 07:00:23 +09:00
Dean Long
e7270b8965
8132547: [AOT] support invokedynamic instructions
...
Reviewed-by: iveresov, kvn
2017-10-19 19:23:48 -07:00
Serguei Spitsyn
41d19c4a10
8173936: [TESTBUG] test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java needs to be re-examined
...
Expect CFLH events only if can_generate_early_vmstart capability is enabled
Reviewed-by: dholmes, gtriantafill
2017-10-17 14:37:01 -07:00
Harold Seigel
d3466f7dce
8188922: [TESTBUG] runtime/CommandLine/VMDeprecatedOptions.java fails with JDK10 release bits
...
Add -XX:+UnlockDiagnosticVMOptions to the command line when testing a deprecated diagnostic option.
Reviewed-by: coleenp, lfoltan
2017-10-11 10:03:22 -04:00
Mandy Chung
7344b46c71
8189193: FindClass should only see classes from the boot loader called from its associated native library
...
Reviewed-by: coleenp, dholmes
2017-10-19 17:27:34 -07:00
Sangheon Kim
e4cf0cb437
8188245: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can fail
...
Changed to use BigDecimal to solve double rounding issue
Reviewed-by: sjohanss, eosterlund
2017-10-19 11:31:52 -07:00
Magnus Ihse Bursie
7c78b40f8d
8189608: Remove duplicated jni.h
...
Reviewed-by: erikj, dholmes, coleenp
2017-10-19 11:59:52 +02:00
Yasumasa Suenaga
f778dfd81a
8087291: InitialBootClassLoaderMetaspaceSize and CompressedClassSpaceSize should be checked consistent from MaxMetaspaceSize
...
Reviewed-by: coleenp, hseigel
2017-10-18 18:49:54 -04:00
Mikhailo Seledtsov
ac63626f1f
8181592: [TESTBUG] Docker test utils and docker jdk basic test
...
Implemented docker test utilities and basic test
Reviewed-by: iignatyev, lmesnik, gtriantafill
2017-10-10 19:18:36 -07:00
Mandy Chung
4c1297b778
8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
...
Reviewed-by: alanb, coleenp, dholmes
2017-10-10 11:52:42 -07:00
Jesper Wilhelmsson
42a29333b9
Merge
2017-10-10 16:29:04 +02:00
Ioi Lam
94760c8130
8188828: Intermittent ClassNotFoundException: jdk.test.lib.Platform for compiler tests
...
As a work around, remove dependency from jdk.test.lib.FileInstaller to other classes in this library
Reviewed-by: iignatyev, gtriantafill, kvn, dholmes
2017-10-09 13:11:25 -07:00
Vladimir Kozlov
e24a5bc2ff
8188776: jdk.internal.vm.ci can't export package to upgradeable modules
...
Added missing exception in JdkQualifiedExportTest.java test
Reviewed-by: mchung
2017-10-06 13:00:18 -07:00
Coleen Phillimore
fd85805dc0
8178870: instrumentation.retransformClasses cause coredump
...
Don't double-free cached class bytes on redefinition loading failure.
Reviewed-by: sspitsyn, jiangli
2017-10-06 14:30:04 -04:00
Maurizio Cimadamore
9f2615c4de
8172443
: Change use of tree.pos to line:col in rawDiagnostics
...
Generate more stable raw diagnostic position for functional expression AST diag arguments
Reviewed-by: jjg, vromero
2017-10-05 18:29:47 +01:00
Bernard Blaser
2115af4897
8063054: Incorrect raw type warning for method reference
...
Spurious raw types warnings generated for unbound method references
Reviewed-by: jlahoda
2017-10-05 12:19:23 +01:00
Ujwal Vangapally
96d0817455
8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument
...
Added two new API's to limit the stack trace depth
Reviewed-by: mchung, dfuchs, rriggs, egahlin
2017-10-05 01:31:53 -07:00
Kumar Srinivasan
da077b2e26
8186703: javadoc needs a test to verify member hiding
...
Reviewed-by: jjg
2017-10-04 10:44:21 -07:00
Ivan Gerasimov
9c1b0103b3
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
...
Reviewed-by: coffeys
2017-10-04 01:08:36 -07:00
Doug Lea
c3664b7f38
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
...
Reviewed-by: martin, psandoz
2017-10-03 14:00:00 -07:00
Charles Munger
229cce5f44
8186265: Make toString() methods of "task" objects more useful
...
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
2017-10-03 13:55:05 -07:00
Doug Lea
d9d91c1cc4
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
...
Reviewed-by: martin, psandoz
2017-10-03 13:45:11 -07:00
Doug Lea
76db7c6b61
8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
...
Reviewed-by: martin, psandoz, dholmes
2017-10-03 13:41:55 -07:00
Doug Lea
c6e3667228
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
...
Reviewed-by: martin, psandoz, dholmes
2017-10-03 13:37:01 -07:00
Bhavesh Patel
feab9efa52
8074407: javadoc: using <pre> after @deprecated tag causes warnings
...
Reviewed-by: jjg, ksrini
2017-10-03 12:58:49 -07:00
Bhavesh Patel
448718c0af
8169819: minor cleanup for deprecated page
...
Reviewed-by: jjg, ksrini
2017-10-02 14:49:46 -07:00
Bernard Blaser
47e2972a64
8187978: javac can show overload error messages that include non-valid candidates
...
Reviewed-by: mcimadamore
2017-10-02 10:04:22 -07:00
Maurizio Cimadamore
870b0834fe
8188144: regression in method reference type-checking
...
Method reference checking prefers unbound lookup when both searches produce same results
Reviewed-by: vromero
2017-10-02 12:29:44 +01:00
Mandy Chung
5d986605ca
8186050: StackFrame should provide the method signature
...
Reviewed-by: alanb, bchristi, forax, plevart
2017-09-29 11:33:08 -07:00
Srinivas Dama
f2a9034adf
8147076: LinkerCallSite.ARGLIMIT is used incorrectly
...
Modified ARGLIMIT
Reviewed-by: hannesw, jlaskey
2017-09-30 03:15:56 +05:30
Athijegannathan Sundararajan
cea7897f08
8188098: NPE in SimpleTreeVisitorES6 visitor when parsing a tagged template literal
...
Reviewed-by: hannesw, jlaskey
2017-09-28 23:03:17 +05:30
Maurizio Cimadamore
9e6049ef0f
8188090: Running tests from make causes spurious mercurial changes
...
Fix relative path in test/TestCommon.gmk
Reviewed-by: erikj
2017-09-28 11:20:16 +01:00
Bhavesh Patel
6db0190cb5
8186332: Fix method signature in method summary table
...
Reviewed-by: jjg, ksrini
2017-09-27 16:47:07 -07:00
Joe Darcy
5d2a4c319a
8187982: Update SourceVersion to mention restricted keywords
...
Reviewed-by: mcimadamore
2017-09-27 14:23:41 -07:00
Paul Sandoz
999343e352
8187688: Additional tests for MethodHandle.invokeWithArguments
...
Reviewed-by: redestad
2017-09-27 10:24:40 -07:00
Hannes Wallnöfer
2e46c1508a
8186815: Java.from has a bug, when element is ScriptObject
...
Reviewed-by: sundar, jlaskey
2017-09-27 17:09:52 +02:00
Priya Lakshmi Muthuswamy
10f7bd1ab6
8133623: JDK-8055034.js and JDK-8130127.js fail in nashorn nightly
...
Reviewed-by: sundar, hannesw
2017-09-27 15:26:35 +02:00
Athijegannathan Sundararajan
a00dba8a16
8188023: Avoid -source and -target javac options in nashorn ant compilation
...
Reviewed-by: jlaskey, hannesw
2017-09-27 18:40:37 +05:30
Hannes Wallnöfer
047f60b678
8187962: Optimistic types ignore JavaAdapter return types
...
Reviewed-by: sundar, attila
2017-09-27 14:56:19 +02:00
Philipp Kunz
2ae9614d34
6695402: Jarsigner with multi-byte characters in class names
...
Reviewed-by: weijun
2017-09-27 14:02:15 +08:00
Bhavesh Patel
385c583ed1
8183511: improve style for deprecated text
...
Reviewed-by: jjg, ksrini
2017-09-26 20:03:48 -07:00
Rob McKenna
1fc8d0cfd9
8184328: JDK 8u131 socketRead0 hang at SSL read
...
Reviewed-by: xuelei, chegar, coffeys
2017-09-26 19:19:09 +01:00
Vyom Tewari
99b202b398
8185072: network006 times out in many configs in JDK10-hs nightly
...
Reviewed-by: chegar, rriggs
2017-09-26 20:34:10 +05:30
Maurizio Cimadamore
c825188cd8
8177466: Add compiler support for local variable type-inference
...
Add support for 'var' in implicitly typed local variable declarations
Reviewed-by: vromero, jlahoda
2017-09-26 12:52:53 +01:00
Chris Hegarty
b98d0bda76
8181176: java/net/httpclient/websocket/ConnectionHandover.java times out
...
Reviewed-by: coffeys
2017-09-26 10:20:35 +01:00
David Holmes
da352d7930
Merge
2017-09-26 01:26:00 -04:00
Hamlin Li
9f1f9587cb
8187376: test issue in java/lang/invoke/VarHandles/VarHandleBaseTest.java
...
Reviewed-by: psandoz
2017-09-26 12:47:49 +08:00
Goetz Lindenmaier
92fc72a86b
8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
...
Reviewed-by: ihse, dholmes
2017-09-25 23:42:58 -04:00
Srinivas Dama
2dc0eaaa4b
8185257: Nashorn AST is missing nodes when a for-loop contains a VariableDeclarationList
...
Var declaration in for loop removed from block scope in es6 mode
Reviewed-by: hannesw, sundar
2017-09-26 07:00:43 +05:30
Athijegannathan Sundararajan
551d0689ed
8187934: dropping a shebang script in src/sample/nashorn directory results in test failure
...
Reviewed-by: hannesw, jlaskey
2017-09-25 20:32:44 +05:30
Jan Lahoda
4335a9a642
8187883: NewClassDefEnclosing.java fails on windows
...
Fixing whitespace normalization.
Reviewed-by: mcimadamore
2017-09-25 13:03:11 +02:00
Sergey Bylokhov
97d93fe4d8
8187442: Xcheck:jni produces various "WARNING in native method" in launcher
...
Reviewed-by: ksrini, dholmes
2017-09-22 15:32:09 -07:00
John R Rose
f98aab0db9
8185993: MethodHandle.invokeWithArguments jumbo-arity
...
Reviewed-by: psandoz, vlivanov
2017-09-22 15:28:16 -07:00
Andrey Nazarov
71e91d9c2e
8185458: Added comment for Files.notExists in FileUtils test library
...
Reviewed-by: chegar
2017-09-22 11:49:53 -07:00
Jan Lahoda
b45c9233a4
8044853: Attr synthesizes nullcheck tree nodes
...
Avoid move of JCNewClass.encl to args in front end phases.
Reviewed-by: jjg
2017-09-22 14:06:11 +02:00
Priya Lakshmi Muthuswamy
6c1410fffa
8186180: Symbol.__proto__ results in error with format string placeholder
...
Reviewed-by: sundar, hannesw
2017-09-22 11:52:38 +02:00
Priya Lakshmi Muthuswamy
ea3a3f20d5
8187362: Nashorn unsigned right shift operator unexpectedly returns floating-point
...
Reviewed-by: sundar, hannesw
2017-09-22 11:48:57 +02:00
Amy Lu
f22dd8323b
8184329: Refactor java/lang/ClassLoader shell tests to java
...
Reviewed-by: mchung
2017-09-22 16:38:54 +08:00
Felix Yang
300988fb02
8085875: java/net/DatagramSocket/PortUnreachable.java fails intermittently: Address already in use
...
Reviewed-by: msheppar, clanger
2017-09-21 20:05:46 -07:00
Felix Yang
e634950b41
8187026: Remove intermittent key from java/net/httpclient/http2/BasicTest.java
...
Reviewed-by: chegar
2017-09-21 19:48:32 -07:00
Weijun Wang
b380f1b6cc
8187786: Many javax/net/ssl/DTLS tests failing
...
Reviewed-by: xuelei
2017-09-22 09:49:08 +08:00
Mandy Chung
21c1304c15
8187449: jdeps fails when an upgradeable module is upgraded with an automatic module
...
Reviewed-by: lancea, psandoz
2017-09-21 13:55:44 -07:00
Bradford Wetmore
d1ad673f55
8187788: Disasble javax/net tests until JDK-8187786 is resolved
...
Reviewed-by: darcy
2017-09-21 12:13:25 -07:00
Jan Lahoda
0fcaa36105
8184739: Incorrect end position of PackageTree
...
Fixing end position of PackageTree.
Reviewed-by: jjg
2017-09-21 17:47:34 +02:00
Hannes Wallnöfer
9ddbf8fde2
8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along
...
Reviewed-by: sundar, jlaskey
2017-09-21 14:40:50 +02:00
Weijun Wang
1e6e9203c4
8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test
...
Reviewed-by: asmotrak
2017-09-21 16:29:54 +08:00
Weijun Wang
fe19274488
8186831: Kerberos ignores PA-DATA with a non-null s2kparams
...
Reviewed-by: xuelei
2017-09-21 16:29:45 +08:00
Weijun Wang
2bb3b82709
8148371: Remove policytool
...
Reviewed-by: erikj, alanb, mullan
2017-09-21 16:29:18 +08:00
Xueming Shen
02b9452ed3
8186464: ZipFile cannot read some InfoZip ZIP64 zip files
...
Reviewed-by: martin
2017-09-20 16:41:54 -07:00
Roland Westrelin
844e594fec
8187822: C2 conditonal move optimization might create broken graph
...
Reviewed-by: kvn
2017-09-27 16:17:47 +02:00
Jesper Wilhelmsson
b708f0ddbd
Merge
2017-10-04 21:02:13 +02:00
Coleen Phillimore
cc04ffc7b3
Merge
2017-10-03 21:21:35 +00:00
Coleen Phillimore
73a801bc43
8186777: Make Klass::_java_mirror an OopHandle
...
Add indirection for fetching mirror so that GC doesn't have to follow CLD::_klasses
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Reviewed-by: hseigel, thartmann, eosterlund, stefank
2017-10-03 16:42:04 -04:00
Igor Ignatyev
8afe0e3b01
8188117: jdk/test/lib/FileInstaller doesn't work for directories
...
Reviewed-by: mseledtsov, sspitsyn
2017-09-20 20:53:22 -07:00
Erik Joelsson
c111277919
8187642: The consolidated repo test makefile disables CONCURRENCY setting to jtreg
...
Reviewed-by: darcy
2017-09-18 18:15:05 -07:00
Joe Darcy
a77b330635
8187636: Mark MetaCallback.java as failing intermittently
...
Reviewed-by: serb, prr
2017-09-18 13:33:29 -07:00
Igor Ignatyev
5b3ed372a9
Merge
2017-10-03 06:48:40 +02:00
Ioi Lam
5cfa508043
Merge
2017-10-03 03:30:11 +00:00
David Holmes
1590eaa3b8
8188246: Add test/hotspot/jtreg/gc/logging/TestPrintReferences.java to ProblemList.txt
...
Reviewed-by: dcubed
2017-10-02 21:58:22 -04:00
Ioi Lam
a2d1045eef
8187979: Clean up info printing at CDS dump time
...
Reviewed-by: jiangli, ccheung
2017-10-02 16:00:42 -07:00
David Holmes
fd93a04684
8185062: Set AssumeMP to true and deprecate the flag
...
Reviewed-by: shade, dcubed, kvn
2017-10-02 18:56:30 -04:00
Ekaterina Pavlova
853f26ed15
8185134: [Graal] Introduce vm.graal predicate and tag tests which are not applicable for Graal
...
Reviewed-by: kvn, dnsimon
2017-10-02 14:31:34 -07:00
Serguei Spitsyn
87a8a4301f
Merge
2017-09-30 01:38:57 +00:00
Yasumasa Suenaga
12a11f2c65
8175816: SA: HSDB: Compute Liveness results in java.lang.IndexOutOfBoundsException
...
Reviewed-by: sspitsyn, jgeorge
2017-09-29 20:57:48 +09:00
Calvin Cheung
7a446900da
8187884: [TESTBUG] compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading failed with ClassNotFoundException
...
Reviewed-by: kvn
2017-09-25 14:23:18 -07:00
Martin Doerr
d0dc2dd231
8185979: PPC64: Implement SHA2 intrinsic
...
Co-authored-by: Bruno Rosa <bruno.rosa@eldorado.org.br>
Co-authored-by: Gustavo Serra Scalet <gustavo.scalet@eldorado.org.br>
Co-authored-by: Igor Nunes <igor.nunes@eldorado.org.br>
Reviewed-by: mdoerr, goetz
2017-09-25 17:40:06 +02:00
Erik Joelsson
467119a352
8187445: Forest Consolidation: Make tests work
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:59 +02:00
Erik Joelsson
72c4ec5462
8187444: Forest Consolidation: Make build work
...
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: darcy, ihse
2017-09-12 19:03:56 +02:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00
Serguei Spitsyn
4073e46a77
Merge
2017-10-17 23:05:35 +00:00
Ioi Lam
a7a78668a0
Merge
2017-10-17 22:02:10 +00:00
Serguei Spitsyn
93a32c3900
Merge
2017-10-17 21:50:22 +00:00