RFR: 8140723: Remove source code conditionalized on JAVASE_EMBEDDED
Christian Thalinger
cthalinger at twitter.com
Thu Jul 14 22:39:50 UTC 2016
> On Jul 13, 2016, at 6:26 PM, David Holmes <david.holmes at oracle.com> wrote:
>
> The bug report for this is confidential but quite simply all of the little tweaks and knobs we added to the open build and source files to support the Java SE Embedded product no longer need to be there for JDK 9. A lot of this has already been addressed in relation to other changes (eg. new hotspot build), but this cleans out the rest.
>
> webrev: http://cr.openjdk.java.net/~dholmes/8140723/webrev.hotspot/ <http://cr.openjdk.java.net/~dholmes/8140723/webrev.hotspot/>
src/share/vm/runtime/globals.hpp
+ range(0, max_jint) \
Should be indented, I think.
Otherwise this looks good and I’m glad it’s gone.
>
> There are related JDK changes being handled in a separate review thread. If you like you can see them all:
>
> http://cr.openjdk.java.net/~dholmes/8140723/
>
> Thanks,
> David
More information about the hotspot-runtime-dev
mailing list