RFR: 8076470 - JEP 240: Remove the JVM TI hprof Agent

2015-08-06 Thread Staffan Larsen
Please review the following changes to remove the hprof JVMTI agent. There are changes in three different repositories. All tests that used the hprof agent has been removed in previous changesets. Note: This does not remove the ability of the Hotspot VM to output heap dumps in the hprof format

Re: RFR JDK-8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes

2015-08-06 Thread Jan Lahoda
Jon suggested that now, when the EMPTY_BOOTCLASSPATH is used not only for -bootclasspath, it could be renamed to EMPTY_DIR. An updated webrev with the rename is here: http://cr.openjdk.java.net/~jlahoda/8129562/webrev.01/ How does this look? Thanks, Jan On 6.8.2015 17:33, Tim Bell wrote:

Re: RFR JDK-8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes

2015-08-06 Thread Tim Bell
Well, OK, since you are already using $(EMPTY_BOOTCLASSPATH) with -bootclasspath Tim On 08/06/15 07:57, Jonathan Gibbons wrote: Looks good to me, but we need a build-dev Reviewer. -- Jon On 08/04/2015 02:11 PM, Jan Lahoda wrote: Hello, Any comments on this? Thanks, Jan On 27.7.2015 1

Re: RFR JDK-8129562: JDK 9 build using boot-jdk classes instead of newly compiled classes

2015-08-06 Thread Jonathan Gibbons
Looks good to me, but we need a build-dev Reviewer. -- Jon On 08/04/2015 02:11 PM, Jan Lahoda wrote: Hello, Any comments on this? Thanks, Jan On 27.7.2015 13:49, Jan Lahoda wrote: Hi, Bug: https://bugs.openjdk.java.net/browse/JDK-8129562 As part of the fix for JDK-8054717, CompileJava