hg: jdk/sandbox: 3 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Thu Jun 28 08:15:21 UTC 2018
Changeset: cb4b07d61aac
Author: pliden
Date: 2018-06-28 09:15 +0200
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/cb4b07d61aac
8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate()
Reviewed-by: shade, stefank
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.inline.hpp
Changeset: e84038f37713
Author: jlahoda
Date: 2018-06-28 10:05 +0200
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/e84038f37713
8195986: Incorrect javac -h output with annotation processing and missing classes
Summary: When clearing out symbols for a new annotation processing round, preserve types when possible.
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/rounds/ValidTypesAreKept.java
Changeset: addda6247cb0
Author: jlahoda
Date: 2018-06-28 10:05 +0200
URL: http://hg.openjdk.java.net/jdk/sandbox/rev/addda6247cb0
8205913: Inconsistent source code model
Summary: Ensuring variable declarations have non-null modifiers and names.
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/langtools/jdk/jshell/ToolTabSnippetTest.java
! test/langtools/tools/javac/parser/JavacParserTest.java
More information about the jdk-sandbox-changes
mailing list