Running and building with NetBeans: a plea for help

Jan Lahoda jan.lahoda at oracle.com
Mon Nov 20 20:29:24 UTC 2017


Hi,

As Brad mentioned, to get types from a specific project, it should 
usually be enough to open that project. For jdk.internal.vm.ci (and a 
few other modules), there may be more trouble, as their sources have 
sub-modules in them (so the sources are not in a package hierarchy 
starting from share/classes). That may need some more tweaking.

Jan

On 17.11.2017 00:29, Bradford Wetmore wrote:
> If you are using Jan's OpenJDK Project plugin using JDK 9, then I
> believe you just open the following projects/modules:
>
>      jdk.internal.vm.ci
>      java.base   (dependency)
>
> Then open your test project/jtreg case, and away you go.
>
> Brad
>
>
>
> On 11/16/2017 4:19 AM, Andrew Haley wrote:
>> So, I'm now every close, but...
>>
>> I'm trying to debug jdk.vm.ci.common.JVMCIError.  But the source code
>> for that file, while it is built as part of OpenJDK, does not appear
>> anywhere in the source files for the NetBeans project.  Do you know
>> how to add the jdk.vm.etc files?  Thanks.
>>


More information about the jdk9-dev mailing list