Re: How to get the IDE debugger to use the OpenJDK source code instead of the decompiled class files?

2024-07-12 Thread Chen Liang
Hi Anil, If you want to use your local JDK, first build with "make images" and then add the JDK in this directory: /build//images/jdk "config name" should be chosen by you or configure, looks like "windows-x86-64-server-release" Note there's an exploded jdk at /jdk instead of /images/jdk; the one n

How to get the IDE debugger to use the OpenJDK source code instead of the decompiled class files?

2024-07-12 Thread Anil
I am trying to learn the Streams package of the JDK, and successfully built the jdk. I set the IDE (IntelliJ Community Edition) to use the JDK. I put some dummy output statements in a stream method, peek(), and built the JDK again. I was stepping through a toy Java program that uses it, but I see t

Re: building the JDK on Windows using Cygwin

2024-07-12 Thread SWinxy
Chen! Good news: your fix works. Here's more on what I did. 1. I ran fsutil 8dot3name set 0 2. I rebooted into Safe Mode 3. I ran fsutil file setShortName in Program Files (x86); "Windows Kits" became WINKIT~1 4. I exited safe mode 5. I ran fsutil file setShortName in Program Files; "Microsoft Vi